I would like to keep track the server activities (e.g last night) within a specific time range, any tool or method recommended? thank you.
feedback
|
migrated from stackoverflow.com Mar 10 '11 at 3:20
This question came from our site for professional and enthusiast programmers.
|
the only time-stamped info I can think of would be logs: /var/log/syslog, /var/log/apache2/access.log, and the like. login info would be viewable more readily using of course, all that stuff is unreliable if anyone besides you has root access; everything is capable of being erased and/or edited. | |||
|
feedback
|
|
If your looking on a network level you could try nagios, a nice open source monitoring tool, you can create custom scripts to monitor specific aspects as well check port availability, server uptime etc.. information can be presented in graph and diagram format. There is a plugin specifically to monitor between certain servers between certain times. | |||
|
feedback
|
|
If your server is a web server, and you want to track visitors' pattern, you can try Google Analytics. It is free & powerful. | |||
|
feedback
|