Scroll to navigation

schedtop(1) Utils schedtop(1)

NAME

schedtop - scheduler statistics visualization tool

SYNOPSIS

schedtop -h | -p period -i regex -x regex -s [n|v|d]

DESCRIPTION

This program is a free (GPL) utility to process various scheduler related statistics (e.g. /proc/schedstat) such that the "busiest" stats (greatest delta) will bubble up to the top similar to the ubiquitous "top" utility. It can alternately be sorted by the stat's value, or by name. Stats can be inclusively or exclusively filtered based on reg-ex pattern matching.

COMMAND OPTIONS

EXAMPLES

To filter out any stats with "sched_info" or "imbalance" in the name, use the exclude filter with an OR operator:


schedtop -x 'sched_info|imbalance'

To include only stats from cpu3, and sort by value:


schedtop -i cpu3 -s v

AUTHORS

schedtop is developed by Gregory Haskins <ghaskins@novell.com>
This man page was written by Gregory Haskins <ghaskins@novell.com> for the Suse GNU/Linux distribution (but it may be used by others)

1.1 Gregory Haskins <ghaskins@novell.com>