summaryrefslogtreecommitdiffstats
path: root/src/app/data_harvester/processes/linux.rs
AgeCommit message (Expand)Author
2023-06-18other: use f32 for process percentage values (#1212)Clement Tsang
2023-06-10refactor: redo how we do get processes between different OSes (#1197)Clement Tsang
2023-05-31refactor: clean up some Linux proc collection code (#1179)Clement Tsang
2023-05-21refactor: remove procfs (#1163)Clement Tsang
2023-05-02feature: show running time of processes (#801)Yuxuan Shui
2023-04-12deps: Switch to using hashbrown for general hashmap usage (#1092)Clement Tsang
2023-03-26refactor: unify on using bytes for the memory unit when harvesting (#1077)Clement Tsang
2023-03-02deps: bump procfs to 0.15.1 (#1038)Clement Tsang
2023-03-02refactor: migrate CPU from heim to sysinfo for all platforms (#1035)Clement Tsang
2022-11-21other: non-normalized process CPU% cleanup and docs (#910)Clement Tsang
2022-11-21feature: per-core process cpu usage percentage (#899)database64128
2022-11-19other: small linux process cleanup (#902)Clement Tsang
2022-11-13deps: update sysctl to 0.5.2, procfs to 0.14.1 (#894)Clement Tsang
2022-11-10refactor: run cargo +nightly fmt with group_imports (#885)Clement Tsang
2022-10-13refactor: move point definition to tui_rs widget (#832)Clement Tsang
2022-10-12refactor: tables V2 (#749)Clement Tsang
2022-09-16deps: update sysinfo to 0.26.2 (#806)Clement Tsang
2022-05-15refactor: more work towards unifying process codeClementTsang
2021-12-22docs: Add comment/changelog about not including guest twice0.6.6ClementTsang
2021-12-21bug: Fix process CPU calculation if /proc/stat CPU line has less values than ...Clement Tsang
2021-10-17deps: bump deps, remove chrono (#600)Clement Tsang
2021-07-31other: Add RISC-V to unofficially supported targets (#565)Clement Tsang
2021-06-18refactor: Fix clippy lint for entry vacancy check (#503)Clement Tsang
2021-05-15refactor: split up data collection by OS (#482)Clement Tsang