Ports Search

Results 931940 of 1,266 for /sysutils/.(0.005 seconds)
sysutils/fluentd-0.10.61 (Score: 0.0807937)
Fluent event collector
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.
sysutils/fssm-0.2.10 (Score: 0.0807937)
State tracking and event firing utility
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.
sysutils/god-0.13.7 (Score: 0.0807937)
Monitoring framework written in Ruby
God is an easy to configure, easy to extend monitoring framework written in Ruby.
sysutils/shmcat-1.7 (Score: 0.0807937)
Simple tool that dumps System V shared memory segments
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.
sysutils/guard-compat-1.2.1 (Score: 0.0807937)
Helps creating valid Guard plugins and testing them
Guard::Compat provides only a test helper for testing custom Guard plugins currently.
sysutils/skill-4.1.4 (Score: 0.0807937)
SuperKILL, kill, or renice processes by pid, name, tty, or uid
`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!!").
sysutils/guard-livereload-2.5.2 (Score: 0.0807937)
Automatically reloads your browser when 'view' files are modified
Guard::LiveReload automatically reloads your browser when 'view' files are modified.
sysutils/sloth-1.1.0 (Score: 0.0807937)
Slow down a process
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.
sysutils/slst-0.2 (Score: 0.0807937)
Generates syslog statistics to detect tendencies and unexpected change
slst generates statistics from the output of syslog. With slst one can find tendencies and unexpected changes in the behaviour of the running processes.
sysutils/guard-minitest-2.4.5 (Score: 0.0807937)
Automatically run your tests with Minitest framework
Guard::Minitest allows to automatically & intelligently launch tests with the minitest framework when files are modified.