Terminal/SSH : How can i track how many people are accessing my site at the moment live? -


I want to connect to ssh and type in a command that will show me my updates such as their IP address form They enter my site in Is this possible? Just see on which page an IP address has been entered or only the IP of the person connected to the site.

Live view I see that this list will be updated.

  tail- f /path/to/your/access.log  < / Pre> 

Generally read logs is very useless.

Comments

Popular posts from this blog

qt - switch/case statement in C++ with a QString type -

python - sqlite3.OperationalError: near "REFERENCES": syntax error - foreign key creating -

Python's equivalent for Ruby's define_method? -