Programs
Here are some stupid programs I wrote intended for mainly trouble shooting.
Most of them are GPL2.
Usually, they will be moved to
http://kusanagi.sourceforge.net/
soon.
-
A simple periodical file content recorder, v1.0
(April 23, 2008)
pfr is a simple periodical file content recorder intended for
recording contents of files especially under /proc or /sys of Linux.
pfr-1.0.tar.gz
-
A simple VMware statistics collector, v0.4
(March 31, 2008)
vgstat is a simple statistics collector which uses
VMware Guest SDK.
vgstat-0.5.tar.gz
(Updated on April 10, 2008)
-
A better stack trace for crash, v1.0
(May 7, 2007)
btx is an LDAS script of Alicia, a front-end of crash utility, providing
better stack traces.
btx-1.0.tar.gz
(Moved to
http://kusanagi.sourceforge.net/)
-
A kprobe wrapper for general trouble shooting, v1.0
(Updated on April 29, 2007)
kprobe is a convenient in-kernel function tracer which is a built-in
feature in RHEL4 or later.
Using this module, you can catch calls of a particular in-kernel
function
you specified as its insmod parameter and see stack traces.
allie-1.0.tar.gz
(Moved to
http://kusanagi.sourceforge.net/)
- A network trouble shooting helper, v1.0
(April 17, 2007)
A simple loadable kernel module(lkm) which helps network trouble
shooting.
holden-1.0.tar.gz
(Moved to
http://kusanagi.sourceforge.net/)
- An in-kernel event catcher, v3.0
(Updated on May 19, 2007)
A simple loadable kernel module(lkm) which catches
a specific in-kernel event such as context switch storm and causes
a panic.
Use it with your favorite crash dump utility such as kdump.
rye-3.0.tar.gz
(Moved to
http://kusanagi.sourceforge.net/)
- An oprofile log file analyzer, v2.0
(Updated on May 21, 2007)
opanalyze-2.0.tar.gz
(Moved to
http://kusanagi.sourceforge.net/)
- A simple CPU Load Generator, v1.0
(March 14, 2007)
load-1.0.tar.gz
(Moved to
http://kusanagi.sourceforge.net/)
Last modified: Wed Apr 23 23:48:15 +0900 2008