1INNSTAT(8) InterNetNews Documentation INNSTAT(8)
2
3
4
6 innstat - Print snapshot of INN system
7
9 innstat
10
12 The innstat script prints a snapshot of the INN system. It is notably
13 run by news.daily, which integrates its output in daily Usenet reports.
14
15 innstat displays the following information:
16
17 • the operating mode of the server, as returned by "ctlinnd mode";
18
19 • the disk usage of several directories: patharticles, pathdb,
20 pathetc, pathincoming, pathlog, pathoutgoing, pathoverview, and
21 pathtmp. If used, the disk usage of the patharchive and pathhttp
22 directories are also reported;
23
24 • the overview buffer usage, if using the buffindexed overview;
25
26 • the size of all batch files in pathoutgoing;
27
28 • the size of the errlog, news, news.crit, news.err, and news.notice
29 log files in pathlog;
30
31 • the size of all lock files in pathrun;
32
33 • the current open connections from remote servers to innd.
34
36 Written by Landon Curt Noll <chongo@toad.com> and Rich $alz
37 <rsalz@uunet.uu.net> for InterNetNews. Rewritten into POD by Julien
38 Elie.
39
41 inndf(8), news.daily(8), newslog(5).
42
43
44
45INN 2.6.5 2022-01-23 INNSTAT(8)