Operating System - HP-UX
1827284 Members
3343 Online
109717 Solutions
New Discussion

HP-UX 11 process wcpu utilisation

 
SOLVED
Go to solution
Tony  LeBlanc
Occasional Contributor

HP-UX 11 process wcpu utilisation

When I try to redirect the output of top to a file, the file is formated in a strange way. Does anyone have a different way to get process wcpu utilisation using a different tool.
1 REPLY 1
James R. Ferguson
Acclaimed Contributor
Solution

Re: HP-UX 11 process wcpu utilisation

Hi:

'top' has an documented option (-f) which allows capture into a file:

# top -f ...

...JRF...