summaryrefslogtreecommitdiffstats
path: root/src/app/data_harvester.rs
AgeCommit message (Expand)Author
2021-05-23refactor: remove old traces (#486)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-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
2021-03-12feature: Add support for displaying load average (#392)pvanheus
2021-01-01feature: Add network interface filtering (#381)Clement Tsang
2020-12-21refactor: Cut out sysinfo from Linux builds (#368)Clement Tsang
2020-12-17uptick: 0.5.6 (#362)Clement Tsang
2020-12-17refactor: re-use heim for ARM targets if possible (#360)Clement Tsang
2020-12-17bug: Fix missing component list refresh (#361)Clement Tsang
2020-12-15deps: Update to heim 0.1 (#354)Clement Tsang
2020-12-11refactor: Another small optimization pass (#350)Clement Tsang
2020-12-10bug: Fix some performance regressions (#344)Clement Tsang
2020-12-05refactor: Rename battery_harvester to batteries (#340)Clement Tsang
2020-12-03refactor: Clean up some parts of data harvesting (#336)Clement Tsang
2020-11-30refactor: Simplify data harvesting (#335)Clement Tsang
2020-10-02other: more traces to debug, update some deps (#264)Clement Tsang
2020-10-01bug: use cmdline for Linux proc name if >=15 chars (#261)Clement Tsang
2020-09-30feature: add --debug flag for logging (#259)Clement Tsang
2020-09-09refactor: rename data harvesting fns to what archs/oses they support (#229)Clement Tsang
2020-09-06feature: Adds tree view (#223)Clement Tsang
2020-09-02other: aarch64 support (#217)Clement Tsang
2020-08-21refactor: remove kill command, use libcClement Tsang
2020-08-21refactor: Remove ps callsClement Tsang
2020-08-17feature: Add appox. total mem as an option for processes and basic memClement Tsang
2020-08-15feature: Allow sorting by any columnClement Tsang
2020-04-16feature: Add battery widget (#120)Clement Tsang
2020-04-11feature: Show process state (#114)Clement Tsang
2020-04-10feature: add io and io/s for processes (#113)Clement Tsang
2020-04-04(perf) Avoid harvesting if widget is not being displayedClement Tsang
2020-03-13Cleanup before modularity (#84)Clement Tsang
2020-03-11Fix cpu legend colouring (#83)Clement Tsang
2020-03-02Refactoring.ClementTsang
2020-03-02Refactoring.ClementTsang
2020-02-28Optimized imports as per clionClementTsang
2020-02-15[skip travis] Some notes and readme changes... and an additional commit befor...ClementTsang
2020-02-15Fixed issue with HJKL keys interfering with search widget. Oops!ClementTsang
2020-02-15Removed extra debug statements.ClementTsang
2020-02-14Merged async together.ClementTsang
2020-02-12Removed unnecessary clone.ClementTsang
2020-02-12Added maximizing mode to allow users to zoom into a particular widget. Not 1...ClementTsang
2020-02-11Accidentally left in an extra line of code.ClementTsang
2020-02-11Add current cpu total flag to other OSClementTsang
2020-02-10More clippy fixing.ClementTsang
2020-02-09Some more changes to support sysinfo updateClement Tsang
2020-02-09Update sysinfo, add total network to windows/linux.ClementTsang
2020-02-01Optimizing processes...ClementTsang