forked from influxdata/chronograf
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmongodb.json
120 lines (120 loc) · 3.12 KB
/
mongodb.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
{
"id": "921298ad-0cdd-44f4-839b-10c319e7fcc7",
"measurement": "mongodb",
"app": "mongodb",
"autoflow": true,
"cells": [
{
"x": 0,
"y": 0,
"w": 4,
"h": 4,
"i": "b2631fd5-7d32-4a31-9edf-98362fd3626e",
"name": "MongoDB – Read/Second",
"queries": [
{
"query": "SELECT mean(queries_per_sec) AS queries_per_second, mean(getmores_per_sec) AS getmores_per_second FROM \":db:\".\":rp:\".\"mongodb\"",
"label": "reads/s",
"groupbys": [],
"wheres": []
}
]
},
{
"x": 0,
"y": 0,
"w": 4,
"h": 4,
"i": "9362e390-951b-4dba-adec-40c261e37604",
"name": "MongoDB – Writes/Second",
"queries": [
{
"query": "SELECT mean(inserts_per_sec) AS inserts_per_second, mean(updates_per_sec) AS updates_per_second, mean(deletes_per_sec) AS deletes_per_second FROM \":db:\".\":rp:\".\"mongodb\"",
"label": "writes/s",
"groupbys": [],
"wheres": []
}
]
},
{
"x": 0,
"y": 0,
"w": 4,
"h": 4,
"i": "7ca54d4c-9f0d-47fd-a7fe-2d01e832bbf4",
"name": "MongoDB – Active Connections",
"queries": [
{
"query": "SELECT mean(open_connections) AS open_connections FROM \":db:\".\":rp:\".\"mongodb\"",
"label": "count",
"groupbys": [],
"wheres": []
}
]
},
{
"x": 0,
"y": 0,
"w": 4,
"h": 4,
"i": "ea5ae388-9ca3-42f9-835f-cc9b265705be",
"name": "MongoDB – Reads/Writes Waiting in Queue",
"queries": [
{
"query": "SELECT max(queued_reads) AS queued_reads, max(queued_writes) AS queued_writes FROM \":db:\".\":rp:\".\"mongodb\"",
"label": "count",
"groupbys": [],
"wheres": []
}
]
},
{
"x": 0,
"y": 0,
"w": 4,
"h": 4,
"i": "631dcbba-c997-4fd7-b640-754a1b36026c",
"name": "MongoDB – Network Bytes/Second",
"queries": [
{
"query": "SELECT mean(net_in_bytes) AS net_in_bytes, mean(net_out_bytes) AS net_out_bytes FROM \":db:\".\":rp:\".\"mongodb\"",
"label": "bytes/s",
"groupbys": [],
"wheres": []
}
]
},
{
"x": 0,
"y": 0,
"w": 4,
"h": 4,
"i": "5b03bef0-e5e9-4b53-b5f8-1d1b740cf5a2",
"name": "MongoDB – Commands",
"queries": [
{
"query": "SELECT mean(commands_per_sec) AS commands_per_second FROM \":db:\".\":rp:\".\"mongodb\"",
"label": "commands/s",
"groupbys": [],
"wheres": []
}
]
},
{
"x": 0,
"y": 0,
"w": 4,
"h": 4,
"i": "4bc98883-2347-46bb-9459-1c6fe7fb47a8",
"name": "MongoDB – Memory Usage (MB)",
"queries": [
{
"query": "SELECT mean(vsize_megabytes) AS virtual_memory_megabytes, mean(resident_megabytes) AS resident_memory_megabytes FROM \":db:\".\":rp:\".\"mongodb\"",
"label": "MB",
"groupbys": [],
"wheres": []
}
]
}
]
}