-
Notifications
You must be signed in to change notification settings - Fork 0
/
index_grid.html
364 lines (333 loc) · 16.5 KB
/
index_grid.html
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
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>NET DATA Chart</title>
<link href="https://fonts.googleapis.com/css?family=Lato" rel="stylesheet">
<script type="text/javascript" src="http://139.59.56.147:19999/lib/jquery-2.2.4.min.js"></script>
<script type="text/javascript" src="http://139.59.56.147:19999/dashboard.js"></script>
<link href="https://use.fontawesome.com/releases/v5.0.6/css/all.css" rel="stylesheet">
<link rel="stylesheet" href="./css/stylegrid.css">
</head>
<body>
<div class="gc">
<div class="chartHeader">
Delivery Engine Queues
</div>
<div class="chartMenu">
<ul>
<li>
<a href="#link1">ESP's</a>
<label class="switch alignswitch">
<input type="checkbox" checked>
<span class="slider round"></span>
</label>
</li>
<li>
<a href="#link2">Campaigns
<label class="switch alignswitch">
<input type="checkbox" checked>
<span class="slider round"></span>
</label>
</li>
<li>
<a href="#link3">Sites</a>
<label class="switch alignswitch">
<input type="checkbox" checked>
<span class="slider round"></span>
</label>
</li>
</ul>
<ul id="custom-charts">
<div class="custom-charts" data-drop data-position="side" data-netdata-icon="users.pwrites" data-height="200px" data-width="98%" data-colors="#22CC77 #009DD6" draggable="true">Users Disk Writes</div>
<div class="custom-charts" data-drop data-position="side" data-netdata-icon="netdata.plugin_proc_modules" data-height="200px" data-width="98%" draggable="true">Proc Plugin</div>
<div class="custom-charts" data-drop data-position="side" data-netdata-icon="apps.cpu" data-height="200px" data-width="98%" draggable="true">Apps CPU Time</div>
<div class="custom-charts" data-drop data-position="side" data-netdata-icon="apps.threads" data-height="200px" data-width="98%" draggable="true">Apps Threads</div>
<div class="custom-charts" data-drop data-position="side" data-netdata-icon="apps.sockets" data-height="200px" data-width="98%" draggable="true">Apps Open Sockets</div>
<div class="custom-charts" data-drop data-position="side" data-netdata-icon="netdata.plugin_cgroups_cpu" data-height="200px" data-width="98%" draggable="true">NetData CGroups</div>
<div class="custom-charts" data-drop data-position="side" data-netdata-icon="system.cpu" data-chart-library="gauge" data-height="200px" data-width="200px" data-units="%" data-gauge-max-value="100" data-after="-420" data-points="420" data-size="small" draggable="true">System CPU</div>
<div class="custom-charts" data-drop data-position="side" data-netdata-icon="system.ram" data-dimensions="used|buffers|active|wired" data-append-options="percentage" data-chart-library="easypiechart" data-title="Used RAM" data-units="%" data-easypiechart-max-value="100" data-height="200px" data-width="200px" data-after="-420" data-points="420" data-size="small" draggable="true">System RAM</div>
<div class="custom-charts" data-drop data-position="side" data-netdata-icon="queue_resolve.queue_queries" data-chart-library="easypiechart" data-colors="#22CC77" data-title="Queue Resolve Production Rate" data-units="Query" data-decimal-digits="0" data-dimensions="productionRate" data-height="200px" data-width="200px" data-size="small" draggable="true">Resolve Production Rate</div>
<div class="custom-charts" data-drop data-position="side" data-netdata-icon="queue_resolve.queue_queries" data-chart-library="easypiechart" data-colors="#009DD6" data-title="Queue Resolve Consumption Rate" data-units="Query" data-decimal-digits="0" data-dimensions="consumptionRate" data-height="200px" data-width="200px" data-size="small" draggable="true">Resolve Consumption Rate</div>
</ul>
</div>
<div class="chartRight">
<h1>Chart</h1>
<hr>
<div data-drop="custom-drop" data-position="main" class="big">
<p class="title"><i class="fas fa-cog"></i> Queue Enqueue</p>
<div data-netdata="queue_enqueue.queue_queries"
data-height="200px"
data-width="98%"
data-decimal-digits="0"
data-colors="#22CC77 #009DD6"
data-dygraph-smooth="true"
data-dygraph-type="line"
data-dygraph-strokewidth="2"
data-points="100"
data-dygraph-highlightcirclesize="8"
data-dimensions="productionRate|consumptionRate"
></div>
</div>
<br>
<hr>
<div data-drop="custom-drop" data-position="main" class="big">
<p class="title"><i class="fas fa-cog"></i> Queue Max Resolve</p>
<div data-netdata="queue_MxResolve.queue_queries"
data-height="200px"
data-width="98%"
data-decimal-digits="0"
data-colors="#22CC77 #009DD6"
data-dygraph-smooth="true"
data-dygraph-type="line"
data-dygraph-strokewidth="2"
data-points="100"
data-dygraph-highlightcirclesize="8"
data-dimensions="productionRate|consumptionRate"
></div>
</div>
<br>
<hr>
<div data-drop="custom-drop" data-position="main" class="big">
<p class="title"><i class="fas fa-cog"></i> Queue Max Push Messages</p>
<div data-netdata="queue_PushMessage.queue_queries"
data-height="200px"
data-width="98%"
data-decimal-digits="0"
data-colors="#22CC77 #009DD6"
data-dygraph-smooth="true"
data-dygraph-type="line"
data-dygraph-strokewidth="2"
data-points="100"
data-dygraph-highlightcirclesize="8"
data-dimensions="productionRate|consumptionRate"
></div>
</div>
<br>
<hr>
<div data-drop="custom-drop" data-position="main" class="big">
<p class="title"><i class="fas fa-cog"></i> Queue Resolve</p>
<div data-netdata="queue_resolve.queue_queries"
data-height="200px"
data-width="98%"
data-decimal-digits="0"
data-colors="#22CC77 #009DD6"
data-dygraph-smooth="true"
data-dygraph-type="area"
data-dygraph-strokewidth="2"
data-points="100"
data-dygraph-highlightcirclesize="8"
data-dimensions="productionRate|consumptionRate"
></div>
</div>
<br>
<hr>
<div data-drop="custom-drop" data-position="main" class="big">
<p class="title" draggable="true"><i class="fas fa-cog"></i> Request Enqueue</p>
<div data-netdata="queue_enqueue.queue_queries"
data-chart-library="easypiechart"
data-colors="#22CC77"
data-title="Queue Production Rate"
data-units="Query"
data-decimal-digits="0"
data-dimensions="productionRate"
data-height="200px"
data-width="200px"
></div>
<div data-netdata="queue_enqueue.queue_queries"
data-chart-library="easypiechart"
data-colors="#009DD6"
data-title="Queue Consumption Rate"
data-units="Query"
data-decimal-digits="0"
data-dimensions="consumptionRate"
data-height="200px"
data-width="200px"
></div>
<div data-netdata="queue_MxResolve.queue_queries"
data-chart-library="easypiechart"
data-colors="#22CC77"
data-title="Queue Max Resolved"
data-units="Query"
data-decimal-digits="0"
data-dimensions="productionRate"
data-height="200px"
data-width="200px"
></div>
<div data-netdata="queue_MxResolve.queue_queries"
data-chart-library="easypiechart"
data-colors="#009DD6"
data-title="Queue Max Resolved"
data-units="Query"
data-decimal-digits="0"
data-dimensions="consumptionRate"
data-height="200px"
data-width="200px"
></div>
<div data-netdata="queue_PushMessage.queue_queries"
data-chart-library="easypiechart"
data-colors="#22CC77"
data-title="Queue Push Message Production Rate"
data-units="Query"
data-decimal-digits="0"
data-dimensions="productionRate"
data-height="200px"
data-width="200px"
></div>
<div data-netdata="queue_PushMessage.queue_queries"
data-chart-library="easypiechart"
data-colors="#009DD6"
data-title="Queue Push Message Consumption Rate"
data-units="Query"
data-decimal-digits="0"
data-dimensions="consumptionRate"
data-height="200px"
data-width="200px"
></div>
<div data-netdata="queue_resolve.queue_queries"
data-chart-library="easypiechart"
data-colors="#22CC77"
data-title="Queue Resolve Production Rate"
data-units="Query"
data-decimal-digits="0"
data-dimensions="productionRate"
data-height="200px"
data-width="200px"
></div>
<div data-netdata="queue_resolve.queue_queries"
data-chart-library="easypiechart"
data-colors="#009DD6"
data-title="Queue Resolve Consumption Rate"
data-units="Query"
data-decimal-digits="0"
data-dimensions="consumptionRate"
data-height="200px"
data-width="200px"
></div>
</div>
<!--
<p class="title">Received Request Enqueue</p>
<div data-netdata="beanstalk.received_requests_enqueue"
data-height="200px"
data-width="98%"
data-points="25"
data-dygraph-type="area"
data-dygraph-smooth="true"
data-dimensions="cmd-delete"
data-colors="#22CC77 #009DD6"
data-dygraph-strokewidth="3"
data-drop="custom-drop"
></div>
<p class="title">Received Request Enqueue</p>
<div data-netdata="beanstalk.received_requests_enqueue"
data-height="200px"
data-width="98%"
data-points="25"
data-dygraph-type="area"
data-dygraph-smooth="true"
data-colors="#22CC77 #009DD6"
data-dimensions="current-jobs-ready|current-jobs-urgent|current-using|current-jobs-delayed|current-watching"
data-colors="#22CC77 #009DD6"
data-dygraph-strokewidth="3"
data-drop="custom-drop"
></div>
<br>
<hr>
<p class="title">Received Request Max Resolve</p>
<div data-netdata="beanstalk.received_requests_MxResolve"
data-height="200px"
data-width="98%"
data-colors="#22CC77 #009DD6"
data-dygraph-smooth="true"
data-dygraph-type="line"
data-dygraph-strokewidth="2"
data-dygraph-highlightcirclesize="8"
data-drop="custom-drop"
></div>
<br>
<hr>
<p class="title">Received Request Push Message</p>
<div data-netdata="beanstalk.received_requests_PushMessage"
data-height="200px"
data-width="98%"
data-colors="#22CC77 #009DD6"
data-dygraph-smooth="true"
data-dygraph-type="line"
data-dygraph-strokewidth="2"
data-dygraph-highlightcirclesize="8"
data-drop="custom-drop"
></div>
<br>
<hr>
<p class="title">Received Request Resolve</p>
<div data-netdata="beanstalk.received_requests_resolve"
data-height="200px"
data-width="98%"
data-colors="#22CC77 #009DD6"
data-dygraph-smooth="true"
data-dygraph-type="line"
data-dygraph-strokewidth="2"
data-dygraph-highlightcirclesize="8"
data-drop="custom-drop"
></div>
<br>
<hr>
<br>
<p id="link2" class="title">System IO</p>
<br>
<div data-netdata="system.io"
data-height="200px"
data-width="200px"
data-chart-library="easypiechart"
data-colors="#22CC77 #009DD6"
style="float:left"
data-drop="custom-drop"
></div>
<div data-netdata="system.io"
data-height="200px"
data-width="calc(98% - 240px)"
data-colors="#22CC77 #009DD6"
data-dygraph-smooth="true"
data-dygraph-strokewidth="2"
style="float:right;margin-right:20px;"
data-drop="custom-drop"
></div>
<div class="clearfix h210"></div>
<hr>
<p id="link3" class="title">Request Per IP</p>
<div data-netdata="web_log_nginx_netdata.requests_per_ipproto"
data-height="200px"
data-width="98%"
data-colors="#22CC77 #009DD6"
data-drop="custom-drop"
></div>
<hr>
<p class="title">System RAM</p>
<div data-netdata="system.ram"
data-height="200px"
data-width="98%"
data-colors="#22CC77 #009DD6"
data-title="Custom Title"
data-drop="custom-drop"
></div>
<hr>
<p class="title">System RAM (Google chart)</p>
<div data-netdata="system.ram"
data-height="200px"
data-width="98%"
data-colors="#22CC77 #009DD6"
data-chart-library="google"
data-title="Custom Title"
data-drop="custom-drop"
></div>
-->
<br>
<br>
<br>
</div>
</div>
</body>
<script type="text/javascript" src="./js/drag.js"></script>
</html>