Hello,
Is there any way to get number of connected clients to apache? (with mod_status is imposible becouse i need to always near limit or over it)

i try to do this in this way
netstat -anpt|grep 80|grep ESTABLISHED|wc -l
but it shows strange numbers, i have MaxClients set to 150 and it's never higher that 30, i use jakarta for testing with 150 threads, at this time site is static pure html

Sorry for my bad english.
best regards

<<attachment: damian_lecznar.vcf>>

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
   "   from the digest: users-digest-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org

Reply via email to