NeoLoad retrieves statistics from an Apache web server using the mod_status module.
Apache monitoring statistics
Total Accesses : Total access count;
Total kBytes : Total volume delivered in bytes;
Uptime : Time during which the server was running;
ReqPerSec : Average number of requests per second;
BytesPerSec : Average number of bytes delivered per second;
BytesPerReq : Average number of bytes per request;
BusyWorkers : Number of child processes actively processing requests;
IdleWorkers : Number of idle child processes;
Monitoring other web servers
Apache monitoring statistics
Using the HTTP monitor, NeoLoad can retrieve statistics for any system or server.
You can simply create a page on your server to return the required statistics. NeoLoad will then use the created page to query your web
server regularly and monitor these counters.
For instance, you can create a JSP, PHP or ASP page returning some performance counters of the application server, and then analyze how your server handles the load while the test is running.