1 | # this is a module file, any module specific info belongs here |
---|
2 | { |
---|
3 | "moduleid" : "jobmonitor" |
---|
4 | ,"label" : "Jobmonitor" |
---|
5 | ,"executable" : "jobmonitor" |
---|
6 | ,"submitpolicy" : "all" |
---|
7 | # ? admin |
---|
8 | ,"resource" : "local" |
---|
9 | ,"docrootexecutable" : "ajax/sys_config/sys_jobmonitor.php" |
---|
10 | ,"uniquedir" : "on" |
---|
11 | ,"fields" : [ |
---|
12 | { |
---|
13 | "role" : "input" |
---|
14 | ,"id" : "interval" |
---|
15 | ,"label" : "Update frequency in seconds" |
---|
16 | ,"type" : "integer" |
---|
17 | ,"min" : 2 |
---|
18 | ,"default" : 2 |
---|
19 | } |
---|
20 | ,{ |
---|
21 | "role" : "output" |
---|
22 | ,"id" : "jobhistory" |
---|
23 | ,"label" : "Active job count" |
---|
24 | ,"type" : "plot2d" |
---|
25 | # ,"titlefontclass" : "header3" |
---|
26 | ,"height" : "150px" |
---|
27 | ,"width" : "600px" |
---|
28 | ,"pan" : "true" |
---|
29 | ,"zoom" : "true" |
---|
30 | ,"hover" : "true" |
---|
31 | ,"help" : "drag to pan, double click to zoom, to reset zoom and pan: click on live coordinates box" |
---|
32 | } |
---|
33 | ,{ |
---|
34 | "role" : "output" |
---|
35 | ,"id" : "load" |
---|
36 | ,"label" : "Load %" |
---|
37 | ,"type" : "plot2d" |
---|
38 | # ,"titlefontclass" : "header3" |
---|
39 | ,"height" : "150px" |
---|
40 | ,"width" : "600px" |
---|
41 | ,"pan" : "true" |
---|
42 | ,"zoom" : "true" |
---|
43 | ,"hover" : "true" |
---|
44 | ,"help" : "drag to pan, double click to zoom, to reset zoom and pan: click on live coordinates box" |
---|
45 | } |
---|
46 | ,{ |
---|
47 | "role" : "output" |
---|
48 | ,"id" : "iowait" |
---|
49 | ,"label" : "IO wait %" |
---|
50 | ,"type" : "plot2d" |
---|
51 | # ,"titlefontclass" : "header3" |
---|
52 | ,"height" : "150px" |
---|
53 | ,"width" : "600px" |
---|
54 | ,"pan" : "true" |
---|
55 | ,"zoom" : "true" |
---|
56 | ,"hover" : "true" |
---|
57 | ,"help" : "drag to pan, double click to zoom, to reset zoom and pan: click on live coordinates box" |
---|
58 | } |
---|
59 | ,{ |
---|
60 | "role" : "output" |
---|
61 | ,"id" : "memused" |
---|
62 | ,"label" : "Memory used %" |
---|
63 | ,"type" : "plot2d" |
---|
64 | # ,"titlefontclass" : "header3" |
---|
65 | ,"height" : "150px" |
---|
66 | ,"width" : "600px" |
---|
67 | ,"pan" : "true" |
---|
68 | ,"zoom" : "true" |
---|
69 | ,"hover" : "true" |
---|
70 | ,"help" : "drag to pan, double click to zoom, to reset zoom and pan: click on live coordinates box" |
---|
71 | } |
---|
72 | ,{ |
---|
73 | "role" : "output" |
---|
74 | ,"id" : "swapused" |
---|
75 | ,"label" : "Swap used %" |
---|
76 | ,"type" : "plot2d" |
---|
77 | # ,"titlefontclass" : "header3" |
---|
78 | ,"height" : "150px" |
---|
79 | ,"width" : "600px" |
---|
80 | ,"pan" : "true" |
---|
81 | ,"zoom" : "true" |
---|
82 | ,"hover" : "true" |
---|
83 | ,"help" : "drag to pan, double click to zoom, to reset zoom and pan: click on live coordinates box" |
---|
84 | } |
---|
85 | ,{ |
---|
86 | "role" : "output" |
---|
87 | ,"id" : "net" |
---|
88 | ,"label" : "Network MB/s" |
---|
89 | ,"type" : "plot2d" |
---|
90 | # ,"titlefontclass" : "header3" |
---|
91 | ,"height" : "150px" |
---|
92 | ,"width" : "600px" |
---|
93 | ,"pan" : "true" |
---|
94 | ,"zoom" : "true" |
---|
95 | ,"hover" : "true" |
---|
96 | ,"help" : "drag to pan, double click to zoom, to reset zoom and pan: click on live coordinates box" |
---|
97 | } |
---|
98 | ,{ |
---|
99 | "role" : "output" |
---|
100 | ,"id" : "monitordata" |
---|
101 | ,"label" : "" |
---|
102 | ,"type" : "html" |
---|
103 | } |
---|
104 | ] |
---|
105 | } |
---|