mirror of
https://github.com/nicolargo/glances.git
synced 2025-01-02 06:27:55 +03:00
Add coment to defaullt glances.conf file
This commit is contained in:
parent
87336db3fd
commit
ca246a1ae5
@ -3,7 +3,7 @@
|
||||
##############################################################################
|
||||
|
||||
[global]
|
||||
# Refresh rate (default is a minimum of 2 seconds)
|
||||
# Stats refresh rate (default is a minimum of 2 seconds)
|
||||
# Can be overwrite by the -t <sec> option
|
||||
# It is also possible to overwrite it in each plugin sections
|
||||
refresh=2
|
||||
@ -31,8 +31,6 @@ max_processes_display=30
|
||||
# Set to true to disable a plugin
|
||||
# Note: you can also disable it from the command line (see --disable-plugin <plugin_name>)
|
||||
disable=False
|
||||
# Set a specific refresh rate for this plugin by overwriting the default/refresh value
|
||||
#refresh=3
|
||||
# Graphical percentage char used in the terminal user interface (default is |)
|
||||
percentage_char=|
|
||||
# Define CPU, MEM and SWAP thresholds in %
|
||||
@ -274,6 +272,11 @@ battery_critical=95
|
||||
#core 0_alias=CPU Core 0
|
||||
#core 1_alias=CPU Core 1
|
||||
|
||||
[processcount]
|
||||
disable=False
|
||||
# If you want to change the refresh rate of the processing list, please uncomment:
|
||||
#refresh=10
|
||||
|
||||
[processlist]
|
||||
disable=False
|
||||
# Sort key: if not defined, the sort is automatically done by Glances (recommended)
|
||||
|
Loading…
Reference in New Issue
Block a user