Operating System - Linux
1830216 Members
2012 Online
109999 Solutions
New Discussion

Re: what is the command in Linux

 
Sudhakar_16
Occasional Contributor

what is the command in Linux

It’s a command in linux, to check for system performance, which will cause the system to reboot writing every thing (what happens during the shutdown and in the startup) into a log which can be placed in a tar file.
4 REPLIES 4
Ivan Ferreira
Honored Contributor

Re: what is the command in Linux

If you install the sysstat package, you will get:

sar
iostat
mpstat

Sar will log performance metris to /var/log/sa

Then you have

vmstat
top
Por que hacerlo dificil si es posible hacerlo facil? - Why do it the hard way, when you can do it the easy way?
Mike Stroyan
Honored Contributor

Re: what is the command in Linux

Maybe you are thinking of bootchart.
http://www.bootchart.org/

or diskstat
http://ds9a.nl/diskstat/
dirk dierickx
Honored Contributor

Re: what is the command in Linux

or perhaps the boot.log file found in /var/log on RH systems.
Delrish
Trusted Contributor

Re: what is the command in Linux

for boot process you can use dmesg.
for performance monitoring you can use sar or top