1826251 Members
4076 Online
109692 Solutions
New Discussion

top output --- file

 
SOLVED
Go to solution
I.Delic
Super Advisor

top output --- file

Hi,

who can i get the output from the "top" command to a single file
top > top.log is not good idea. I can not read it.

Thank you
3 REPLIES 3
john korterman
Honored Contributor
Solution

Re: top output --- file

Hi,
what is wrong with:
# top -d 1 -n 20 -f

regards,
John K.
it would be nice if you always got a second chance
Umapathy S
Honored Contributor

Re: top output --- file

Hi,
top supports a -f option for output file. check man top for details.
HTH,
Umapathy
Arise Awake and Stop NOT till the goal is Reached!
T G Manikandan
Honored Contributor

Re: top output --- file

#top -f /tmp/top.out