ntplogtemp: Record nvme temperatures on Asahi
[ntpsec.git] / docs / monopt.adoc
blob8247895cb10aecb1c69fa0abea1f980aa4f151a8
1 = Monitoring Commands and Options
2 include::include-html.ad[]
4 [cols="10%,90%",frame="none",grid="none",style="verse"]
5 |==============================
6 |image:pic/pogo8.gif[]|
7 from 'Pogo', Walt Kelly
9 Pig was hired to watch the logs.
11 |==============================
13 == Related Links
15 include::includes/monopt.adoc[]
17 == Table of Contents
19 * link:#intro[Naming Conventions]
20 * link:#cmd[Monitoring Commands and Options]
21 * link:#types[File Set Types]
23 '''''
25 [[intro]]
26 == Naming Conventions
28 The +ntpd+ daemon includes a comprehensive monitoring facility which
29 collects statistical data of various types and writes the data to
30 files associated with each type at defined events or intervals. The
31 files associated with a particular type are collectively called the
32 generation file set for that type. The files in the file set are the
33 members of that set.
35 File sets have names specific to the type and generation epoch. The
36 names are constructed from three concatenated elements _prefix_,
37 _filename_ and _suffix_:
39 _prefix_::
40   The directory path specified in the +statsdir+ command.
41 _name_::
42   The name specified by the +file+ option of the +filegen+ command.
43 _suffix_::
44   A string of elements beginning with . (dot) followed by a number of
45   elements depending on the file set type.
47 There is a visualization tool, link:ntpviz.html[ntpviz], which assists
48 in making sense of statistics files.
50 [[cmd]]
51 == Monitoring Commands and Options
53 Unless noted otherwise, further information about these commands is on
54 the link:decode.html[Event Messages and Status Codes] page.
56 include::includes/mon-commands.adoc[]
58 '''''
60 include::includes/footer.adoc[]