Edgewall Software

Changes between Version 1 and Version 2 of TracDev/Performance


Ignore:
Timestamp:
Aug 7, 2009, 10:51:50 AM (15 years ago)
Author:
Christian Boos
Comment:

started #PerformanceAnalysis section

Legend:

Unmodified
Added
Removed
Modified
  • TracDev/Performance

    v1 v2  
    88For a start, here's a raw list of the tickets tagged with the ''performance'' keyword:
    99[[TicketQuery(status=!closed,keywords=~performance,order=severity,format=table)]]
     10
     11== Performance Analysis ==
     12=== Load Testing ===
     13 - using JMeter; see TracPerformance/LoadTestingWithJmeter
     14 - using `ab` (see [./0.11.5#HowItimed])
     15     ''For timing template generation I used ApacheBench? and tossed out "warmup" requests, sometimes testing with keep alive (getting slightly better req/s)''
     16{{{
     17ab [-k] -c 1 -n 10 url
     18}}}
     19
     20=== Profiling ===
     21 - #7940 contains some profiling data.
     22 - Shane Caraveo gave some instructions about profiling Trac ([./0.11.5#Profilingissues]); see also #8507 which contains his scripts.