|
Configuration | Top |
First of all, you should be able to answer the following questions:
-
What are the indicators I want to collect (response time, scoreboard, system indicators) ?
-
Where do I want to store the results (log, database, real-time program) ?
-
What are the URIs I want to analyze (whole site, subdirs, isolated pages...) ?
Then you can configure mod_benchmark accordingly, using the appropriate
directives:
 |
What you want to do ? |
Related Directives |
 |
Collect the Server Response Time |
BenchmarkEngine |
 |
Collect the System Indicators |
BenchmarkWithSysInfo |
 |
Collect the Apache ScoreBoard indicators |
BenchmarkUseScoreBoard |
 |
Filter the analyzed URIs |
BenchmarkAccept |
 |
Store results in Apache Log files |
LogFormat |
 |
Store results in a Database |
BenchmarkStore |
 |
Communicate results with a real-time external program |
BenchmarkWithStatProg |
 |
Send alerts to an external program |
BenchmarkAlertProc BenchmarkAlertLimit |
 |
|
 |