Skip to content

Commit b10853f

Browse files
authored
Merge pull request #1456 from CrazyWolf13/patch-1
[Add] Glances on Windows
2 parents 61bd84b + 25addad commit b10853f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/widgets.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2289,6 +2289,8 @@ If you don't already have it installed, either follow the [Installation Guide](h
22892289

22902290
Glances can be launched with the `glances` command. You'll need to run it in web server mode, using the `-w` option for the API to be reachable. If you don't plan on using the Web UI, then you can disable it using `--disable-webui`. See the [command reference docs](https://glances.readthedocs.io/en/latest/cmds.html) for more info.
22912291

2292+
If Glaces is running on a Windows system it is recommanded to add the following arguments ```--disable-plugin all --enable-plugin cpu,mem,diskio,ip,network,containers,quicklook,load,fs,alert -w``` This is due to Glances not being that stable on windows, so disabling all plugins that aren't used by Dashy widgets can save on ressources.
2293+
22922294
#### Options
22932295

22942296
All Glance's based widgets require a `hostname`. All other parameters are optional.

0 commit comments

Comments
 (0)