AND(8) | Administrator's Tools | AND(8) |
and - auto nice daemon
and [-htvsxf] [-i interval] [-c /path/to/and.conf] [-d /path/to/and.priorities]
This manual page documents and version 1.2.2.
The auto nice daemon activates itself in certain intervals and renices and even kills jobs according to their priority and CPU usage.
Renice levels and kill signals can be defined in terms of users, groups, and commands. Wildcards can be specified for any of these. In addition, commands can be specified using POSIX regular expressions. To allow for network-wide configuration and priority files, a mechanism for hostname-based evaluation is provided, again supporting regular expressions for specifying host names.
Jobs owned by root are left alone. Jobs are never increased in their priority.
Here are some real-world examples:
A certain user is notorious for wasting CPU with next-to-irrelevant jobs. One line is sufficient to renice all of his jobs to about 19. This is a typical situation for a LART (Luser's Attitude Readjustment Tool) like and.
A CPU server is dedicated to a certain group, but others may also use it when it's idle. Just define default nice levels of e.g. 18 and a lower nice level for the privileged group, say nice level 12.
A certain web browser who shall remain unnamed tends to go berserk once in a while. You can configure and to kill -9 it after e.g. 20 CPU minutes.
On kill -HUP the auto nice daemon will reload its configuration file and priority database.
and.conf(5), and.priorities(5), kill(1), regex(7), renice(8)
http://and.sourceforge.net/
The auto nice daemon and this manual page were written by Patrick Schemitz <schemitz@users.sourceforge.net>
27 Mar 2005 | Unix |