diff options
author | Joseph S. Atkinson <jsa@FreeBSD.org> | 2010-08-23 02:40:15 +0000 |
---|---|---|
committer | Joseph S. Atkinson <jsa@FreeBSD.org> | 2010-08-23 02:40:15 +0000 |
commit | 93ee365402a336cb2dd8a389201145ca6d6e1170 (patch) | |
tree | 9ca85386f943a4e7eccfdae35bc9712384054ab6 /sysutils/swapmon/pkg-descr | |
parent | bfdbff937598a56012c9faff7bbab3fe42f8ccbf (diff) | |
download | ports-93ee365402a336cb2dd8a389201145ca6d6e1170.tar.gz ports-93ee365402a336cb2dd8a389201145ca6d6e1170.zip |
Notes
Diffstat (limited to 'sysutils/swapmon/pkg-descr')
-rw-r--r-- | sysutils/swapmon/pkg-descr | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/sysutils/swapmon/pkg-descr b/sysutils/swapmon/pkg-descr new file mode 100644 index 000000000000..9d28ee66b09f --- /dev/null +++ b/sysutils/swapmon/pkg-descr @@ -0,0 +1,9 @@ +swapmon will check the current swapusage and if more than SWAP_HIGH per- +cent of swapspace is in use it will create a new swapfile with a size of +size of SWAP_STEP percent of the current swapspace and activate it. If +less than SWAP_LOW percent of swapspace is in use it will deactivate a +previously added swapspace file and remove it. + +WWW: http://www.nagilum.net/swapmon/ + +freebsd@nagilum.org |