summaryrefslogtreecommitdiff
path: root/.config/gotop/gotop.conf
diff options
context:
space:
mode:
Diffstat (limited to '.config/gotop/gotop.conf')
-rw-r--r--.config/gotop/gotop.conf33
1 files changed, 33 insertions, 0 deletions
diff --git a/.config/gotop/gotop.conf b/.config/gotop/gotop.conf
new file mode 100644
index 0000000..aeb918c
--- /dev/null
+++ b/.config/gotop/gotop.conf
@@ -0,0 +1,33 @@
+# 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=monokai
+# 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=false
+# Temperature units. C for Celsius, 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=default
+# 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=
+# Enable NVidia GPU metrics.
+nvidia=false
+# To configure the NVidia refresh rate, set a duration:
+#nvidiarefresh=30s