I want to get statistic hourly by used averages resources per user such as cpu and memory. How I can get it?
Tell me more
×
Server Fault is a question and answer site for
professional system and network administrators. It's 100% free, no registration required.
migrated from stackoverflow.com Nov 20 '12 at 19:45
|
http://linux.die.net/man/1/sar SAR to the rescue You can get activity reports with this linux command. I especially like this article showing different usages: http://www.thegeekstuff.com/2011/03/sar-examples/ Or, per user, you can use sa: http://www.gnu.org/software/acct/manual/html_chapter/accounting_6.html#SEC20
|
|||||||||||
|