mirror of
https://github.com/dcarrillo/dotfiles.git
synced 2025-10-27 03:19:08 +00:00
22 lines
394 B
Plaintext
22 lines
394 B
Plaintext
(
|
|
cpu: (
|
|
update_interval: 1000,
|
|
sampling_window: 60,
|
|
),
|
|
mem: (
|
|
update_interval: 2000,
|
|
sampling_window: 30,
|
|
),
|
|
net: (
|
|
update_interval: 2000,
|
|
sampling_window: 30,
|
|
),
|
|
disk: (
|
|
update_interval: 1000,
|
|
sampling_window: 60,
|
|
),
|
|
gpu: (
|
|
update_interval: 2000,
|
|
sampling_window: 30,
|
|
),
|
|
) |