Tell me more ×
Server Fault is a question and answer site for professional system and network administrators. It's 100% free, no registration required.

I once saw report that contained information, that within given time frame, total number of x cpu minutes, were used, and this was: - afterwards was list of uids (or usernames), and total number of cpu minutes used by all programs that this user ran in given time frame.

I thought that the program is/was sar, but I can't find any option to do it.

Any hint what program shows such reports?

share|improve this question

1 Answer

up vote 3 down vote accepted

You may be thinking of sa rather than sar. Take a look at GNU's process accounting site.

Documentation

share|improve this answer
That's exactly it. Thanks a lot. – depesz Oct 5 '10 at 11:40

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.