Operating System - Linux
1753914 Members
9421 Online
108810 Solutions
New Discussion юеВ

How to get process statistics using "accton"

 
SOLVED
Go to solution
James Brand
Frequent Advisor

How to get process statistics using "accton"

While testing an application I turned on process level accounting using accton. Does anyone know if it's possible to get process statistics like cpu and memory from the log file this creates?

I also ran sar -o at 60 second intervals which gives me server level stats. I'd like to get same for processes. We have BEST/1 which is a decent tool but are out of licenses.
2 REPLIES 2
Ivan Ferreira
Honored Contributor
Solution

Re: How to get process statistics using "accton"

The "sa" command is used to display the data logged after accounting is turned on.

See also "Linux Trace Toolkit":

http://www.linuxjournal.com/article/4476
http://www.opersys.com/ltt/dox/linux-expo-montreal-2000/
Por que hacerlo dificil si es posible hacerlo facil? - Why do it the hard way, when you can do it the easy way?
James Brand
Frequent Advisor

Re: How to get process statistics using "accton"

Thanks. "sa" was what I needed.