regedit: include error description in popups
[Samba.git] / ctdb / utils / pmda / help
blob0e9984eab3a6abffd59a01ce95d7b2b259da241d
2 # Copyright (c) 2000-2004 Silicon Graphics, Inc.  All Rights Reserved.
4 # This program is free software; you can redistribute it and/or modify it
5 # under the terms of the GNU General Public License as published by the
6 # Free Software Foundation; either version 2 of the License, or (at your
7 # option) any later version.
9 # This program is distributed in the hope that it will be useful, but
10 # WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
11 # or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
12 # for more details.
14 # You should have received a copy of the GNU General Public License along
15 # with this program; if not, write to the Free Software Foundation, Inc.,
16 # 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
18 # ctdb PMDA help file in the ASCII format
20 # lines beginning with a # are ignored
21 # lines beginning @ introduce a new entry of the form
22 #  @ metric_name oneline-text
23 #  help test goes
24 #  here over multiple lines
25 #  ...
27 # the metric_name is decoded against the default PMNS -- as a special case,
28 # a name of the form NNN.MM (for numeric NNN and MM) is interpreted as an
29 # instance domain identification, and the text describes the instance domain
31 # blank lines before the @ line are ignored
34 @ ctdb.num_clients number of clients connected to ctdbd
36 @ ctdb.frozen whether any databases are frozen
38 @ ctdb.recovering whether recovery is active
40 @ ctdb.client_packets_sent number of packets sent to all clients
42 @ ctdb.client_packets_recv number of packets received from all clients
44 @ ctdb.node_packets_sent number of packets sent to other nodes
46 @ ctdb.node_packets_recv number of packets received from other nodes
48 @ ctdb.keepalive_packets_sent number of keepalive packets sent to other nodes
50 @ ctdb.keepalive_packets_recv number of keepalive packets received from other nodes
52 @ ctdb.node.req_call number of node CTDB_REQ_CALL packets handled
54 @ ctdb.node.reply_call number of node CTDB_REPLY_CALL packets handled
56 @ ctdb.node.req_dmaster number of node CTDB_REQ_DMASTER packets handled
58 @ ctdb.node.reply_dmaster number of node CTDB_REPLY_DMASTER packets handled
60 @ ctdb.node.reply_error number of node CTDB_REPLY_ERROR packets handled
62 @ ctdb.node.req_message number of node CTDB_REQ_MESSAGE packets handled
64 @ ctdb.node.req_control number of node CTDB_REQ_CONTROL packets handled
66 @ ctdb.node.reply_control number of node CTDB_REPLY_CONTROL packets handled
68 @ ctdb.client.req_call number of client CTDB_REQ_CALL packets handled
70 @ ctdb.client.req_message number of client CTDB_REQ_MESSAGE packets handled
72 @ ctdb.client.req_control number of client CTDB_REQ_CONTROL packets handled
74 @ ctdb.timeouts.call (counter not implemented) number of call timeouts
76 @ ctdb.timeouts.control number of node control message request timeouts awaiting reply
78 @ ctdb.timeouts.traverse number of database traversal timeouts
80 @ ctdb.total_calls total number of client ctdb request calls received
82 @ ctdb.pending_calls total number of client ctdb request calls in progress
84 @ ctdb.lockwait_calls number of tdb chainlock lockwait calls
86 @ ctdb.pending_lockwait_calls number of lockwait calls waiting for a lock
88 @ ctdb.childwrite_calls number of childwrite calls
90 @ ctdb.pending_childwrite_calls number of childwrite calls in progress
92 @ ctdb.memory_used total size of the ctdbd null talloc pool
94 @ ctdb.max_hop_count maximum hops performed by a CTDB_REQ_CALL packet
96 @ ctdb.max_reclock_ctdbd maximum recovery lock latency during setrecmode
98 @ ctdb.max_reclock_recd maximum recovery lock latency as reported by the recovery process
100 @ ctdb.max_call_latency maximum time spent handling a client request call
102 @ ctdb.max_lockwait_latency maximum time spent waiting for a tdb chainlock
104 @ ctdb.max_childwrite_latency maximum time spent performing a childwrite
106 @ ctdb.num_recoveries number of recoveries finished