freebsd-ports/sysutils/swapmon/pkg-descr
Joseph S. Atkinson 93ee365402 Introducing sysutils/swapmon.
This port attempts to monitor swap usage and dynamically add a swapfile as
neccessary.

PR:		ports/148711
Submitted by:	Alexander Kuehn <freebsd@nagilum.org>
Approved by:	wxs (mentor)
2010-08-23 02:40:15 +00:00

9 lines
395 B
Text

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