Schedtop utility
From RTwiki
(Difference between revisions)
Line 17: | Line 17: | ||
=Source Code= | =Source Code= | ||
− | GIT Tree: | + | '''GIT Tree:''' |
− | git clone git://git.kernel.org/pub/scm/linux/kernel/git/ghaskins/schedtop.git | + | git clone git://git.kernel.org/pub/scm/linux/kernel/git/ghaskins/schedtop.git |
+ | |||
+ | '''Tarball:''' | ||
+ | |||
+ | [ftp://ftp.novell.com/dev/ghaskins/schedtop.tar.gz ftp://ftp.novell.com/dev/ghaskins/schedtop.tar.gz] | ||
or | or | ||
[http://git.kernel.org/?p=linux/kernel/git/ghaskins/schedtop.git;a=summary Browse the Source] | [http://git.kernel.org/?p=linux/kernel/git/ghaskins/schedtop.git;a=summary Browse the Source] |
Revision as of 17:01, 21 October 2008
Contents |
Concept
scheduler statistics visualization tool
This utility will process statistics from /proc/schedstat such that the busiest stats will bubble up to the top. It can alternately be sorted by the largest stat, or by name. Stats can be included or excluded based on reg-ex pattern matching.
Kernel Configuration
You need to enable the scheduler statistics in your .config. This utility will only work with v14 of the stats (current as of this writing)
RPM Repository
http://download.opensuse.org/repositories/home:/ghaskins
Source Code
GIT Tree:
git clone git://git.kernel.org/pub/scm/linux/kernel/git/ghaskins/schedtop.git
Tarball:
ftp://ftp.novell.com/dev/ghaskins/schedtop.tar.gz
or