1CNFSSTAT(8) InterNetNews Documentation CNFSSTAT(8)
2
3
4
6 cnfsstat - Show usage of CNFS buffers
7
9 cnfsstat [-ahpPsv] [-c class] [-l [seconds]] [-m buffer]
10
12 cnfsstat reads pathetc/cycbuff.conf and pathetc/storage.conf to
13 determine which CNFS buffers are available. It then reads the
14 specified cyclic buffers and shows their usage status. cnfsstat can be
15 invoked from rc.news if docnfsstat is set to true in inn.conf, and the
16 result is written to syslog(3).
17
19 -a Besides its usual output, cnfsstat prints the age of the oldest
20 article in the cycbuff. You may also want to use the -v flag to
21 see extended consistency checks.
22
23 -c class
24 Only information for the specified class is printed.
25
26 -h Print usage information and exit.
27
28 -l [seconds]
29 With this option, cnfsstat prints a status snapshot every seconds,
30 and only exits if an error occurs. When unspecified, the default
31 interval is 600 seconds.
32
33 -m buffer
34 Print information about the specified buffer in a format suitable
35 for MRTG.
36
37 -p Print an MRTG config file.
38
39 -P Write PID into pathrun/cnfsstat.pid.
40
41 -s Write output to syslog(3) instead of standard output.
42
43 -v Write additional information, especially about consistency checks
44 for article storage and the history file.
45
47 Written by Katsuhiro Kondou <kondou@nec.co.jp> for InterNetNews.
48 Converted to POD by Julien Elie.
49
50 $Id: cnfsstat.pod 8576 2009-08-18 13:55:11Z iulius $
51
53 cycbuff.conf(5), history(5), inn.conf(5), rc.news(8), storage.conf(5).
54
55
56
57INN 2.5.2 2010-08-11 CNFSSTAT(8)