The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

topten - Show the ten biggest processes according to some attribute

SYNOPSIS

topten <attr> <count>

DESCRIPTION

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.

OPTIONS

-V

Print the version of this program and exit.

EXAMPLES

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.

SEE ALSO

BSD::Process

AUTHOR

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

LICENSE

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