-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathvarnish3-bad.json
54 lines (54 loc) · 1.8 KB
/
varnish3-bad.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
{
"all": {
"title": "Misbehavior",
"type": "varnish",
"legend": {
"fetch_failed": {
"name": "Fetch failed"
},
"n_wrk_drop": {
"name": "N dropped work requests"
},
"backend_unhealthy": {
"name": "Backend conn. not attempted"
},
"accept_fail": {
"name": "Accept failures"
},
"n_wrk_failed": {
"name": "N worker threads not created"
},
"client_drop_late": {
"name": "Connection dropped late"
},
"losthdr": {
"name": "HTTP header overflows"
},
"n_wrk_max": {
"name": "N worker threads limited"
},
"client_drop": {
"name": "Connection dropped, no sess/wrk"
},
"n_wrk_lqueue": {
"name": "work request queue length"
},
"esi_warnings": {
"name": "ESI parse warnings (unlock)"
},
"backend_busy": {
"name": "Backend conn. too many"
},
"esi_errors": {
"name": "ESI parse errors (unlock)"
},
"n_objoverflow": {
"name": "Objects overflowing workspace"
},
"n_wrk_lqueue": {
"name": "work request queue length"
}
},
"legend_format": "%5.1lf"
}
}