SINFOD(8) | User Manuals | SINFOD(8) |
sinfod - a monitoring tool for networked computers
sinfod [-F] [-q] [-V] [-b #.#.#.#] [-c] [-n card ] [ -N nicevalue ] [ -m marker ] [ -i processname ] [-s][-W]
sinfod distributes system information to other sinfods on your local network.
These Information include the system load, memory utilization and the `TOP-5' processes on every machine.
It's main advantage is, that these informations are broadcasted using the udp(7) protocol.
If each node broadcasts it's information in a cooperative manner, the network load is O(N), where N is the number of nodes in your network. Other systems to monitor your cluster load (e.g. rup(1) ) are using a polling scheme where every node has to ask every other node for the system information: In that case the network load is O(N**2).
The task of sinfod is to broadcast the relevant information for the local node and to collect broadcasts from other nodes. Other programs ( sinfo(1) ) can get access to this information via a simple tcp(7) connection that normally is routed through the local loopback interface.
Juergen Rinas <jrinas@gmx.de>
sinfo(1),sshallsinfo(1),
JANUARY 2005 | Linux |