summaryrefslogtreecommitdiffstats
path: root/src/app/data_collection
AgeCommit message (Expand)Author
2020-01-25Reworked network again; will use this to change all widgetsClementTsang
2020-01-21Removed btreemap and went back to vec as it makes more sense for usClementTsang
2020-01-21Further tweaking of networkClementTsang
2020-01-21Slightly optimized how networking is... I think.ClementTsang
2020-01-10[skip travis] Fixed slight typo with missing column width ratio in disks.ClementTsang
2020-01-09Fix a quite large bug with disks table display.ClementTsang
2020-01-09Change how we call time in data_collection stepClementTsang
2020-01-08Implemented dd for grouped processes.ClementTsang
2020-01-07Formatting changes to be a bit more strict on line lengthClementTsang
2020-01-07Base building blocks of grouped process functionalityClementTsang
2020-01-06Some basic cleaningClementTsang
2019-12-31Add new option to allow for seeing cpu usage in processes as a percentage of ...ClementTsang
2019-12-30Quick error change for processes to be a bit more graceful, fix testsClement Tsang
2019-12-29Fix processes in windowsClement Tsang
2019-12-27Some cleaning to avoid duplicate codeClementTsang
2019-12-25Redid some of the networking portion, changed cargo a bit, some refactoringClementTsang
2019-12-25Update heimClementTsang
2019-12-23Fix some more clippy hints.Clement Tsang
2019-12-22Some simple fixes to abide by clippyClement Tsang
2019-12-07Update dependenciesClementTsang
2019-12-06Update tui version... legends aren't showing up yet, will have to fork again.ClementTsang
2019-10-10Added scaling factor to make CPU usage in processes more representative of TO...ClementTsang
2019-10-06Added way of removing stale entries in the old PID list.ClementTsang
2019-10-05Removed unsafe unwrapsClementTsang
2019-09-25Support for key events in windows works.Clement Tsang
2019-09-25Added some more support for windows.Clement Tsang
2019-09-17Potential fix for windows processes.ClementTsang
2019-09-16Modified errors in data_collection portion to use the newer error type added ...ClementTsang
2019-09-16Added reads and writes for disk.ClementTsang
2019-09-15Added scrolling event, need to implement across processes now.ClementTsang
2019-09-15[skip travis] Changed rustfmt, formatting.ClementTsang
2019-09-15Added a few changes - fix for slow start time feel, changed cpu legend displa...ClementTsang
2019-09-15Made charting look better, switched back to braille markers (its the only way...ClementTsang
2019-09-14Added error util, finished network graph.ClementTsang
2019-09-14Added average cpu option.ClementTsang
2019-09-14Added clap support for command line options, as well as tweaked some table pl...ClementTsang
2019-09-11Changed layout again.ClementTsang
2019-09-11Added temp setting to app, need to add to data collection. Also refactoring ...ClementTsang
2019-09-11More refactoring.ClementTsang