Commit Graph

  • 396360cdbf [skip travis] Bump version. ClementTsang 2019-10-09 22:46:16 -04:00
  • 2dee648fe0 [skip travis] Update README. ClementTsang 2019-10-09 22:42:50 -04:00
  • 0697e44802 Added freezing of updates. 0.1.0-alpha-4 ClementTsang 2019-10-09 22:34:09 -04:00
  • 2900ae2acf Added help screen. ClementTsang 2019-10-09 22:00:10 -04:00
  • 2d20ec7f6f Fix for cleaning times, as well as made it not run every loop. ClementTsang 2019-10-09 19:19:39 -04:00
  • f55d2fff3f Added way of removing stale entries in the old PID list. ClementTsang 2019-10-06 21:06:53 -04:00
  • 7bd49be49a Removed unsafe unwraps ClementTsang 2019-10-05 21:55:35 -04:00
  • 042a55fcd5 [skip travis] Changed todo for personal use... ClementTsang 2019-10-04 23:27:42 -04:00
  • 72a3de98c2 Added arrows to indicate process sorting direction ClementTsang 2019-10-04 23:22:16 -04:00
  • 11f8b8ea2b Added RAM values to chart. ClementTsang 2019-10-03 00:05:58 -04:00
  • 15f14be0b2 Update TODO. ClementTsang 2019-10-02 23:57:06 -04:00
  • 34c102195d Added scrolling for temp and disk list. ClementTsang 2019-09-25 16:43:13 -04:00
  • 1112ae714e Update issue templates Clement Tsang 2019-09-25 15:21:04 -04:00
  • 674de1a2d4 Added const to make rate switching in the future easier. 0.1.0-alpha-3 ClementTsang 2019-09-25 12:42:39 -04:00
  • b5cacb3e2e Added arrow key control for processes and the like, and fixed off by one error. ClementTsang 2019-09-25 12:35:32 -04:00
  • a592472562 Changed how we handle total mem = 0 cases; made it so that it just sets a really negative value and we just check if the most recent value is negative ClementTsang 2019-09-25 02:45:09 -04:00
  • 9cc398ecf9 Update travis for now. ClementTsang 2019-09-25 02:14:47 -04:00
  • 5ecc80e2ad Fix for divide by zero if swap/mem was 0 ClementTsang 2019-09-25 02:13:10 -04:00
  • f5d1f624cc [skip travis] Added comment. ClementTsang 2019-09-25 01:56:41 -04:00
  • 12deeb9c46 Fixed linux issue. ClementTsang 2019-09-25 01:54:38 -04:00
  • 2e8f23a87a Changes to README. ClementTsang 2019-09-25 01:34:33 -04:00
  • e175517839 Update TODO Clement Tsang 2019-09-25 01:31:26 -04:00
  • 52c4234ed0 Added dd for windows. Clement Tsang 2019-09-25 01:30:50 -04:00
  • a24e5dbbcf More fixes for Windows. Clement Tsang 2019-09-25 00:48:53 -04:00
  • 9df0b2e4e2 Support for key events in windows works. Clement Tsang 2019-09-25 00:37:17 -04:00
  • bc3169a4df Added some more support for windows. Clement Tsang 2019-09-25 00:27:43 -04:00
  • cb9ec2cdca Bump up version of crossterm, fix some bugs. ClementTsang 2019-09-24 22:15:43 -04:00
  • f96d82ccb7 [skip travis] Update README. ClementTsang 2019-09-18 14:52:18 -04:00
  • dfdd6b14d4 Update README, Cargo, and main ClementTsang 2019-09-17 23:47:35 -04:00
  • 794edfc10d [skip travis] update toml ClementTsang 2019-09-17 00:28:36 -04:00
  • 7ce653b8dc [skip travis] More todos. ClementTsang 2019-09-17 00:26:49 -04:00
  • db06f8201f Potential fix for windows processes. ClementTsang 2019-09-17 00:24:36 -04:00
  • b9ff7efa21 Changed toml one more time. 0.1.0-alpha-1 ClementTsang 2019-09-16 23:53:20 -04:00
  • 231049c118 Fixed text issue. ClementTsang 2019-09-16 23:34:34 -04:00
  • 7b3c63c8e7 [skip travis] Update .gitignore to please cargo. ClementTsang 2019-09-16 23:17:09 -04:00
  • 11af345ea1 Moved description to cargo.toml. ClementTsang 2019-09-16 23:16:43 -04:00
  • 0237e47085 Played around with Cargo.toml. ClementTsang 2019-09-16 23:08:37 -04:00
  • c003871ae7 Update README. ClementTsang 2019-09-16 22:57:58 -04:00
  • f5873db9ac [skip travis] Changed name and some minor things. ClementTsang 2019-09-16 22:54:39 -04:00
  • 10abcd74af [skip travis] Changed cargo.toml to have some more data. ClementTsang 2019-09-16 22:42:23 -04:00
  • 1ebe04ecb2 Added vim + keyboard bindings. ClementTsang 2019-09-16 22:39:57 -04:00
  • 0550402698 Added dd command on linux. ClementTsang 2019-09-16 21:45:48 -04:00
  • 1b777d27e5 Fixed off by one error with scrolling. ClementTsang 2019-09-16 20:33:25 -04:00
  • 266c281024 Modified errors in data_collection portion to use the newer error type added earlier on. ClementTsang 2019-09-16 19:05:44 -04:00
  • a5306c6692 Added scrolling in processes. ClementTsang 2019-09-16 18:47:49 -04:00
  • 43ac5c3399 Added reads and writes for disk. ClementTsang 2019-09-16 16:18:42 -04:00
  • 6327ba2c7b Update travis. ClementTsang 2019-09-16 01:55:49 -04:00
  • 1a4a261db6 Added scrolling event, need to implement across processes now. ClementTsang 2019-09-15 14:16:18 -04:00
  • 05d4e82153 [skip travis] Changed rustfmt, formatting. ClementTsang 2019-09-15 01:32:08 -04:00
  • e593149ef9 Modified .gitignore. ClementTsang 2019-09-15 01:30:07 -04:00
  • 0eb993d129 Added a few changes - fix for slow start time feel, changed cpu legend display, added logic to make avg cpu display over everything. Also changed tui source to a fork. ClementTsang 2019-09-15 01:29:49 -04:00
  • 282acd1395 Made charting look better, switched back to braille markers (its the only way I could make it look good), and dealt with some issues regarding the display of networking. ClementTsang 2019-09-15 00:06:57 -04:00
  • 2435b9d90c Fixed tests. ClementTsang 2019-09-14 22:29:40 -04:00
  • 4846175638 Added error util, finished network graph. ClementTsang 2019-09-14 21:48:29 -04:00
  • b75374be76 Updated version number. ClementTsang 2019-09-14 21:22:57 -04:00
  • c5bc886f04 This will only work on nightly ClementTsang 2019-09-14 17:08:33 -04:00
  • b14432c3df Added average cpu option. ClementTsang 2019-09-14 17:07:18 -04:00
  • 6d9ed34dcb Added clap support for command line options, as well as tweaked some table placement. ClementTsang 2019-09-14 16:46:14 -04:00
  • 3219abeaa5 Added travis. ClementTsang 2019-09-13 19:12:01 -04:00
  • a5989ad096 Hopefully smoothed out curve a bit. ClementTsang 2019-09-13 16:15:00 -04:00
  • 71ac3313e4 More refactoring; added logging and error files. ClementTsang 2019-09-11 23:34:26 -04:00
  • 691c887b56 Dealt with canvas a bit more, removed some redundant code. ClementTsang 2019-09-11 23:23:14 -04:00
  • afe9349573 Changed layout again. ClementTsang 2019-09-11 23:15:25 -04:00
  • 86eb14f620 Added temp setting to app, need to add to data collection. Also refactoring again. ClementTsang 2019-09-11 22:30:57 -04:00
  • ae6cd3aa77 Refactoring. Lots of it. ClementTsang 2019-09-11 22:10:49 -04:00
  • 50d3be05dd More refactoring. ClementTsang 2019-09-11 20:41:11 -04:00
  • b7081dd0e4 Hopefully made a much better process CPU tracker... this matchs top pretty closely, within +/- 5% ClementTsang 2019-09-11 17:22:56 -04:00
  • 2032660230 Rudimentary charting for cpu and mem. ClementTsang 2019-09-11 00:52:51 -04:00
  • 0d76c49973 Added stale data filtering. ClementTsang 2019-09-11 00:08:55 -04:00
  • ac26ac7f5a Re-added timing, refactored. ClementTsang 2019-09-10 23:37:20 -04:00
  • 9740fe2298 Fixed memory issue. ClementTsang 2019-09-10 19:10:29 -04:00
  • 939e2d1d77 Tried to fix process cpu usage... and reduce total cpu usage of program. ClementTsang 2019-09-10 18:22:34 -04:00
  • 8ba4674560 Delete typo. ClementTsang 2019-09-09 19:31:29 -04:00
  • 8c7b9dab35 I can't spell. ClementTsang 2019-09-09 19:31:03 -04:00
  • d9a0d32c1f Ironed out as many kinks as possible in terms of smoothness. ClementTsang 2019-09-09 18:34:13 -04:00
  • ff89f1187f Began working on populating fields. ClementTsang 2019-09-09 00:09:58 -04:00
  • 471209f511 Refactored code such that it fits more of tui-rs' example. ClementTsang 2019-09-08 19:56:23 -04:00
  • d80c2387fb Setup layout. ClementTsang 2019-09-08 14:14:50 -04:00
  • 8b1e48a6b4 Update md files. ClementTsang 2019-09-08 01:28:03 -04:00
  • 96ceba92c2 Started terminal UI. ClementTsang 2019-09-08 01:25:53 -04:00
  • d5fd76e511 Update some READMEs. ClementTsang 2019-09-08 01:11:01 -04:00
  • 0050b77caf Removed the 'timing' aspect, it was irrelevant. ClementTsang 2019-09-08 01:01:42 -04:00
  • 826bc701c1 Added 'used' field in disks polling, as it is more accurate ClementTsang 2019-09-07 23:34:29 -04:00
  • ef2dc7e1b5 Added better error handling. ClementTsang 2019-09-07 23:29:30 -04:00
  • 8da38c061d Finished network polling. ClementTsang 2019-09-07 22:41:52 -04:00
  • ac85c42ce9 Added temperature support for data polling. ClementTsang 2019-09-07 22:30:15 -04:00
  • 521698a2bd Added memory data checking. ClementTsang 2019-09-07 19:03:18 -04:00
  • ace6a4bc68 Got processing switched to heim ClementTsang 2019-09-07 18:45:44 -04:00
  • f9b98c71ec Set up disk to use heim ClementTsang 2019-09-07 16:39:17 -04:00
  • 153a2590b0 Started using heim. Not working yet. ClementTsang 2019-09-07 00:49:15 -04:00
  • 020fb83645 Mostly gotten cpu widget done. ClementTsang 2019-09-06 22:46:44 -04:00
  • 96ef7dc106 Rename because puns. ClementTsang 2019-09-06 20:51:53 -04:00
  • 8d5ee6e2e4 Switch to heim. ClementTsang 2019-09-06 20:51:18 -04:00
  • 832d32700e Added interval, disk tracking. ClementTsang 2019-09-06 00:05:50 -04:00
  • 243742de2a Got the basics of process sorting done. ClementTsang 2019-09-05 18:28:54 -04:00
  • c8bbf5850c Set up more file hierarchy. ClementTsang 2019-09-04 23:45:19 -04:00
  • 2c53ab09a9 Added working sorting for processes. ClementTsang 2019-09-04 23:39:44 -04:00
  • 9c6bfe84a2 Update .gitignore. ClementTsang 2019-09-04 16:55:00 -04:00
  • 2b8676ecf8 Added TODO list, and started more work. ClementTsang 2019-09-04 16:53:05 -04:00
  • a1923e198c Setup. ClementTsang 2019-09-03 23:27:25 -04:00