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