Commit graph

657 commits

Author SHA1 Message Date
Jakob P. Liljenberg 3795814e2e
Merge pull request #406 from kz6fittycent/main
Got the desktop launch working in the snap
2022-08-22 16:04:39 +02:00
Jakob P. Liljenberg 250d3edc40
Merge pull request #398 from jonathanspw/rpm-install-instructions
Add Fedora/RHEL install docs
2022-08-22 16:03:55 +02:00
kz6fittycent ad03a3723a
Update snapcraft.yaml 2022-08-21 16:09:51 -05:00
kz6fittycent 0cd636a3a4
Merge pull request #2 from kz6fittycent/testing
Desktop UI now working in snap
2022-08-21 15:50:31 -05:00
kz6fittycent 238f23a0cf
Update snapcraft.yaml 2022-08-21 15:45:24 -05:00
kz6fittycent 46de9a595d
Update snapcraft.yaml 2022-08-21 15:41:27 -05:00
kz6fittycent 3b3b44e20b
Update btop.desktop 2022-08-21 15:32:12 -05:00
kz6fittycent 00417c28d9
Update btop.desktop 2022-08-21 15:31:20 -05:00
kz6fittycent aa9b750bc5
Add files via upload 2022-08-21 15:31:02 -05:00
kz6fittycent e700334c35
Create btop.desktop 2022-08-21 15:29:22 -05:00
kz6fittycent b80ef50131
Update snapcraft.yaml 2022-08-21 15:19:58 -05:00
kz6fittycent 4c029eed07
Update snapcraft.yaml 2022-08-21 15:13:45 -05:00
kz6fittycent 4535e04fc5
Update snapcraft.yaml 2022-08-21 15:06:55 -05:00
kz6fittycent aabfc82c44
Update snapcraft.yaml 2022-08-21 15:02:48 -05:00
kz6fittycent e199fdd4b2
Update snapcraft.yaml 2022-08-21 14:58:13 -05:00
kz6fittycent 40bb998edf
Update snapcraft.yaml 2022-08-21 14:56:21 -05:00
kz6fittycent 4e6f0c2843
Maybe 2022-08-21 14:47:18 -05:00
kyli0x c0c57818ce updated color change 2022-08-11 13:40:47 -04:00
Aristocratos 2d6bf1f4aa Added: Option to hide the small cpu graphs for processes 2022-07-29 16:18:06 +02:00
Jonathan Wright 67339cf954
Add Fedora/RHEL install docs 2022-07-28 09:26:03 -05:00
Dennis Mayr 578e776079
[fix] Color correction
Applied more accurate shades
2022-07-27 15:16:44 -04:00
Aristocratos edbafa9060 Changed: Small graphs now show colors for each character 2022-07-26 21:34:14 +02:00
Dennis Mayr 09fb45b05f
[feature] Created 'Elementarish' theme
'Elementarish' theme, based on Elementary OS' Terminal scheme.
2022-07-22 22:59:30 -04:00
aristocratos 7dc398f0c0 Merge branch 'main' of github.com:aristocratos/btop 2022-07-13 17:26:46 +02:00
aristocratos a84a7e6a5c Fixed: Getting selfpath on macos (fix for finding theme folder) 2022-07-13 17:24:34 +02:00
Jakob P. Liljenberg b48596486e
Merge pull request #385 from simplepad/zfs-iostat-new
Implement new ZFS pool io monitoring and the option to show ZFS pools only
2022-07-11 19:24:08 +02:00
simplepad a33bab3000
switch Logger calls to debug() to avoid filling up the logfile 2022-07-11 19:16:19 +03:00
simplepad bc608e862e
rename zfs_pools_only option to zfs_hide_datasets, make its description clearer 2022-07-11 19:08:25 +03:00
simplepad 189cba73e4
check if at least one object was read before updating ZFS pool io in zfs_collect_pool_total_stats(), use try-catch to prevent possible crashes from int_64t conversions 2022-07-09 03:46:15 +03:00
aristocratos 45c8a3f3d5 Merge branch 'main' of github.com:aristocratos/btop 2022-07-08 19:40:23 +02:00
Jakob P. Liljenberg 12dad37e04
Merge pull request #386 from mohi001/main
add "?" as an option to see help
2022-07-07 15:41:50 +02:00
mohammad hashemy 3e049046f7 add "?" to see help
Signed-off-by: mohammad hashemy <smhd.hashemy@outlook.com>
2022-07-07 17:56:05 +04:30
aristocratos ab92ed1257 Fixed: Logo transparency 2022-07-05 11:52:12 +02:00
simplepad 4969dd8dc6
Use fs::directory_iterator() instead of readdir() in ZFS functions, use fs::path instead of strings. 2022-07-05 01:12:19 +03:00
simplepad 30cc42fcd9
Move get_zfs_stat_file() and zfs_collect_pool_total_stats() functions declarations to btop_collect.cpp so they aren't included when compiling for macos and freebsd 2022-07-05 00:20:33 +03:00
simplepad 7feff854fd
Made ZFS stats collection compatible with zfs_pools_only option. ZFS pool's stat filepath points to the objset-* file when the option is disabled, otherwise it points to the pool's stats directory. Made ZFS total pool stat collection into a separate function for clean code. Also removed an unnecessary variable in the default ZFS stat collection, and changed io_ticks to track the number of reads/writes, reducing unnecessary calculations. 2022-07-04 01:28:25 +03:00
simplepad ed20cb9e07
Re-implemented ZFS stat collection to be compatible with new ZFS versions, now it uses files "/proc/spl/kstat/zfs/*pool_name*/objset*". Needs additional work to be compatible with the option "zfs_pools_only". 2022-07-03 21:05:40 +03:00
aristocratos 4818441817 Pass const string ref 2022-07-03 12:56:04 +02:00
aristocratos 6b1b9f8142 Changed: Rewrite of process sorting and tree generation including fixes for tree sorting and mouse support 2022-07-03 12:37:54 +02:00
Juhana Laurinharju b32e8f124b Add solarized_light theme 2022-07-02 18:51:55 +03:00
simplepad d8d7e40814
Add zfs_pools_only option 2022-07-01 19:30:50 +03:00
aristocratos 102b6dbc9d v1.2.8 New features & themes 2022-06-29 18:59:27 +02:00
Jakob P. Liljenberg b0f5eb6ea7
Merge pull request #374 from simplepad/zfs-pool-io-support
Added support for ZFS pool io stats monitoring
2022-06-29 13:46:14 +02:00
simplepad aeea53518b
use Shared::procPath, fix Logger error type 2022-06-29 14:42:27 +03:00
aristocratos 78ebd4afed Merge branch 'main' of github.com:aristocratos/btop 2022-06-29 11:10:42 +02:00
Jakob P. Liljenberg d10f95a954
Merge pull request #378 from appuchias/main
Add tomorrow night theme
2022-06-29 10:14:55 +02:00
Jakob P. Liljenberg 76c7560324
Merge pull request #359 from iambeingtracked/main
Add everforest-dark-hard.theme
2022-06-29 10:05:07 +02:00
aristocratos f35d36ab6c Fixed kernel proc filter clearing issue + optimization 2022-06-29 09:54:28 +02:00
aristocratos b450293f7f Optimize away clear_kernel_cache() function 2022-06-29 09:43:17 +02:00
aristocratos 39f3ac4785 Merge branch 'kernel-filtering' 2022-06-29 09:33:33 +02:00