-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathmetrics.json
130 lines (130 loc) · 4.32 KB
/
metrics.json
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
127
128
129
130
{
"LITESPEED_CACHE_HITS": {
"defaultAggregate": "AVG",
"defaultResolutionMS": 1000,
"description": "The number of cache hits",
"displayName": "Litespeed Cache Hits",
"displayNameShort": "litespd-cache-hits",
"unit": "number"
},
"LITESPEED_CACHE_RATIO": {
"defaultAggregate": "AVG",
"defaultResolutionMS": 1000,
"description": "The ratio of cache hits to overall requests",
"displayName": "Litespeed Cache Hit Ratio",
"displayNameShort": "litespd-cache-ratio",
"unit": "percent"
},
"LITESPEED_HTTPS_BYTES_IN": {
"defaultAggregate": "SUM",
"defaultResolutionMS": 1000,
"description": "The amount of inbound data over HTTPS",
"displayName": "Litespeed Https Bytes In",
"displayNameShort": "litespd-https-in",
"unit": "bytecount"
},
"LITESPEED_HTTPS_BYTES_OUT": {
"defaultAggregate": "SUM",
"defaultResolutionMS": 1000,
"description": "The amount of outbound data over HTTPS",
"displayName": "Litespeed Https Bytes Out",
"displayNameShort": "litespd-https-out",
"unit": "bytecount"
},
"LITESPEED_HTTPS_CONNECTIONS": {
"defaultAggregate": "AVG",
"defaultResolutionMS": 1000,
"description": "The number of current HTTPS connections",
"displayName": "Litespeed Https Conns",
"displayNameShort": "litespd-https-conn",
"unit": "number"
},
"LITESPEED_HTTPS_CONNECTION_LIMIT": {
"defaultAggregate": "AVG",
"defaultResolutionMS": 1000,
"description": "The ratio of connections to the Max Limit",
"displayName": "Litespeed HTTPS Connection limit",
"displayNameShort": "litespd-https-limit",
"unit": "percent"
},
"LITESPEED_HTTPS_IDLE_CONNECTIONS": {
"defaultAggregate": "AVG",
"defaultResolutionMS": 1000,
"description": "The number of current idle HTTPS connections",
"displayName": "Litespeed Idle Https Conns",
"displayNameShort": "litespd-https-idle",
"unit": "number"
},
"LITESPEED_HTTP_BYTES_IN": {
"defaultAggregate": "SUM",
"defaultResolutionMS": 1000,
"description": "The amount of inbound data over HTTP",
"displayName": "Litespeed Http Bytes In",
"displayNameShort": "litespd-http-in",
"unit": "bytecount"
},
"LITESPEED_HTTP_BYTES_OUT": {
"defaultAggregate": "SUM",
"defaultResolutionMS": 1000,
"description": "The amount of outbound data over HTTP",
"displayName": "Litespeed Http Bytes Out",
"displayNameShort": "litespd-http-out",
"unit": "bytecount"
},
"LITESPEED_HTTP_CONNECTIONS": {
"defaultAggregate": "AVG",
"defaultResolutionMS": 1000,
"description": "The number of current HTTP connections",
"displayName": "Litespeed Http Conns",
"displayNameShort": "litespd-http-conn",
"unit": "number"
},
"LITESPEED_HTTP_CONNECTION_LIMIT": {
"defaultAggregate": "AVG",
"defaultResolutionMS": 1000,
"description": "The ratio of connections to the Max Limit",
"displayName": "Litespeed HTTP Connection limit",
"displayNameShort": "litespd-http-limit",
"unit": "percent"
},
"LITESPEED_HTTP_IDLE_CONNECTIONS": {
"defaultAggregate": "AVG",
"defaultResolutionMS": 1000,
"description": "The number of current idle HTTP connections",
"displayName": "Litespeed Idle Http Conns",
"displayNameShort": "litespd-http-idle",
"unit": "number"
},
"LITESPEED_REQUESTS": {
"defaultAggregate": "AVG",
"defaultResolutionMS": 1000,
"description": "The number of requests",
"displayName": "Litespeed Requests",
"displayNameShort": "litespd-reqs",
"unit": "number"
},
"LITESPEED_REQUESTS_IN_PROCESS": {
"defaultAggregate": "AVG",
"defaultResolutionMS": 1000,
"description": "The number of requests in process",
"displayName": "Litespeed Requests in Process",
"displayNameShort": "litespd-reqs-in-prog",
"unit": "number"
},
"LITESPEED_TOTAL_BYTES_IN": {
"defaultAggregate": "SUM",
"defaultResolutionMS": 1000,
"description": "The total amount of inbound data",
"displayName": "Litespeed Total Bytes In",
"displayNameShort": "litespd-in",
"unit": "bytecount"
},
"LITESPEED_TOTAL_BYTES_OUT": {
"defaultAggregate": "SUM",
"defaultResolutionMS": 1000,
"description": "The total amount of outbound data",
"displayName": "Litespeed Total Bytes Out",
"displayNameShort": "litespd-out",
"unit": "bytecount"
}
}