pull/19/head
aristocratos 2020-04-05 20:53:08 +02:00
parent c3d8a10ca4
commit 0bf53f4216
1 changed files with 11 additions and 12 deletions

View File

@ -18,6 +18,15 @@ Resource monitor that shows usage and stats for processor, memory, disks, networ
* UI menu for changing all config file options. * UI menu for changing all config file options.
* Auto scaling graph for network usage. * Auto scaling graph for network usage.
## Compability
Should work on most modern linux distributions with a truecolor capable terminal.
## Dependencies
**bash** (v4.4 or later) Script functionality will most probably brake with earlier versions.
Bash version 5 is higly recommended to make use of $EPOCHREALTIME variable instead of alot of external date command calls.
## Screenshots ## Screenshots
Main UI showing details for a selected process. Main UI showing details for a selected process.
@ -29,7 +38,6 @@ Main menu.
Options menu. Options menu.
![Screenshot 3](options.png) ![Screenshot 3](options.png)
## Configurability ## Configurability
All options changeable from within UI. All options changeable from within UI.
@ -70,23 +78,14 @@ USAGE: bashtop
``` ```
## Compability
Should work on most modern linux distributions.
## Dependencies
**bash** (v4.4 or later) Script functionality will most probably brake with earlier versions.
Bash version 5 is higly recommended to make use of $EPOCHREALTIME variable instead of alot of external date command calls.
## TODO ## TODO
- [ ] TODO Add command line argument parsing. - [ ] TODO Add command line argument parsing.
- [ ] TODO Miscellaneous optimizations and code cleanup - [ ] TODO Miscellaneous optimizations and code cleanup.
- [ ] TODO Add more commenting where it's sparse.
## LICENSE ## LICENSE