|
Differences in output between top in batch and interactive mode
Hi,
I am trying to figure out why top run in batch mode outputs so many more lines than when run in interactive mode. For example:
% top -n 1 | wc -l
54
% top -n 1 -b | wc -l
1026
I am running RHEL 3
Thanks
|