Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| linux_router:misc [2023-12-03 Sun wk48 12:43] – [ntopng] 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:// | ||
| + | |||
| + | |||
| + | 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 75: | Line 90: | ||
| [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 86: | Line 100: | ||
| ====ntopng==== | ====ntopng==== | ||
| - | I tried ntopng again in December 2023. I ran in a Docker container on my Router, although markedly improved since trying a few years ago this this program suite still uses uses a lot of resources on my router which loads it up close to 50%. There are occasional reports of dropped packet and such, further indicating overload.\\ | + | I tried ntopng again in December 2023. I ran in a Docker container on my Router, although markedly improved since trying a few years ago this this program suite still uses uses a lot of resources on my router which loads it up close to 50%. There are occasional reports of dropped packet and such, further indicating overload.\\ |
| - | Another thing I do not like about this package is that the free community version is a significantly cut down of the full paid version. | + | Another thing I do not like about this package is that the free community version is a significantly 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==== | ||