-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathvarnish.json
62 lines (62 loc) · 1.77 KB
/
varnish.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
{
"connections": {
"title": "Connections ({{PC}} {{PI}}) on {{HOST}}",
"vertical": "Hits",
"type": "stacked",
"legend_format": "%5.1lf"
},
"cache": {
"title": "Cache ({{PC}} {{PI}}) on {{HOST}}",
"vertical": "Hits",
"type": "stacked",
"legend_format": "%5.1lf"
},
"http_requests": {
"title": "HTTP Requests ({{PC}} {{PI}}) on {{HOST}}",
"vertical": "Operations",
"type": "stacked",
"legend_format": "%5.1lf"
},
"cache_result": {
"title": "Cache Result ({{PC}} {{PI}}) on {{HOST}}",
"vertical": "Hits",
"type": "stacked",
"legend_format": "%5.1lf"
},
"total_operations": {
"title": "Total Operations ({{PC}} {{PI}}) on {{HOST}}",
"vertical": "Operations",
"type": "stacked",
"legend_format": "%5.1lf"
},
"total_bytes": {
"title": "Total Bytes ({{PC}} {{PI}}) on {{HOST}}",
"vertical": "Bytes",
"type": "stacked",
"legend_format": "%5.1lf"
},
"total_requests": {
"title": "Total Requests ({{PC}} {{PI}}) on {{HOST}}",
"vertical": "Requests",
"type": "stacked",
"legend_format": "%5.1lf"
},
"total_sessions": {
"title": "Total Sessions ({{PC}} {{PI}}) on {{HOST}}",
"vertical": "Sessions",
"type": "stacked",
"legend_format": "%5.1lf"
},
"threads": {
"title": "Thread ({{PC}} {{PI}}) on {{HOST}}",
"vertical": "Thread",
"type": "stacked",
"legend_format": "%5.1lf"
},
"total_threads": {
"title": "Total Thread ({{PC}} {{PI}}) on {{HOST}}",
"vertical": "Thread",
"type": "stacked",
"legend_format": "%5.1lf"
}
}