Renicerd: A *BSD Autorenicer Daemon

Renicerd is an autorenicer daemon for *BSD OS. It take a snapshot of processlist
each 30 sec (anyway you can change it from sources), and after parse configuration
file, it can renice every single process to a nice level choose by the user.
For OpenBSD,NetBSD and FreeBSD 4.x-5.x, there's a port into OpenBSD/ directory.

Sample Configuration File
This is a sample configuration file:
		# /usr/local/etc/renicerd.conf
		# ProcessUID , MAXCPU , Nice level
		# In this example, we set renicerd to nice process java to
		# +20 level, when it reaches 30% of total CPU used:
		java	30	20	
	
Download it from CVS
If you want download source code, download from CVS:
		cvs -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/renicerd login

		cvs -z3 -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/renicerd co renicerd

	
If you want contribute to this contact me to: dpphln at tin it