
topten - Show the ten biggest processes according to some attribute

topten <attr> <count>

Display one or more attributes for a number of processes currently running on the system.
By default,
the rssize attribute is assumed,
and 10 processes are displayed.

Print the version of this program and exit.

topten time 5
Display the 5 processes that have spent the most CPU time (system and user).
topten nsignals 20
Display the 20 processes that have received the most signals.


David Landgren, copyright (C) 2006. All rights reserved.

This program is free software; you may redistribute it and/or modify it under the same terms as Perl itself.