Community Forums
Connect with us on LinkedIn
+ Reply to Thread
Results 1 to 4 of 4
  1. #1
    Member
    Join Date
    Mar 2004
    Posts
    14

    Default Concurrent Visitors

    Can enyone tell me a good ssh command or some easy way to see how many concurrent users are visitng sites on the server at any given time?

    Chris

  2. #2
    bhd
    bhd is offline
    Member
    Join Date
    Sep 2003
    Location
    JNB ZA
    Posts
    144

    Default

    A quick way to check is something like

    netstat -an | grep :80 | sort

    or

    netstat -an | grep EST

    The fisrt will show all HTTP connections sorted by IP regardless of state. The second, all established connections regardless of port number.

  3. #3
    Member
    Join Date
    Mar 2004
    Posts
    14

    Default Thanks - count

    Thanks for the info bhd

    This will retunr a list correct/ Is there a way to get the server to count them?

  4. #4
    Registered User
    Join Date
    Feb 2002
    Posts
    3

    Default

    Hi,

    netstat -an | grep -c :80 might be good for counting them.

    Also, if you use "iptraf", you can see current traffic by port number, network interface etc.

    yum install iptraf if you have CentOS 4 (and maybe others too)

Similar Threads & Tags
Similar threads

  1. Concurrent Connections Limit
    By scegg in forum Feature Requests for cPanel/WHM
    Replies: 1
    Last Post: 01-24-2011, 02:24 PM
  2. Concurrent Connections Limit
    By scegg in forum cPanel and WHM Discussions
    Replies: 0
    Last Post: 01-22-2011, 11:20 PM
  3. Too Many concurrent Users
    By patturkington in forum E-mail Discussions
    Replies: 2
    Last Post: 07-16-2010, 06:00 AM
  4. Concurrent PHP
    By cpanelkenneth in forum cPanel and WHM Discussions
    Replies: 3
    Last Post: 11-06-2007, 03:58 PM
  5. increasing concurrent sessions
    By mzigsa in forum cPanel and WHM Discussions
    Replies: 1
    Last Post: 04-25-2003, 07:45 AM
Linkedin       Facebook       Twitter       RSS       Flickr       YouTube