Community Forums
Connect with us on LinkedIn
+ Reply to Thread
Page 1 of 2 1 2 LastLast
Results 1 to 15 of 18
  1. #1
    Member
    Join Date
    Jul 2011
    Posts
    62

    Default View how many users online at once?

    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..

  2. #2
    cPanel Staff cPanelTristan's Avatar
    Join Date
    Oct 2010
    Location
    somewhere over the rainbow
    Posts
    6,305
    cPanel/Enkompass Access Level

    Root Administrator

    Default Re: View how many users online at once?

    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

  3. #3
    Member
    Join Date
    Jul 2011
    Posts
    62

    Default Re: View how many users online at once?

    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?

  4. #4
    cPanel Staff cPanelMichael's Avatar
    Join Date
    Apr 2011
    Posts
    1,346
    cPanel/Enkompass Access Level

    Root Administrator

    Default Re: View how many users online at once?

    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:

    Code:
    # netstat -n | grep :80 | wc -l
    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

  5. #5
    Member
    Join Date
    Jul 2011
    Posts
    62

    Default Re: View how many users online at once?

    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?

  6. #6
    cPanel Staff cPanelMichael's Avatar
    Join Date
    Apr 2011
    Posts
    1,346
    cPanel/Enkompass Access Level

    Root Administrator

    Default Re: View how many users online at once?

    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

  7. #7
    Member
    Join Date
    Jul 2011
    Posts
    62

    Default Re: View how many users online at once?

    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?

  8. #8
    cPanel Staff cPanelTristan's Avatar
    Join Date
    Oct 2010
    Location
    somewhere over the rainbow
    Posts
    6,305
    cPanel/Enkompass Access Level

    Root Administrator

    Default Re: View how many users online at once?

    In root SSH, type the following:

    Code:
    watch -n 30 "httpd fullstatus"
    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.
    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

  9. #9
    Member
    Join Date
    Jul 2011
    Posts
    62

    Default Re: View how many users online at once?

    beautiful.. thank you so much.. i love cpanel so far.

  10. #10
    Registered User
    Join Date
    Aug 2011
    Posts
    1

    Default Re: View how many users online at once?

    Very new. Is there a way to check domain bandwidth usage?

  11. #11
    cPanel Staff cPanelJared's Avatar
    Join Date
    Feb 2010
    Location
    Houston, TX
    Posts
    1,066

    Default Re: View how many users online at once?

    Quote Originally Posted by lucrusha12345 View Post
    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

  12. #12
    Member
    Join Date
    Jul 2011
    Posts
    62

    Default Re: View how many users online at once?

    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.

  13. #13
    cPanel Staff cPanelMichael's Avatar
    Join Date
    Apr 2011
    Posts
    1,346
    cPanel/Enkompass Access Level

    Root Administrator

    Default Re: View how many users online at once?

    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

  14. #14
    Member
    Join Date
    Jul 2011
    Posts
    62

    Default Re: View how many users online at once?

    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.

  15. #15
    cPanel Product Evangelist Infopro's Avatar
    Join Date
    May 2003
    Location
    Pennsylvania
    Posts
    7,894
    cPanel/Enkompass Access Level

    Root Administrator

    Lightbulb Re: View how many users online at once?

    Quote Originally Posted by webstuff View Post
    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?
    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!

Similar Threads & Tags
Similar threads

  1. View current users
    By dwykofka in forum Feature Requests for cPanel/WHM
    Replies: 5
    Last Post: 11-15-2010, 04:59 PM
  2. Loading html files into cpanel to view online
    By rioarix in forum New User Questions
    Replies: 1
    Last Post: 06-19-2010, 01:33 PM
  3. Online File Backups for Users
    By markb14391 in forum Data Protection
    Replies: 1
    Last Post: 10-19-2008, 10:17 AM
  4. View New Accounts online before switching DNS?
    By ZeroXcape in forum New User Questions
    Replies: 1
    Last Post: 02-07-2007, 12:39 PM
  5. View Email's that users sent out?
    By demomen in forum cPanel and WHM Discussions
    Replies: 2
    Last Post: 03-09-2005, 04:26 AM
Linkedin       Facebook       Twitter       RSS       Flickr       YouTube