Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| linux_router:misc [2023-07-04 Tue wk27 16:22] – [glances] 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:// | ||
| * '' | * '' | ||
| * '' | * '' | ||
| - | * '' | + | * '' |
| - | * '' | + | * '' |
| Like like the references for Debian 12 for glances install are out of date.... | Like like the references for Debian 12 for glances install are out of date.... | ||
| * [[https:// | * [[https:// | ||
| * [[https:// | * [[https:// | ||
| - | * [[https:// | ||
| * [[https:// | * [[https:// | ||
| * [[https:// | * [[https:// | ||
| + | * [[https:// | ||
| + | |||
| + | |||
| + | As can be seen glances uses '' | ||
| + | *'' | ||
| + | *'' | ||
| + | *'' | ||
| + | *'' | ||
| ===Glances Options=== | ===Glances Options=== | ||
| //**__The best hot key is ' | //**__The best hot key is ' | ||
| - | Below are the list of several hot keys. | + | ++++Below are the list of several hot keys:| |
| * a – Sort processes automatically | * a – Sort processes automatically | ||
| * c – Sort processes by CPU% | * c – Sort processes by CPU% | ||
| Line 60: | Line 70: | ||
| * 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 70: | Line 85: | ||
| [Service] | [Service] | ||
| - | ExecStart=/ | + | #ExecStart=/ |
| + | ExecStart=/ | ||
| Restart=on-abort | Restart=on-abort | ||
| [Install] | [Install] | ||
| - | WantedBy=multi-user.target | + | WantedBy=multi-user.target |
| + | ++++ | ||
| + | After modifying a systemd file update systemd: '' | ||
| - | </ | + | The glances output can then be seen on a web browser at '' |
| - | After modifying a systemd file update systemd: '' | + | |
| - | + | ||
| - | The glances output can then be seen on a web browser at '' | + | |
| ---- | ---- | ||
| Line 85: | Line 100: | ||
| ====ntopng==== | ====ntopng==== | ||
| - | I tried ntopng. | + | I tried ntopng |
| - | I have decided to disable. //Worse than this this package | + | Another thing I do not like about this package is that the free community |
| - | Another thing I do not like about this package is that the free version is a cut down of the full paid version. | + | **Hence I have decided not to use this software.** |
| - | There seem to be 2 main services to enable/ | + | **tl;dr** ++++Systemd stuff, not relevant with use of Docker version| |
| + | < | ||
| * '' | * '' | ||
| * '' | * '' | ||
| Line 97: | Line 113: | ||
| We can also turn-off the redis service unless something else wnat to also use. | We can also turn-off the redis service unless something else wnat to also use. | ||
| * '' | * '' | ||
| - | * '' | + | * '' |
| + | ++++ | ||
| ---- | ---- | ||
| Line 105: | Line 122: | ||
| The Docker installation instructions for Ubuntu from Docker [[https:// | The Docker installation instructions for Ubuntu from Docker [[https:// | ||
| - | __**This is pretty old, I played with it circa 2017, and have not used Docker since. | + | __**This is pretty old, I played with it circa 2017, and have not used Docker since. |
| That being said, I can see the benefits of containerisation, | That being said, I can see the benefits of containerisation, | ||
| + | |||
| + | In 2022 I revisited Docker and basically have move my various VM applications to Docker containers/ stacks. | ||
| ====Docker Host Security==== | ====Docker Host Security==== | ||