add gpu monitor alias
This commit is contained in:
@@ -37,6 +37,7 @@
|
|||||||
cpu_schedutil =
|
cpu_schedutil =
|
||||||
"echo schedutil | sudo tee /sys/devices/system/cpu/cpu*/cpufreq/scaling_governor";
|
"echo schedutil | sudo tee /sys/devices/system/cpu/cpu*/cpufreq/scaling_governor";
|
||||||
cpu_freq = ''watch -n 1 "cat /proc/cpuinfo | grep \"^[c]pu MHz\""'';
|
cpu_freq = ''watch -n 1 "cat /proc/cpuinfo | grep \"^[c]pu MHz\""'';
|
||||||
|
gpu_monitor = "nvidia-smi dmon -s puct";
|
||||||
};
|
};
|
||||||
#plugins = with pkgs; [
|
#plugins = with pkgs; [
|
||||||
# {
|
# {
|
||||||
|
|||||||
Reference in New Issue
Block a user