summaryrefslogtreecommitdiff
path: root/docs/man/man3/serverstats.3
blob: 18657e79019fe672f1c30fa5d4336c55c2b205a6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
.TH "serverstats" 3 "14 Dec 2005" "Version 1.0Betareleases" "InspIRCd" \" -*- nroff -*-
.ad l
.nh
.SH NAME
serverstats \- 
.SH SYNOPSIS
.br
.PP
\fC#include <inspircd.h>\fP
.PP
.SS "Public Member Functions"

.in +1c
.ti -1c
.RI "\fBserverstats\fP ()"
.br
.in -1c
.SS "Public Attributes"

.in +1c
.ti -1c
.RI "int \fBstatsAccept\fP"
.br
.ti -1c
.RI "int \fBstatsRefused\fP"
.br
.ti -1c
.RI "int \fBstatsUnknown\fP"
.br
.ti -1c
.RI "int \fBstatsCollisions\fP"
.br
.ti -1c
.RI "int \fBstatsDns\fP"
.br
.ti -1c
.RI "int \fBstatsDnsGood\fP"
.br
.ti -1c
.RI "int \fBstatsDnsBad\fP"
.br
.ti -1c
.RI "int \fBstatsConnects\fP"
.br
.ti -1c
.RI "int \fBstatsSent\fP"
.br
.ti -1c
.RI "int \fBstatsRecv\fP"
.br
.in -1c
.SH "Detailed Description"
.PP 
Definition at line 72 of file inspircd.h.
.SH "Constructor & Destructor Documentation"
.PP 
.SS "serverstats::serverstats ()\fC [inline]\fP"
.PP
Definition at line 86 of file inspircd.h.
.PP
References statsAccept, statsCollisions, statsConnects, statsDns, statsDnsBad, statsDnsGood, statsRecv, statsRefused, statsSent, and statsUnknown.
.PP
.nf
87         {
88                 statsAccept = statsRefused = statsUnknown = 0;
89                 statsCollisions = statsDns = statsDnsGood = 0;
90                 statsDnsBad = statsConnects = statsSent = statsRecv = 0;
91         }
.fi
.PP
.SH "Member Data Documentation"
.PP 
.SS "int \fBserverstats::statsAccept\fP"
.PP
Definition at line 75 of file inspircd.h.
.PP
Referenced by serverstats().
.SS "int \fBserverstats::statsCollisions\fP"
.PP
Definition at line 78 of file inspircd.h.
.PP
Referenced by serverstats().
.SS "int \fBserverstats::statsConnects\fP"
.PP
Definition at line 82 of file inspircd.h.
.PP
Referenced by serverstats().
.SS "int \fBserverstats::statsDns\fP"
.PP
Definition at line 79 of file inspircd.h.
.PP
Referenced by serverstats().
.SS "int \fBserverstats::statsDnsBad\fP"
.PP
Definition at line 81 of file inspircd.h.
.PP
Referenced by serverstats().
.SS "int \fBserverstats::statsDnsGood\fP"
.PP
Definition at line 80 of file inspircd.h.
.PP
Referenced by serverstats().
.SS "int \fBserverstats::statsRecv\fP"
.PP
Definition at line 84 of file inspircd.h.
.PP
Referenced by serverstats().
.SS "int \fBserverstats::statsRefused\fP"
.PP
Definition at line 76 of file inspircd.h.
.PP
Referenced by serverstats().
.SS "int \fBserverstats::statsSent\fP"
.PP
Definition at line 83 of file inspircd.h.
.PP
Referenced by serverstats().
.SS "int \fBserverstats::statsUnknown\fP"
.PP
Definition at line 77 of file inspircd.h.
.PP
Referenced by serverstats().

.SH "Author"
.PP 
Generated automatically by Doxygen for InspIRCd from the source code.