From 95f82522c6d75a9c932bedb6ebb4959d1f414faa Mon Sep 17 00:00:00 2001 From: David Luevano Alvarado Date: Tue, 23 Feb 2021 10:59:23 -0700 Subject: Some small changes, added gotop config --- .config/gotop/gotop.conf | 29 +++++++++++++++++++++++++++++ .config/gotop/layouts/custom | 4 ++++ 2 files changed, 33 insertions(+) create mode 100644 .config/gotop/gotop.conf create mode 100644 .config/gotop/layouts/custom (limited to '.config/gotop') diff --git a/.config/gotop/gotop.conf b/.config/gotop/gotop.conf new file mode 100644 index 0000000..e683ef9 --- /dev/null +++ b/.config/gotop/gotop.conf @@ -0,0 +1,29 @@ +# Scale graphs to this level; 7 is the default, 2 is zoomed out. +graphhorizontalscale=7 +# If true, start the UI with the help visible +helpvisible=false +# The color scheme to use. See `--list colorschemes` +colorscheme=default +# How frequently to update the UI, in nanoseconds +updateinterval=1000000000 +# If true, show the average CPU load +averagecpu=false +# If true, show load per CPU +percpuload=true +# Temperature units. C for Celcius, F for Fahrenheit +tempscale=C +# If true, display a status bar +statusbar=false +# The network interface to monitor +netinterface=all +# A layout name. See `--list layouts` +layout=layouts/custom +# The maximum log file size, in bytes +maxlogsize=5000000 +# If set, export data as Promethius metrics on the interface:port. +# E.g., `:8080` (colon is required, interface is not) +#metricsexportport= +# Display network IO in mpbs if true +mbps=false +# A list of enabled temp sensors. See `--list devices` +#temperatures= diff --git a/.config/gotop/layouts/custom b/.config/gotop/layouts/custom new file mode 100644 index 0000000..f1523a4 --- /dev/null +++ b/.config/gotop/layouts/custom @@ -0,0 +1,4 @@ +2:cpu +disk 2:mem +net/2 +2:procs -- cgit v1.2.3-54-g00ecf