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
|
<schemalist>
<schema id="de.mh21.indicator.multiload" path="/apps/indicators/multiload/" gettext-domain="@GETTEXT_PACKAGE@">
<key name="cpuload-alpha4" type="q">
<default>16384</default>
<_summary>CPU graph alpha</_summary>
</key>
<key name="memload-alpha4" type="q">
<default>16384</default>
<_summary>Memory graph alpha</_summary>
</key>
<key name="netload-alpha3" type="q">
<default>16384</default>
<_summary>Network graph alpha</_summary>
</key>
<key name="swapload-alpha1" type="q">
<default>16384</default>
<_summary>Swap graph alpha</_summary>
</key>
<key name="loadavg-alpha1" type="q">
<default>16384</default>
<_summary>Load graph alpha</_summary>
</key>
<key name="diskload-alpha2" type="q">
<default>16384</default>
<_summary>Disk load graph alpha</_summary>
</key>
<key name="view-cpuload" type="b">
<default>true</default>
<_summary>Enable CPU load graph</_summary>
</key>
<key name="view-memload" type="b">
<default>false</default>
<_summary>Enable memory load graph</_summary>
</key>
<key name="view-netload" type="b">
<default>false</default>
<_summary>Enable network load graph</_summary>
</key>
<key name="view-swapload" type="b">
<default>false</default>
<_summary>Enable swap load graph</_summary>
</key>
<key name="view-loadavg" type="b">
<default>false</default>
<_summary>Enable load average graph</_summary>
</key>
<key name="view-diskload" type="b">
<default>false</default>
<_summary>Enable disk load graph</_summary>
</key>
<key name="speed" type="i">
<default>500</default>
<_summary>Applet refresh rate in milliseconds</_summary>
</key>
<key name="size" type="i">
<default>40</default>
<_summary>For horizontal panels, the width of the graphs in pixels. For vertical panels, this is the height of the graphs.</_summary>
</key>
<key name="cpuload-color0" type="s">
<default>"#0072b3"</default>
<_summary>Graph color for user-related CPU activity</_summary>
</key>
<key name="cpuload-color1" type="s">
<default>"#0092e6"</default>
<_summary>Graph color for system-related CPU activity</_summary>
</key>
<key name="cpuload-color2" type="s">
<default>"#00a3ff"</default>
<_summary>Graph color for nice-related CPU activity</_summary>
</key>
<key name="cpuload-color3" type="s">
<default>"#002f3d"</default>
<_summary>Graph color for iowait related CPU activity</_summary>
</key>
<key name="cpuload-color4" type="s">
<default>"#000000"</default>
<_summary>CPU graph background color</_summary>
</key>
<key name="memload-color0" type="s">
<default>"#00b35b"</default>
<_summary>Graph color for user-related memory usage</_summary>
</key>
<key name="memload-color1" type="s">
<default>"#00e675"</default>
<_summary>Graph color for shared memory</_summary>
</key>
<key name="memload-color2" type="s">
<default>"#00ff82"</default>
<_summary>Graph color for buffer memory</_summary>
</key>
<key name="memload-color3" type="s">
<default>"#AAF5D0"</default>
<_summary>Graph color for cached memory</_summary>
</key>
<key name="memload-color4" type="s">
<default>"#000000"</default>
<_summary>Memory graph background color</_summary>
</key>
<key name="netload-color0" type="s">
<default>"#fce94f"</default>
<_summary>Graph color for input network activity</_summary>
</key>
<key name="netload-color1" type="s">
<default>"#edd400"</default>
<_summary>Graph color for output network activity</_summary>
</key>
<key name="netload-color2" type="s">
<default>"#c4a000"</default>
<_summary>Graph color for loopback network usage</_summary>
</key>
<key name="netload-color3" type="s">
<default>"#000000"</default>
<_summary>Network graph background color</_summary>
</key>
<key name="swapload-color0" type="s">
<default>"#8b00c3"</default>
<_summary>Graph color for user-related swap usage</_summary>
</key>
<key name="swapload-color1" type="s">
<default>"#000000"</default>
<_summary>Swap graph background color</_summary>
</key>
<key name="loadavg-color0" type="s">
<default>"#d50000"</default>
<_summary>Graph color for load average</_summary>
</key>
<key name="loadavg-color1" type="s">
<default>"#000000"</default>
<_summary>Load graph background color</_summary>
</key>
<key name="diskload-color0" type="s">
<default>"#C65000"</default>
<_summary>Graph color for disk read</_summary>
</key>
<key name="diskload-color1" type="s">
<default>"#FF6700"</default>
<_summary>Graph color for disk write</_summary>
</key>
<key name="diskload-color2" type="s">
<default>"#000000"</default>
<_summary>Background color for disk load graph</_summary>
</key>
<key name="system-monitor" type="s">
<default>"gnome-system-monitor.desktop"</default>
<_summary>The desktop description file to execute as the system monitor</_summary>
</key>
<key name="autostart" type="b">
<default>true</default>
<_summary>Automatically start on session startup</_summary>
</key>
</schema>
</schemalist>
|