[SUMMARY] users statistics

From: wave++ (wavexx@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



This archive was generated by hypermail 2.1.7 : Wed Apr 09 2008 - 23:25:24 EDT