Apache how many users online
Asked 9 years, 5 months ago. Active 5 years ago. Viewed 60k times. Any experts? Improve this question. Add a comment. Active Oldest Votes. Improve this answer. Recommendations Please use Keep Alive as it will increase the performance of your server.
You can increase max client limit but the limit will totally depends upon your server configuration. You can increase your users to any numbers as explained above by increase max client and server limits of your systems. Always define min-maxspare or min-maxthread limits. One very important point if you are unable to increase the max client limit , just increase the listen backlog limit it will take the extra requests in the queue which in turn prevents the connection drop.
Joe Frambach 26k 9 9 gold badges 66 66 silver badges 96 96 bronze badges. Sourabh Sharma Sourabh Sharma 2 2 silver badges 5 5 bronze badges. Sourabh Sharma : You have pointed that we can increase listen backlog limit to keep in queue so How to increase listen backlog limit in apache. Are you using Apache under Linux or Windows? Which MPM? Sign up or log in Sign up using Google. Ask Question. Asked 9 years, 10 months ago. Active 7 years, 9 months ago. Viewed 35k times.
Improve this question. Zistoloen 9, 6 6 gold badges 32 32 silver badges 59 59 bronze badges. Add a comment. Active Oldest Votes. Or you can write your own script from the command line that just check the number of current connections on the port Apache is running on usually 80 , for example: netstat -plan grep Or, if you just want the number: netstat -plan grep wc -l This could ideally be done through a cron e.
Improve this answer. I think the "grep " is not working as expected, more if you have services like tomcat or couchbase which run on ports "80XX" Neil Sorathia Neil Sorathia 21 3 3 bronze badges. Sign up or log in Sign up using Google. Sign up using Facebook. Sign up using Email and Password. Post as a guest Name. Active Oldest Votes. Improve this answer.
Xavy Xavy 3 3 bronze badges. Sign up or log in Sign up using Google. Sign up using Facebook. Sign up using Email and Password. Post as a guest Name. Email Required, but never shown. The Overflow Blog. Does ES6 make JavaScript frameworks obsolete?
Podcast Do polyglots have an edge when it comes to mastering programming Featured on Meta. Now live: A fully responsive profile. Related 2.
0コメント