diff options
author | ijliao <ijliao@FreeBSD.org> | 2002-05-09 21:45:49 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2002-05-09 21:45:49 +0800 |
commit | b54c1461d4ca874789ce68f94a2d5ec7ccba2fb7 (patch) | |
tree | 817af5f091604142bf30d0d20ddf547fd0d14a9e /sysutils/sloth/pkg-descr | |
parent | 9d3f23df9c8ad8e0e8fe87f0d590329ab0199698 (diff) | |
download | freebsd-ports-gnome-b54c1461d4ca874789ce68f94a2d5ec7ccba2fb7.tar.gz freebsd-ports-gnome-b54c1461d4ca874789ce68f94a2d5ec7ccba2fb7.tar.zst freebsd-ports-gnome-b54c1461d4ca874789ce68f94a2d5ec7ccba2fb7.zip |
add sloth 1.1.0
Slow down a process
Diffstat (limited to 'sysutils/sloth/pkg-descr')
-rw-r--r-- | sysutils/sloth/pkg-descr | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sysutils/sloth/pkg-descr b/sysutils/sloth/pkg-descr new file mode 100644 index 000000000000..5f60f2231eca --- /dev/null +++ b/sysutils/sloth/pkg-descr @@ -0,0 +1,6 @@ +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. + +WWW: http://www.communityprojects.org/apps/sloth/ |