Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| linux_router:misc [2025-01-01 Wed wk01 23:53] – [Glances Options] baumkp | linux_router:misc [2025-10-14 Tue wk42 13:59] (current) – [glances] baumkp | ||
|---|---|---|---|
| Line 19: | Line 19: | ||
| The darkstat output can then be seen on a web browser at '' | The darkstat output can then be seen on a web browser at '' | ||
| + | |||
| + | The darkstat systemd intergration suck, it is a legacy setup. | ||
| + | |||
| + | |||
| ---- | ---- | ||
| ====glances==== | ====glances==== | ||
| + | See [[https:// | ||
| * '' | * '' | ||
| * '' | * '' | ||
| - | * '' | + | * '' |
| * '' | * '' | ||
| Line 30: | Line 34: | ||
| * [[https:// | * [[https:// | ||
| * [[https:// | * [[https:// | ||
| - | * [[https:// | ||
| * [[https:// | * [[https:// | ||
| * [[https:// | * [[https:// | ||
| + | * [[https:// | ||
| + | |||
| Line 39: | Line 44: | ||
| *'' | *'' | ||
| *'' | *'' | ||
| + | *'' | ||
| ===Glances Options=== | ===Glances Options=== | ||
| Line 63: | Line 69: | ||
| * u – View cumulative network I/O | * u – View cumulative network I/O | ||
| * q – Quit (Esc and Ctrl-C also work) | * q – Quit (Esc and Ctrl-C also work) | ||
| + | |||
| ++++ | ++++ | ||
| + | |||
| + | See Glances docs [[https:// | ||
| + | |||
| + | . | ||
| ===glances as a service=== | ===glances as a service=== | ||
| - | Setup a systemd file for glances as a local web service '' | + | ++++Setup a systemd file for glances as a local web service '' |
| < | < | ||
| [Unit] | [Unit] | ||
| Line 79: | Line 90: | ||
| [Install] | [Install] | ||
| - | WantedBy=multi-user.target | + | WantedBy=multi-user.target </ |
| - | + | ++++ | |
| - | </ | + | After modifying a systemd file update systemd: '' |
| - | After modifying a systemd file update systemd: '' | + | |
| - | The glances output can then be seen on a web browser at '' | + | The glances output can then be seen on a web browser at '' |
| ---- | ---- | ||