1833776 Members
2246 Online
110063 Solutions
New Discussion

Audit ressources

 
SOLVED
Go to solution
Patrick Landureau
New Member

Audit ressources

I would like to audit ressources used on system (InterProcess Communication and memory usage).

How can I simply do this ?
Every help will be usefull.
Thanks
1 REPLY 1
Steffi Jones_1
Esteemed Contributor
Solution

Re: Audit ressources

Hello,

you can turn auditing on on your system. There is a lot of information available on the ITRC. Just search for auditing and you will find help on how to setup and use auditing.

For resources you can use top and have that run in a window. That gives you a live overview or you can write a simple script which runs i.e. sar command every minute and writes the output to a file.

Steffi Jones