summaryrefslogtreecommitdiffstats
path: root/src/app/data_harvester
AgeCommit message (Expand)Author
2023-12-27refactor: pull data collection out of nested folder structure (#1364)Clement Tsang
2023-12-23refactor: remove once_cell (#1361)Clement Tsang
2023-12-20refactor: some more cleanups around linux temp code (#1360)Clement Tsang
2023-12-20other: if in a non-D0 state, short-circuit further logic (#1355)Clement Tsang
2023-11-20refactor: simplify temperature conversion function usage (#1326)Clement Tsang
2023-11-19feature: Add gpu proc info (#1276)Justin Martin
2023-11-15refactor: clean up some query code and some ascii-only string comparisons (#1...Clement Tsang
2023-11-15refactor: comment on convoluted `Filesystem::from_str` code (#1315)Clement Tsang
2023-11-15chore: fix certain uninlined string format uses (#1310)Yuri Astrakhan
2023-11-14bug: fat32 mounts don't show up in macOS (#1314)Devin-Yeung
2023-10-22chore: Minor cleanup - remove un-needed ident qualifiers (#1307)Yuri Astrakhan
2023-08-24other: appease clippy after Rust 1.72.0 (#1281)Clement Tsang
2023-08-22deps: bump windows to 0.51.1 (#1279)Clement Tsang
2023-07-27bug: display arc max size in arc usage instead of system memory (#1264)Zeb Piasecki
2023-07-11refactor: flatten IoCounter return value (#1253)Clement Tsang
2023-07-09add zfs io counters for linux and freebsd (#1248)Justin Martin
2023-06-29deps: bump deps as of 2023-06-29 (#1233)Clement Tsang
2023-06-18other: use f32 for process percentage values (#1212)Clement Tsang
2023-06-12other: post-0.9.2 cleanup (#1203)Clement Tsang
2023-06-11feature: on Linux, check coretemp and don't fail fast with name generation wh...Clement Tsang
2023-06-11ci: add a build check for aarch64-linux-android (#1124)Clement Tsang
2023-06-11other: remaining changes needed to get android to build (#1199)Clement Tsang
2023-06-11other: have dummy fallback for disk I/O for unsupported OSes (#1198)Clement Tsang
2023-06-10refactor: redo how we do get processes between different OSes (#1197)Clement Tsang
2023-06-08bug: ntfs3 mounts don't show up (#1191)database64128
2023-06-08feature: use better names for duplicate temp sensors found by `/sys/class/the...Clement Tsang
2023-06-07bug: when getting Linux temps, don't bail ASAP if they fail (#1186)Clement Tsang
2023-06-03other: fix links and broken references in doc comments (#1182)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-07deps: bump clap to 4.2.7 and libc to 0.2.143 (#1136)Clement Tsang
2023-05-06other: use sysinfo for temps for android and ios (#1130)Clement Tsang
2023-05-02feature: show running time of processes (#801)Yuxuan Shui
2023-04-19feature: add current battery charging state, update field names (#1106)Clement Tsang
2023-04-12feature: add buffer and cache memory (#1063)Twan Stok
2023-04-12deps: Switch to using hashbrown for general hashmap usage (#1092)Clement Tsang
2023-04-10refactor: migrate disk collection code off of heim, remove heim (#1064)Clement Tsang
2023-04-07deps: update some minor dependency versions (#1087)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
2023-03-11clippy: appease clippy as of Rust 1.68.0 (#1055)Clement Tsang
2023-03-08refactor: use internal committed memory calculation for Windows (#1051)Clement Tsang
2023-03-08other: deny missing safety docs and add them (#1053)Clement Tsang
2023-03-07refactor: more data collection cleanup (#1047)Clement Tsang
2023-03-05refactor: Clean up memory collection code (#1045)Clement Tsang
2023-03-04re-enable zfs feature (#1044)Justin Martin
2023-03-04refactor: migrate network collection to sysinfo (#1041)Clement Tsang
2023-03-03docs: update changelog and some comments (#1040)Clement Tsang
2023-03-03fix: is_list_ignored=false filters for network and temperature (#1037)Dmitry Valter
2023-03-03refactor: migrate memory collection to sysinfo for all platforms (#1036)Clement Tsang