summaryrefslogtreecommitdiffstats
path: root/src/btop_shared.hpp
AgeCommit message (Expand)Author
2023-12-14add power to get_battery function outputjkre
2023-12-07cut less of cpu name if frequency is not shownmasiboss
2023-11-25Added definition GPU_SUPPORT to toggle GPU related codearistocratos
2023-08-27Quickfixes for MacOS and FreeBSD compilation.aristocratos
2023-08-26Squashed commit of the following:aristocratos
2023-05-30Add more GPU graph types to the CPU panelromner-set
2023-05-21Handle GPUs which cannot report certain stats in GPU panelromner
2023-05-21Handle GPUs which cannot report certain stats in btop_collect.cpp and CPU panelromner
2023-05-19Bind GPU panel to 5,6,7,8,9,0 and fully implement multi-GPU supportromner-set
2023-05-18Add GPU info to CPU panelromner
2023-05-15Add ROCm SMI backend for AMD GPU supportromner-set
2023-05-15Add multi-GPU support for NVML data collectionromner-set
2023-05-14Make GPU window's size dynamic and integrate it with the rest of btopromner
2023-05-13Improve GPU side panelromner
2023-05-13Add GPU side panelromner
2023-05-12Add rudimentary, fullscreen single-GPU NVML utilization graphromner
2023-07-05Retrieve load average from libc and use emplace_back where appropriatezackiloco
2022-11-06Fixed: Process nice value underflowing, issue #461aristocratos
2022-10-07Added: Dynamic updating of max number of CPU coresaristocratos
2022-10-04All but two places `const bool` have been updatedΣτέφανος
2022-10-02Further 'cleanup'Στέφανος
2022-07-13Merge branch 'main' of github.com:aristocratos/btoparistocratos
2022-07-11Merge pull request #385 from simplepad/zfs-iostat-newJakob P. Liljenberg
2022-07-05Move get_zfs_stat_file() and zfs_collect_pool_total_stats() functions declara...simplepad
2022-07-04Made ZFS stats collection compatible with zfs_pools_only option. ZFS pool's s...simplepad
2022-07-03Re-implemented ZFS stat collection to be compatible with new ZFS versions, no...simplepad
2022-07-03Pass const string refaristocratos
2022-07-03Changed: Rewrite of process sorting and tree generation including fixes for t...aristocratos
2022-06-27fix identationsimplepad
2022-06-25Added support for ZFS pool io stats monitoringsimplepad
2021-12-30Fixed: Account for system rolling over net speeds in Net::collect()aristocratos
2021-11-13Squashed commit of the following:aristocratos
2021-11-02Fixed: Security issue when running with SUID bit setaristocratos
2021-10-05Changed: Total system memory is checked at every update instead of once at startaristocratos
2021-09-21Fixed: Use /proc/pid/statm if RSS memory from /proc/pid/stat is faultyaristocratos
2021-09-17Added collect for batteryaristocratos
2021-09-12Added menu systemaristocratos
2021-09-01Added menus and boxes for signal sendingaristocratos
2021-08-22Added clock, updated makefile and switch to using semaphore to trigger _runne...aristocratos
2021-08-17Fixed memory leak and greatly reduced general memory usagearistocratos
2021-08-15Added Net::collect(), Net::draw() and input mappings for netaristocratos
2021-08-12Added some comments and changed some defaultsaristocratos
2021-08-10Added mem and disksaristocratos
2021-08-04Formatting and fixesaristocratos
2021-08-03Added cpu temperature functionalityaristocratos
2021-07-29Added Cpu::collect(), Cpu::get_cpuName() and Cpu::getHz()aristocratos
2021-07-26Added proc info box and changed Proc::collect() to reuse old data when changi...aristocratos
2021-07-24Added functionality for text editing and slight modifications to default them...aristocratos
2021-07-23Added mouse support and graphs for processes in proc boxaristocratos
2021-07-21Loads...aristocratos