Want more timely Centmin Mod News Updates?
Become a Member

How many users are online on my server?

Discussion in 'System Administration' started by pamamolf, Apr 17, 2017.

  1. pamamolf

    pamamolf Well-Known Member

    4,125
    429
    83
    May 31, 2014
    Ratings:
    +841
    Local Time:
    10:36 AM
    Nginx-1.29.x
    MariaDB 10.6.x
    Hi :)

    Is this the best way to find out how many users are connected on my site?


    Code:
    netstat -n | grep :80 |wc -l
    Thank you