David Landgren > BSD-Process-0.04 > topten

Download:
BSD-Process-0.04.tar.gz

Annotate this POD

CPAN RT

Open  0
Report a bug
Source   Latest Release: BSD-Process-0.05

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.