forked from spdfg/elektron
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig
More file actions
33 lines (26 loc) · 670 Bytes
/
Copy pathconfig
File metadata and controls
33 lines (26 loc) · 670 Bytes
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
<<hostname1>>:kernel.all.load[5]
<<hostname2>>:kernel.all.load[5]
...
<hostname1>:kernel.all.cpu.user
<hostname2>:kernel.all.cpu.user
...
<hostname1>:kernel.all.cpu.sys
<hostname2>:kernel.all.cpu.sys
...
<hostname1>:kernel.all.cpu.idle
<hostname2>:kernel.all.cpu.idle
...
<hostname1>:mem.util.free
<hostname2>:mem.util.free
...
<hostname1>:mem.util.used
<hostname2>:mem.util.used
...
#RAPL CPU PKG
<hostname1>:perfevent.hwcounters.rapl__RAPL_ENERGY_PKG.value
<hostname2>:perfevent.hwcounters.rapl__RAPL_ENERGY_PKG.value
...
#RAPL DRAM
<hostname1>:perfevent.hwcounters.rapl__RAPL_ENERGY_DRAM.value
<hostname2>:perfevent.hwcounters.rapl__RAPL_ENERGY_DRAM.value
...