ENH update workstation config
This commit is contained in:
parent
5485487d69
commit
ef8967ebb6
|
@ -5,12 +5,12 @@ modules:
|
||||||
filesystem:
|
filesystem:
|
||||||
show_smart: true
|
show_smart: true
|
||||||
fs_paths:
|
fs_paths:
|
||||||
- {path: /, name: root}
|
- {path: /, name: root}
|
||||||
- {path: /boot, name: boot}
|
- {path: /boot, name: boot}
|
||||||
- {path: /home, name: home}
|
- {path: /home, name: home}
|
||||||
- {path: /mnt/data, name: data}
|
- {path: /mnt/data, name: data0}
|
||||||
- {path: /mnt/dcache, name: dcache}
|
- {path: /mnt/more_data, name: data1}
|
||||||
- {path: /tmp, name: tmpfs}
|
- {path: /tmp, name: tmpfs}
|
||||||
graphics:
|
graphics:
|
||||||
dev_power: /sys/bus/pci/devices/0000:01:00.0/power/control
|
dev_power: /sys/bus/pci/devices/0000:01:00.0/power/control
|
||||||
show_temp: true
|
show_temp: true
|
||||||
|
@ -24,14 +24,13 @@ modules:
|
||||||
show_plot: true
|
show_plot: true
|
||||||
table_rows: 5
|
table_rows: 5
|
||||||
power:
|
power:
|
||||||
battery: BAT0
|
battery: ''
|
||||||
rapl_specs:
|
rapl_specs:
|
||||||
- {name: PKG0, address: intel-rapl:0}
|
- {name: PKG0, address: intel-rapl:0}
|
||||||
- {name: DRAM, address: intel-rapl:0:2}
|
|
||||||
processor:
|
processor:
|
||||||
core_rows: 1
|
core_rows: 2
|
||||||
core_padding: 0
|
core_padding: 0
|
||||||
show_stats: true
|
show_stats: false
|
||||||
show_plot: true
|
show_plot: true
|
||||||
table_rows: 5
|
table_rows: 5
|
||||||
readwrite:
|
readwrite:
|
||||||
|
@ -41,7 +40,7 @@ layout:
|
||||||
anchor: [12, 11]
|
anchor: [12, 11]
|
||||||
panels:
|
panels:
|
||||||
- columns:
|
- columns:
|
||||||
- {blocks: [system, 19, graphics, 16, processor], width: 436}
|
- {blocks: [system, 19, graphics, 16, memory], width: 436}
|
||||||
margins: [20, 10]
|
margins: [20, 10]
|
||||||
- 10
|
- 10
|
||||||
- columns:
|
- columns:
|
||||||
|
@ -51,7 +50,7 @@ layout:
|
||||||
margins: [20, 10]
|
margins: [20, 10]
|
||||||
- 10
|
- 10
|
||||||
- columns:
|
- columns:
|
||||||
- {blocks: [pacman, 24, filesystem, 23, power, 19, memory], width: 436}
|
- {blocks: [pacman, 24, filesystem, 23, processor], width: 436}
|
||||||
margins: [20, 10]
|
margins: [20, 10]
|
||||||
|
|
||||||
theme:
|
theme:
|
||||||
|
|
Loading…
Reference in New Issue