[SUMMARY] users statistics

From: wave++ <wavexx_at_ngweb.it>
Date: Tue Dec 03 2002 - 09:59:11 EST
The question was:

> Is there any way to obtain statistics like:
>
>  - most active user of the day
>  - most cpu-hammer program of the day for each user
> 
> without activating process accouting or polling 'ps -ef'?

Result:

  - use prstats insteads of "ps -ef", which is like top on sterois to
    get more statistics about processes. You must, however, poll 
    continuosly the command. Solaris only.
  - use sarcheck: polls sar and pf -efl output. It's commercial, althoug
    is supported by many different operating systems.
  - activate process accounting: is more efficient and returns perfect
    results. The only problem is that accounting data must be parsed
    differently by different operating systems.

Thanks to all who responded.
_______________________________________________
sunmanagers mailing list
sunmanagers@sunmanagers.org
http://www.sunmanagers.org/mailman/listinfo/sunmanagers
Received on Tue Dec 3 09:50:38 2002

This archive was generated by hypermail 2.1.8 : Thu Mar 03 2016 - 06:42:59 EST