diff options
author | fourtysixandtwo <fourtysixandtwo@sliderr.net> | 2022-11-25 20:56:58 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-11-25 20:56:58 +0700 |
commit | edd9202fddd7b25beb77138e4db4f2dab510f683 (patch) | |
tree | 1c20fc237e7f1d121ea42a69e22359d2b467e540 /python/python3-glances/slack-desc | |
parent | 4e70597c3ffd6ed1778d763aab987510c04d0672 (diff) |
python/python3-glances: Added (system monitoring tool).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-glances/slack-desc')
-rw-r--r-- | python/python3-glances/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/python/python3-glances/slack-desc b/python/python3-glances/slack-desc new file mode 100644 index 0000000000000..a1fb1b1e29fd4 --- /dev/null +++ b/python/python3-glances/slack-desc @@ -0,0 +1,19 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. +# Line up the first '|' above the ':' following the base package name, and +# the '|' on the right side marks the last column you can put a character in. +# You must make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':' except on otherwise blank lines. + + |-----handy-ruler------------------------------------------------------| +python3-glances: python3-glances (cross-platform, curses-based system monitoring tool) +python3-glances: +python3-glances: glances is a cross-platform, curses-based system monitoring tool +python3-glances: written in Python. It can adapt the displayed information depending +python3-glances: on the terminal size and can work in a client/server mode for remote +python3-glances: monitoring. It uses the psutil library to fetch statistical values +python3-glances: from key elements, like CPU, load average, memory, network, disks, +python3-glances: file systems, processes, etc. +python3-glances: +python3-glances: Homepage: https://github.com/nicolargo/glances +python3-glances: |