summaryrefslogtreecommitdiffstats
path: root/src/app/data_harvester
AgeCommit message (Expand)Author
2022-11-17other: deduplicate sorts, always sort proc by PID first (#898)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-11-05deps: update nvml to 0.8.0 (#869)Clement Tsang
2022-11-04refactor: clippy and small cleanup/comments (#865)Clement Tsang
2022-11-02More human friendly temperature sensor naming (#807)Diana
2022-10-15Revert "refactor: remove heim network usage (#833)"ClementTsang
2022-10-15refactor: remove heim network usage (#833)Clement Tsang
2022-10-15other: make gpu memory collection configurable (#835)Clement Tsang
2022-10-15feature: add gpu ram collector for nvidia feature flag (#794)Justin Martin
2022-10-13refactor: move point definition to tui_rs widget (#832)Clement Tsang
2022-10-12refactor: tables V2 (#749)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-23bug: fix missing temp path locations to check on Linux (#816)Clement Tsang
2022-09-18refactor: minor cleanup of linux disk code (#813)Clement Tsang
2022-09-17refactor: replace heim temp conversion code (#811)Clement Tsang
2022-09-16Replace heim with sysfs and dont wake devices (#805)Diana
2022-09-16deps: update sysinfo to 0.26.2 (#806)Clement Tsang
2022-08-22feature: Add zfs feature flag for arc memory (#784)Justin Martin
2022-07-23Implement support for FreeBSD (#766)Wesley Moore
2022-06-14docs: re-enable lib docs for development purposes (#750)Clement Tsang
2022-06-02refactor: unify all mod.rs structure to 2018 style (#742)Clement Tsang
2022-05-15bug: fix issues with macos and windows during refactorClementTsang
2022-05-15refactor: more work towards unifying process codeClementTsang
2022-05-15refactor: begin migration of process widgetClementTsang
2022-05-06deps: migrate to starship-battery (#724)Clement Tsang
2022-03-07other: fix clippy lints on vector reference params (#689)Clement Tsang
2022-02-13Add support for nvidia GPUsshurizzle
2022-01-20Update sysinfo versionGuillaume Gomez
2021-12-28Fix Clippy warnings (#647)Mateusz MikuĊ‚a
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-07-17refactor: switch to manual implementation of meminfo parse (#548)Clement Tsang
2021-07-17bug: switch over to procfs for linux mem usage (#547)Clement Tsang
2021-07-16bug: Fix swap calculation for Linux (#546)Clement Tsang
2021-07-15bug: move linux mem used to kilobytes too as workaroundClementTsang
2021-07-15bug: fix inaccuracy in memory usage/total on macOS and Linux (#545)Clement Tsang
2021-06-26bug: Divide Windows process cpu usage by number of processors (#525)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
2021-05-13refactor: switch to procfs library (#479)Clement Tsang
2021-05-09change: switch from sysinfo to heim for cpu usage in macOS and Windows (#467)Clement Tsang
2021-05-08deps: Update dependencies 2021-05-08 (#466)Clement Tsang
2021-04-24change: remove gap between CPU and columns in basic (#460)Clement Tsang
2021-04-22feature: Add mount filtering, rework filter priority logic (#455)Clement Tsang
2021-04-04refactor: Switch from fnv to fxhash (#444)Clement Tsang
2021-04-04feature: Rework network y-axis, linear interpolation for off-screen data (#437)Clement Tsang