summaryrefslogtreecommitdiffstats
path: root/src/app/data_harvester/processes/macos_freebsd.rs
AgeCommit message (Expand)Author
2023-06-10refactor: redo how we do get processes between different OSes (#1197)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-25refactor: clean up some data collection refresh code, refresh sysinfo lists o...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-20bug: fix is_nan being incorrectly used to check for division by zero (#905)Clement Tsang
2022-11-10refactor: run cargo +nightly fmt with group_imports (#885)Clement Tsang
2022-10-11bug: add bindings to grab ppid in some cases on macos (#825)Clement Tsang
2022-10-07fix wrong unit being used for memory in sysinfo data (#824)Clement Tsang
2022-09-16deps: update sysinfo to 0.26.2 (#806)Clement Tsang
2022-07-23Implement support for FreeBSD (#766)Wesley Moore