Commit Graph

253 Commits (57778eee034f41b97af09148271db7ebbb77d6d3)

Author SHA1 Message Date
aristocratos 57778eee03 v1.0.62 Bug fixes and new theme Adapta 2021-02-14 11:26:20 +01:00
aristocratos a1316d4d33 Changed: Net graphs will now round up any value above 0 to register on graph 2021-02-14 11:22:36 +01:00
Erwin Junge 3a8bea25dc
Support cpus with non-sequential core ids 2021-02-08 22:29:30 +01:00
aristocratos 2fbdc35125 v1.0.61 New features 2021-01-25 17:52:46 +01:00
aristocratos 3685a27522 Changed: Size constraints now adapts to currently shown boxes 2021-01-24 01:19:57 +01:00
aristocratos 97bf3a3a3a Added: Vim keys (h, j, k, l) for browsing and moved help to shift+h 2021-01-23 17:13:46 +01:00
aristocratos 90ecedbf1b v1.0.60 New features and bug fixes 2021-01-23 02:12:39 +01:00
aristocratos 66ec752e8c Added: IP address to net box 2021-01-23 01:58:58 +01:00
aristocratos aca85e0519 Added: Ability choose cpu graph attributes and split up upper and lower part 2021-01-23 01:39:31 +01:00
aristocratos f997e037e7 Added: Toggle for IO graphs in regular disk usage mode 2021-01-22 21:52:00 +01:00
aristocratos ad7df0c674 Fixed: Crash on missing psutil.disk_usage 2021-01-22 14:25:04 +01:00
aristocratos 4a839dadbc Fixed: Wrong letter in "io" highlighted 2021-01-16 00:24:55 +01:00
aristocratos b9b47126c8 Added: Ignore input unicode decode errors 2021-01-13 17:56:13 +01:00
aristocratos cc9c7dcc29 v1.0.59 Bug fixes 2021-01-11 21:53:15 +01:00
aristocratos 877d774c96 Fixed: Crash on missing disks 2021-01-11 21:51:04 +01:00
aristocratos 80345dc5a8 Fixed io stats text transparency 2021-01-10 21:57:42 +01:00
aristocratos 655c866285 v1.0.58 IO graphs for disks and dedicated io mode + bug fixes 2021-01-10 12:52:11 +01:00
aristocratos 8fe96f81d4 Merge branch 'psutil-loadavg' 2021-01-10 12:36:44 +01:00
aristocratos c8315060de Added help messages for filtering options 2021-01-10 12:36:28 +01:00
aristocratos 86f1a1f18b Merge branch 'proc-filter' 2021-01-10 12:28:19 +01:00
aristocratos 9ad92b180d Added: Disks io stat graphs and a dedicated io mode for disks box 2021-01-10 12:07:42 +01:00
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
```
2021-01-08 10:49:20 +01:00
aristocratos 4176203cc6 broke 2021-01-07 16:31:46 +01:00
Umar Javed 8478d8eb51 Make proc filter code more concise 2021-01-06 21:01:43 +05:00
Umar Javed 6e608d965d Add case-sensitive proc filtering using F 2021-01-06 20:32:51 +05:00
aristocratos 173adf8556 v1.0.57 Added support for non-truecolor terminals + bug fixes 2021-01-06 16:28:51 +01:00
aristocratos 50ef08ef58 Added: Support for non truecolor terminals through 24-bit to 256-color conversion 2021-01-06 16:25:43 +01:00
Umar Javed 337e7e2dbb Change proc filter to be case-insensitive 2021-01-05 15:08:03 +05:00
Umar Javed 17d745bdb6 Fix proc_sorting option counter not updating in menu 2021-01-05 13:53:59 +05:00
aristocratos eb3f7e2ec3 v1.0.56 New features and some bug fixes 2021-01-05 03:10:03 +01:00
aristocratos 1f183d97da Added: Categories in Options menu and only_physical option for disks 2021-01-05 02:07:21 +01:00
aristocratos c28c7b12d4 Added conditional for OsX on use_fstab 2021-01-04 22:17:04 +01:00
aristocratos 8cc212c19c Fixed net_iface menu option input 2021-01-04 22:11:43 +01:00
aristocratos 4b94be7080 Merge branch 'net_iface' 2021-01-04 22:05:00 +01:00
aristocratos 75eb817de9 Merge branch 'use_fstab' 2021-01-04 22:00:05 +01:00
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
2021-01-04 22:35:27 +02:00
BHa 6fd08c8361 use_fstab optimizations.
Better handling of non-exiting /etc/fstab
filter status debug logging
2021-01-04 17:43:48 +01:00
aristocratos 8041ca1afb Fixed: units_to_bytes returning 0 if input value <10 and in bits 2021-01-03 23:37:21 +01:00
BHa 1c0bc41c36 Add new boolean option "use_fstab". 2021-01-03 20:36:24 +01:00
aristocratos 0d5bed6981 v1.0.55 All boxes can now be toggled 2021-01-02 22:29:02 +01:00
aristocratos 3cde5a3f9d Changed: All boxes are now toggeable with key 1-4 2021-01-02 20:51:27 +01:00
aristocratos 24432152a7 Fixed: Disks usage and free meters not updating unless resized 2021-01-01 21:07:16 +01:00
aristocratos 5ec17b0e22 v1.0.54 Bug fixes 2020-12-31 20:00:31 +01:00
aristocratos 50be6ff7bf Fixed: Process box not updating on window resize 2020-12-31 19:58:17 +01:00
aristocratos 73549a8c19 Fixed: Added nullfs filesystem to auto exclude from disks list 2020-12-31 11:38:07 +01:00
aristocratos db17e13eb0 v1.0.53 Fixes and added options to reduce CPU usage 2020-12-30 14:38:53 +01:00
aristocratos 86baed548c Fixed: Crash if bpytop.conf exists but don't have update_ms variable set 2020-12-30 14:32:13 +01:00
aristocratos b0538ab25d Changed: Default theme now has a black background 2020-12-30 14:21:45 +01:00
aristocratos 4b7507be93 Added: Process update multiplier to reduce cpu usage 2020-12-30 13:54:42 +01:00
aristocratos 8aed9b2e33 Merge branch 'fast_load_config' 2020-12-29 11:20:37 +01:00