-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME
More file actions
61 lines (39 loc) · 1.42 KB
/
README
File metadata and controls
61 lines (39 loc) · 1.42 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
Netload2 Server Monitoring Backend Software (N2)
Copyright (C) 2004 Pim van Riezen <pi@madscience.nl>
Copyright (C) 2008-2009 XLS Hosting <n2@xlshosting.com>
This software is available under the GNU General Public License (GPL)
PROGRAMS BUILT
* n2txd
This is the transmit daemon. Install it on servers you want
to monitor. It reads its configuration from /etc/n2/n2txd.conf
* n2rxd
This is the receiver daemon that processes and logs information from
n2txd instances.
* n2ping
This is a daemon that runs alongside n2rxd and sends and receives
icmp echo-requests to keep track of latency towards monitored
hosts.
* n2hstat
Prints an ASCII or XML representation of the state of a specific host,
either at the current time or somewhere in the past.
Usage:
n2hstat [-x] <ipaddress> [hh:mm [yyyymmdd]]
* n2history
Prints an ASCII graph for a specific host/value.
Usage:
n2history <ipaddress> <value> <timespan>
value: cpu, load, netin, netout, rtt, diskio,
ram, swap, totalmem, nproc
timespan: hour, day, week, month
* n2dump
Print one or more complete days of history for a host in CSV
format.
Usage:
n2dump <ipaddress> <numberofdays>
* n2pgrep
Search through a host's history for a top-process matching
a given query.
Usage:
n2pgrep <ipaddress> <datespec> <field> <query-string>
datespec: YYYYMMDD, today, yesterday
field: user, pid, name