Fluentd is a log collector daemon written in Ruby. Fluentd receives
logs as JSON streams, buffers them, and sends them to other systems
like MySQL, MongoDB, or even other instances of Fluentd.
The File System State Monitor keeps track of the state of any number of paths
and will fire events when said state changes (create/update/delete). FSSM
supports using FSEvents on MacOS, Inotify on GNU/Linux, and polling anywhere
else.
God is an easy to configure, easy to extend monitoring
framework written in Ruby.
This is a simple tool that dumps System V shared memory segments, files and
text. It might be useful when you have to debug programs that use System V
shared memory.
Guard::Compat provides only a test helper for testing custom Guard plugins
currently.
`skill' is a program which sends signals to processes given
any combination of user names, ttys, commands, and pids. `snice' is
a program which changes the priority of processes (given the same).
It's actually one program which examines argv to determine what action
is to be taken on matching processes. It is similar to kill(1) and
renice(8), however the command line is completely order independent.
There are also verbose, search, and interactive modes of operation.
The name `skill' stems from `SuperKILL', but if you use it under `csh',
you may discover another reason for calling it `skill' (hint "s!!").
Guard::LiveReload automatically reloads your browser when 'view' files are
modified.
Sloth allows you to slow down a specified application by specifying (in
miliseconds) the delay on the process. It slows down the process by sending
SIGSTOP & SIGCONT signals to the process over a very fast period of time,
giving the appearance of a slower application.
slst generates statistics from the output of syslog.
With slst one can find tendencies and unexpected changes in the behaviour of
the running processes.
Guard::Minitest allows to automatically & intelligently launch tests with the
minitest framework when files are modified.