whats the best way to view how many people are on your server at once?
and
viewing bandwidth usage would help alot too.. maybe process's... I didn't know if there was some sort of plugin in or something..
whats the best way to view how many people are on your server at once?
and
viewing bandwidth usage would help alot too.. maybe process's... I didn't know if there was some sort of plugin in or something..
Do you mean how many users are on the server in SSH, or where precisely? A server has many different protocols and there isn't one location to view how many people are on the machine for each different one. You can check in netstat all of the incoming and outgoing connections, but what are you wanting to know precisely?
cPResources: Support Options | More Support Options | Forums Search | cPanel.net Site Search | Mailing Lists(Alt) | Docs
-- Tristan, Forums Technical Analyst, cPanel Tech Support
Submit a ticket | Check an existing ticket
Just a good idea to see how many people are connected to the server at once.. I didn't know if there was a special way to do it or not.. Is ssh the best way?
Hello
There are several methods for a user to connect to a server. Is there a specific service you are attempting to monitor? For example, the following command can be used to determine the number of connections to Apache on port 80:
Thank you.Code:# netstat -n | grep :80 | wc -l
cPResources: Support Options - Submit a ticket here - Additional Support Options - Forums Search - Mailing Lists - Documentation - Migration Services
-- cPanelMichael - Migration Specialist, Technical Analyst, cPanel Technical Support
thanks thats pretty cool.. but im looking for something that will give you more of a live view.. current... or is there some program that logs it all?
Hello
If you are looking for Apache statistics, you may also find the following option within Web Host Manager useful:
"WHM >> Server Status >> Apache Status"
Full documentation on the data that is displayed on this option can be found at:
Apache Status
Thank you.
cPResources: Support Options - Submit a ticket here - Additional Support Options - Forums Search - Mailing Lists - Documentation - Migration Services
-- cPanelMichael - Migration Specialist, Technical Analyst, cPanel Technical Support
thanks again.. one last question is there a command that will show all live people on port 80 and will continue to update by every so many minutes?
In root SSH, type the following:
This puts the command httpd fullstatus, which is what WHM > Server Status > Apache Status is using, into a watch window that will update every 30 seconds. If you wish to have it update sooner or longer, simply changed the 30 to whatever second interval is preferred.Code:watch -n 30 "httpd fullstatus"
cPResources: Support Options | More Support Options | Forums Search | cPanel.net Site Search | Mailing Lists(Alt) | Docs
-- Tristan, Forums Technical Analyst, cPanel Tech Support
Submit a ticket | Check an existing ticket
beautiful.. thank you so much.. i love cpanel so far.
Very new. Is there a way to check domain bandwidth usage?
In the WebHost Manager, click Main >> Account Information >> View Bandwidth Usage.
View Bandwidth Usage
For hands-on assistance, please reference our new support information page: Where should I go for support?
cPResources: Support Options - Submit a ticket here - Additional Support Options - Forums Search - Mailing Lists(Alt) - Documentation
-- Jared Ryan, Technical Analyst, cPanel Technical Support
Is there anyway to get a live graph going? maybe by the minute or every 5 minutes or something like that? I was looking at VNStat or bwm-ng... But wasn't sure if there was something better or not.
You could install the Munin Plugin via:
"WHM >> cPanel >> Manage Plugins"
You can find more details about Munin to determine if it's the type of tool you are looking for at:
Munin - Trac
Thank you.
cPResources: Support Options - Submit a ticket here - Additional Support Options - Forums Search - Mailing Lists - Documentation - Migration Services
-- cPanelMichael - Migration Specialist, Technical Analyst, cPanel Technical Support
Does the munin - trac give you real time monitoring graph?
My biggest is live bandwidth ... ( it updates by itself correct? I dont have to keep on hitting refrefresh do I ? ) Do you know what the smallest amount of time it updates by too?
Last edited by webstuff; 08-25-2011 at 07:05 AM.
Have a closer look at the Munin FAQ for more Info.
There are also other resources to consider when searching for more functionality for your server, take WebHostingTalk as one example. Full screen bandwidth monitoring in real time?
If that one is not helpful, try one of these: Google Search of WHT: Real Time Bandwidth Monitoring
GL!
Fav cPlinks this week: Blog - cPanel & WHM 11.32 we love it! | cPanel University study for it! | Attracta is coming! we want this!