1OVDB_STAT(8) InterNetNews Documentation OVDB_STAT(8)
2
3
4
6 ovdb_stat - Display information from the ovdb database
7
9 ovdb_stat -Hgci [-r artnumrange] newsgroup [newsgroup ...]
10
11 ovdb_stat -Hklmtv [-d database]
12
14 ovdb_stat displays information from the ovdb database: Berkeley DB
15 statistics, newsgroup data, and overview records; and optionally
16 outputs in HTML format.
17
19 -g Newsgroup himark, lowmark, article count, and flag for the given
20 newsgroups (as stored in the ovdb "groupinfo" database) are
21 displayed.
22
23 -c Similar to -g, except the himark, lowmark, and count are calculated
24 by actually scanning the overview records and counting them. This
25 can be a lengthy operation on groups with lots of articles.
26
27 -i Internal data regarding the given newsgroups are displayed.
28
29 -r artnumrange
30 Overview records are retrieved. The artnumrange parameter may be a
31 single article number, or a range of articles in the format
32 "low-hi".
33
34 -H Output is presented in HTML format.
35
36 -k Displays lock region statistics, as returned by the Berkeley DB
37 lock_stat() call.
38
39 -l Displays log region statistics, as returned by the Berkeley DB
40 log_stat() call.
41
42 -m Displays global memory pool statistics, as returned by the
43 Berkeley DB memp_stat() call.
44
45 -M Same as -m, and also displays memory pool statistics for each
46 database file.
47
48 -t Displays log region statistics, as returned by the Berkeley DB
49 txn_stat() call.
50
51 -v Displays ovdb version, and Berkeley DB version.
52
53 -d database
54 Displays information about the given database, as returned by the
55 Berkeley DB db->stat() call. This operation may take a long time
56 on busy systems (several minutes or more).
57
59 ovdb_stat may be safely killed with the INT, TERM, or HUP signals. It
60 catches those signals and exits cleanly. Do not kill ovdb_stat with
61 other signals, unless absolutely necessary, because it may leave stale
62 locks in the DB environment.
63
65 Written by Heath Kehoe <hakehoe@avalon.net> for InterNetNews.
66
67 $Id: ovdb_stat.pod 7851 2008-05-26 19:33:08Z iulius $
68
70 ovdb(5)
71
72
73
74INN 2.5.2 2010-08-11 OVDB_STAT(8)