aristocratos
3685a27522
Changed: Size constraints now adapts to currently shown boxes
4 years ago
aristocratos
97bf3a3a3a
Added: Vim keys (h, j, k, l) for browsing and moved help to shift+h
4 years ago
aristocratos
90ecedbf1b
v1.0.60 New features and bug fixes
4 years ago
aristocratos
66ec752e8c
Added: IP address to net box
4 years ago
aristocratos
aca85e0519
Added: Ability choose cpu graph attributes and split up upper and lower part
4 years ago
aristocratos
f997e037e7
Added: Toggle for IO graphs in regular disk usage mode
4 years ago
aristocratos
ad7df0c674
Fixed: Crash on missing psutil.disk_usage
4 years ago
aristocratos
4a839dadbc
Fixed: Wrong letter in "io" highlighted
4 years ago
aristocratos
b9b47126c8
Added: Ignore input unicode decode errors
4 years ago
aristocratos
cc9c7dcc29
v1.0.59 Bug fixes
4 years ago
aristocratos
877d774c96
Fixed: Crash on missing disks
4 years ago
aristocratos
80345dc5a8
Fixed io stats text transparency
4 years ago
aristocratos
655c866285
v1.0.58 IO graphs for disks and dedicated io mode + bug fixes
4 years ago
aristocratos
159abc377b
Updated example config file
4 years ago
aristocratos
8fe96f81d4
Merge branch 'psutil-loadavg'
4 years ago
aristocratos
c8315060de
Added help messages for filtering options
4 years ago
aristocratos
86f1a1f18b
Merge branch 'proc-filter'
4 years ago
aristocratos
9ad92b180d
Added: Disks io stat graphs and a dedicated io mode for disks box
4 years ago
Andrzej Raczkowski
c04f97dc62
Merge pull request #1 from araczkowski/araczkowski-patch-getloadavg
...
Update bpytop.py
4 years ago
Andrzej Raczkowski
d57d0fc211
Update bpytop.py
...
I changed the ``os.getloadavg()`` to ``psutil.getloadavg()`` to fix the error:
```
/usr/lib/python3.9/site-packages/bpytop.py", line 2849, in _collect
cls.load_avg = [round(lavg, 2) for lavg in os.getloadavg()]
AttributeError: module 'os' has no attribute 'getloadavg'
08/01/21 (09:35:18) | WARNING: Exiting with errorcode (1). Runtime 0:00:05
```
4 years ago
aristocratos
4176203cc6
broke
4 years ago
Umar Javed
8478d8eb51
Make proc filter code more concise
4 years ago
Umar Javed
6e608d965d
Add case-sensitive proc filtering using F
4 years ago
aristocratos
173adf8556
v1.0.57 Added support for non-truecolor terminals + bug fixes
4 years ago
aristocratos
50ef08ef58
Added: Support for non truecolor terminals through 24-bit to 256-color conversion
4 years ago
aristocratos
b80217e63c
Merge branch 'proc_sorting-counter-fix'
4 years ago
aristocratos
013a04a2bc
Revert test_Theme assertion
4 years ago
Umar Javed
337e7e2dbb
Change proc filter to be case-insensitive
4 years ago
Umar Javed
17d745bdb6
Fix proc_sorting option counter not updating in menu
4 years ago
aristocratos
b443a9a576
Fix new tests
4 years ago
aristocratos
eb3f7e2ec3
v1.0.56 New features and some bug fixes
4 years ago
aristocratos
1f183d97da
Added: Categories in Options menu and only_physical option for disks
4 years ago
aristocratos
406aef0de4
Added background color
4 years ago
aristocratos
c28c7b12d4
Added conditional for OsX on use_fstab
4 years ago
aristocratos
8cc212c19c
Fixed net_iface menu option input
4 years ago
aristocratos
4b94be7080
Merge branch 'net_iface'
4 years ago
aristocratos
75eb817de9
Merge branch 'use_fstab'
4 years ago
raTMole
2ae475f2f4
Add net_iface config option.
...
fix when selected iface goes down see #224
condition to check that net_iface is a correct nic name + smooth switching behaviour
cls.net_iface needs to be cleared after setting the nic
4 years ago
BHa
6fd08c8361
use_fstab optimizations.
...
Better handling of non-exiting /etc/fstab
filter status debug logging
4 years ago
aristocratos
ed3898c6c3
Added notice
4 years ago
aristocratos
fba9dd04a0
Added tests for drawing and collecting
4 years ago
aristocratos
2e31b05e5d
Added testing for some functions and classes
4 years ago
aristocratos
8041ca1afb
Fixed: units_to_bytes returning 0 if input value <10 and in bits
4 years ago
BHa
1c0bc41c36
Add new boolean option "use_fstab".
4 years ago
aristocratos
10aea340ba
Fixed tests shield [skip tests]
4 years ago
aristocratos
b6d177d62c
Add poetry to dependencies
4 years ago
aristocratos
5eeff30b5f
Testing status fix
4 years ago
aristocratos
0d5bed6981
v1.0.55 All boxes can now be toggled
4 years ago
aristocratos
f9d1f3af46
Re-added isolated_build
4 years ago
aristocratos
4def5a19a4
Add check for skipping tests
4 years ago