1UPTIMED(8) System Manager's Manual UPTIMED(8)
2
3
4
6 uptimed - daemon to record uptime records
7
8
10 uptimed [ -?bv ] [ -e <email> ] [ -i <interval> ] [ -m <count> ]
11
12
14 This manual page documents the uptimed program.
15
16 uptimed is a daemon that records statistics about a machine's uptime.
17 Use the uprecords(1) program to get uptime record statistics.
18
19
21 These command-line options override settings in the configuration file
22 /etc/uptimed.conf
23
24 -? Show usage
25
26 -b Create bootid and exit. This option is ignored on BSD systems,
27 because the BSD kernel keeps a static boot time variable in
28 memory so Uptimed does not need to cache this value.
29
30 -p <file>
31 Write PID to pidfile <file>
32
33 -e <email>
34 Send mail to <email> at milestones/records
35
36 -i <interval>
37 Use <interval> seconds for loop
38
39 -m <count>
40 Log a maximum of <count> entries
41
42 -t <timespec>
43 Set the minimum uptime to be considered a record
44
45 -v Show version information
46
47
49 uprecords(1)
50
51
53 Rob Kaper <cap@capsi.com>.
54
55 This manual page was written by Alan Ford <alan@whirlnet.co.uk>, for
56 the Debian GNU/Linux system (but may be used by others). It was last
57 modified for uptimed version 0.3.7.
58
59
60
61 May 28, 2004 UPTIMED(8)