cmds.rst 8.4 KB
Newer Older
A
Alessio Sergi 已提交
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
.. _cmds:

Command Reference
=================

Command-Line Options
--------------------

.. option:: -h, --help

    show this help message and exit

.. option:: -V, --version

    show program's version number and exit

.. option:: -d, --debug

A
Alessio Sergi 已提交
19
    enable debug mode
A
Alessio Sergi 已提交
20 21 22 23 24

.. option:: -C CONF_FILE, --config CONF_FILE

    path to the configuration file

N
nicolargo 已提交
25
.. option:: --disable-alert
A
Alessio Sergi 已提交
26

N
nicolargo 已提交
27
    disable alert/log module
A
Alessio Sergi 已提交
28

N
nicolargo 已提交
29
.. option:: --disable-amps
A
Alessio Sergi 已提交
30

N
nicolargo 已提交
31
    disable application monitoring process module
A
Alessio Sergi 已提交
32 33 34 35 36

.. option:: --disable-cpu

    disable CPU module

N
nicolargo 已提交
37
.. option:: --disable-diskio
A
Alessio Sergi 已提交
38

N
nicolargo 已提交
39
    disable disk I/O module
A
Alessio Sergi 已提交
40

N
nicolargo 已提交
41
.. option:: --disable-docker
A
Alessio Sergi 已提交
42

N
nicolargo 已提交
43
    disable Docker module
A
Alessio Sergi 已提交
44

N
nicolargo 已提交
45
.. option:: --disable-folders
A
Alessio Sergi 已提交
46

N
nicolargo 已提交
47
    disable folders module
A
Alessio Sergi 已提交
48

N
nicolargo 已提交
49
.. option:: --disable-fs
A
Alessio Sergi 已提交
50

N
nicolargo 已提交
51 52 53 54 55
    disable file system module

.. option:: --disable-hddtemp

    disable HD temperature module
A
Alessio Sergi 已提交
56 57 58 59 60

.. option:: --disable-ip

    disable IP module

N
nicolargo 已提交
61
.. option:: --disable-irq
A
Alessio Sergi 已提交
62

N
nicolargo 已提交
63
    disable IRQ module
A
Alessio Sergi 已提交
64

N
nicolargo 已提交
65 66 67 68 69
.. option:: --disable-load

    disable load module

.. option:: --disable-mem
A
Alessio Sergi 已提交
70

N
nicolargo 已提交
71
    disable memory module
A
Alessio Sergi 已提交
72

N
nicolargo 已提交
73
.. option:: --disable-memswap
A
Alessio Sergi 已提交
74

N
nicolargo 已提交
75
    disable memory swap module
A
Alessio Sergi 已提交
76

N
nicolargo 已提交
77
.. option:: --disable-network
78

N
nicolargo 已提交
79
    disable network module
80

N
nicolargo 已提交
81 82 83 84
.. option:: --disable-now

    disable current time module

N
nicolargo 已提交
85
.. option:: --disable-ports
A
Alessio Sergi 已提交
86

N
nicolargo 已提交
87
    disable Ports module
A
Alessio Sergi 已提交
88

N
nicolargo 已提交
89
.. option:: --disable-process
A
Alessio Sergi 已提交
90

N
nicolargo 已提交
91
    disable process module
A
Alessio Sergi 已提交
92 93 94 95 96

.. option:: --disable-raid

    disable RAID module

N
nicolargo 已提交
97
.. option:: --disable-sensors
A
Alessio Sergi 已提交
98

N
nicolargo 已提交
99
    disable sensors module
A
Alessio Sergi 已提交
100

N
nicolargo 已提交
101 102 103 104
.. option:: --disable-webui

    disable the Web UI (only the Restful API will respond)

N
nicolargo 已提交
105
.. option:: --disable-wifi
106

N
nicolargo 已提交
107
    disable Wifi module
108

109 110 111 112
.. option:: --light, --enable-light

    light mode for Curses UI (disable all but top menu)

N
nicolargo 已提交
113
.. option:: -0, --disable-irix
A
Alessio Sergi 已提交
114

N
nicolargo 已提交
115 116 117 118 119
    task's CPU usage will be divided by the total number of CPUs

.. option:: -1, --percpu

    start Glances in per CPU mode
A
Alessio Sergi 已提交
120 121 122

.. option:: -2, --disable-left-sidebar

A
Alessio Sergi 已提交
123
    disable network, disk I/O, FS and sensors modules
A
Alessio Sergi 已提交
124

N
nicolargo 已提交
125
.. option:: -3, --disable-quicklook
A
Alessio Sergi 已提交
126

N
nicolargo 已提交
127
    disable quick look module
A
Alessio Sergi 已提交
128

N
nicolargo 已提交
129
.. option:: -4, --full-quicklook
130

N
nicolargo 已提交
131
    disable all but quick look and load
132

N
nicolargo 已提交
133
.. option:: -5, --disable-top
A
Alessio Sergi 已提交
134

N
nicolargo 已提交
135 136
    disable top menu (QuickLook, CPU, MEM, SWAP and LOAD)

137 138 139 140
.. option:: -6, --meangpu

    start Glances in mean GPU mode

N
nicolargo 已提交
141 142 143
.. option:: --enable-history

    enable the history mode (matplotlib lib needed)
A
Alessio Sergi 已提交
144 145 146 147 148 149 150 151 152 153 154 155 156

.. option:: --disable-bold

    disable bold mode in the terminal

.. option:: --disable-bg

    disable background colors in the terminal

.. option:: --enable-process-extended

    enable extended stats on top process

N
nicolargo 已提交
157
.. option:: --export-graph
A
Alessio Sergi 已提交
158

N
nicolargo 已提交
159
    export stats to graph
A
Alessio Sergi 已提交
160

N
nicolargo 已提交
161
.. option:: --path-graph PATH_GRAPH
A
Alessio Sergi 已提交
162 163 164 165 166 167 168

    set the export path for graph history

.. option:: --export-csv EXPORT_CSV

    export stats to a CSV file

169 170 171 172
.. option:: --export-cassandra

    export stats to a Cassandra/Scylla server (cassandra lib needed)

N
nicolargo 已提交
173
.. option:: --export-couchdb
A
Alessio Sergi 已提交
174

N
nicolargo 已提交
175
    export stats to a CouchDB server (couchdb lib needed)
A
Alessio Sergi 已提交
176

N
nicolargo 已提交
177
.. option:: --export-elasticsearch
A
Alessio Sergi 已提交
178

N
nicolargo 已提交
179 180 181 182 183 184 185 186 187
    export stats to an Elasticsearch server (elasticsearch lib needed)

.. option:: --export-influxdb

    export stats to an InfluxDB server (influxdb lib needed)

.. option:: --export-opentsdb

    export stats to an OpenTSDB server (potsdb lib needed)
A
Alessio Sergi 已提交
188 189 190 191 192

.. option:: --export-rabbitmq

    export stats to RabbitMQ broker (pika lib needed)

N
nicolargo 已提交
193
.. option:: --export-statsd
194

N
nicolargo 已提交
195
    export stats to a StatsD server (statsd lib needed)
196

N
nicolargo 已提交
197
.. option:: --export-riemann
A
Alessio Sergi 已提交
198

N
nicolargo 已提交
199
    export stats to Riemann server (bernhard lib needed)
A
Alessio Sergi 已提交
200

N
nicolargo 已提交
201
.. option:: --export-zeromq
N
nicolargo 已提交
202

N
nicolargo 已提交
203
    export stats to a ZeroMQ server (zmq lib needed)
N
nicolargo 已提交
204

A
Alessio Sergi 已提交
205 206
.. option:: -c CLIENT, --client CLIENT

N
nicolargo 已提交
207
    connect to a Glances server by IPv4/IPv6 address, hostname or hostname:port
A
Alessio Sergi 已提交
208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268

.. option:: -s, --server

    run Glances in server mode

.. option:: --browser

    start the client browser (list of servers)

.. option:: --disable-autodiscover

    disable autodiscover feature

.. option:: -p PORT, --port PORT

    define the client/server TCP port [default: 61209]

.. option:: -B BIND_ADDRESS, --bind BIND_ADDRESS

    bind server to the given IPv4/IPv6 address or hostname

.. option:: --username

    define a client/server username

.. option:: --password

    define a client/server password

.. option:: --snmp-community SNMP_COMMUNITY

    SNMP community

.. option:: --snmp-port SNMP_PORT

    SNMP port

.. option:: --snmp-version SNMP_VERSION

    SNMP version (1, 2c or 3)

.. option:: --snmp-user SNMP_USER

    SNMP username (only for SNMPv3)

.. option:: --snmp-auth SNMP_AUTH

    SNMP authentication key (only for SNMPv3)

.. option:: --snmp-force

    force SNMP mode

.. option:: -t TIME, --time TIME

    set refresh time in seconds [default: 3 sec]

.. option:: -w, --webserver

    run Glances in web server mode (bottle lib needed)

N
nicolargo 已提交
269 270 271 272 273 274 275 276
.. option:: --cached-time CACHED_TIME

    set the server cache time [default: 1 sec]

.. option:: open-web-browser

    try to open the Web UI in the default Web browser

A
Alessio Sergi 已提交
277 278 279 280 281 282 283 284 285 286 287 288 289 290
.. option:: -q, --quiet

    do not display the curses interface

.. option:: -f PROCESS_FILTER, --process-filter PROCESS_FILTER

    set the process filter pattern (regular expression)

.. option:: --process-short-name

    force short name for processes name

.. option:: --hide-kernel-threads

291
    hide kernel threads in process list (not available on Windows)
A
Alessio Sergi 已提交
292 293 294

.. option:: --tree

295
    display processes as a tree (Linux only)
A
Alessio Sergi 已提交
296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320

.. option:: -b, --byte

    display network rate in byte per second

.. option:: --diskio-show-ramfs

    show RAM FS in the DiskIO plugin

.. option:: --diskio-iops

    show I/O per second in the DiskIO plugin

.. option:: --fahrenheit

    display temperature in Fahrenheit (default is Celsius)

.. option:: --fs-free-space

    display FS free space instead of used

.. option:: --theme-white

    optimize display colors for white background

N
nicolargo 已提交
321 322 323 324
.. option:: --disable-check-update

    disable online Glances version ckeck

A
Alessio Sergi 已提交
325 326 327 328 329 330 331 332
Interactive Commands
--------------------

The following commands (key pressed) are supported while in Glances:

``ENTER``
    Set the process filter

A
Alessio Sergi 已提交
333
    .. note:: On macOS please use ``CTRL-H`` to delete filter.
A
Alessio Sergi 已提交
334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351

    Filter is a regular expression pattern:

    - ``gnome``: matches all processes starting with the ``gnome``
      string

    - ``.*gnome.*``: matches all processes containing the ``gnome``
      string

``a``
    Sort process list automatically

    - If CPU ``>70%``, sort processes by CPU usage

    - If MEM ``>70%``, sort processes by MEM usage

    - If CPU iowait ``>60%``, sort processes by I/O read and write

352 353 354
``A``
    Enable/disable Application Monitoring Process

A
Alessio Sergi 已提交
355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405
``b``
    Switch between bit/s or Byte/s for network I/O

``B``
    View disk I/O counters per second

``c``
    Sort processes by CPU usage

``d``
    Show/hide disk I/O stats

``D``
    Enable/disable Docker stats

``e``
    Enable/disable top extended stats

``E``
    Erase current process filter

``f``
    Show/hide file system and folder monitoring stats

``F``
    Switch between file system used and free space

``g``
    Generate graphs for current history

``h``
    Show/hide the help screen

``i``
    Sort processes by I/O rate

``I``
    Show/hide IP module

``l``
    Show/hide log messages

``m``
    Sort processes by MEM usage

``M``
    Reset processes summary min/max

``n``
    Show/hide network stats

N
nicolargo 已提交
406 407 408
``N``
    Show/hide current time

A
Alessio Sergi 已提交
409 410 411 412 413 414
``p``
    Sort processes by name

``q|ESC``
    Quit the current Glances session

415 416 417
``Q``
    Show/hide IRQ module

A
Alessio Sergi 已提交
418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441
``r``
    Reset history

``R``
    Show/hide RAID plugin

``s``
    Show/hide sensors stats

``t``
    Sort process by CPU times (TIME+)

``T``
    View network I/O as combination

``u``
    Sort processes by USER

``U``
    View cumulative network I/O

``w``
    Delete finished warning log messages

N
nicolargo 已提交
442 443 444
``W``
    Show/hide Wifi module

A
Alessio Sergi 已提交
445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470
``x``
    Delete finished warning and critical log messages

``z``
    Show/hide processes stats

``0``
    Enable/disable Irix/Solaris mode

    Task's CPU usage will be divided by the total number of CPUs

``1``
    Switch between global CPU and per-CPU stats

``2``
    Enable/disable left sidebar

``3``
    Enable/disable the quick look module

``4``
    Enable/disable all but quick look and load module

``5``
    Enable/disable top menu (QuickLook, CPU, MEM, SWAP and LOAD)

A
Alessio Sergi 已提交
471 472
``6``
    Enable/disable mean GPU mode
A
Alessio Sergi 已提交
473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489
``/``
    Switch between process command line or command name

In the Glances client browser (accessible through the ``--browser``
command line argument):

``ENTER``
    Run the selected server

``UP``
    Up in the servers list

``DOWN``
    Down in the servers list

``q|ESC``
    Quit Glances