Commit Graph

68 Commits

Author SHA1 Message Date
ClementTsang
231049c118 Fixed text issue. 2019-09-16 23:34:34 -04:00
ClementTsang
7b3c63c8e7 [skip travis] Update .gitignore to please cargo. 2019-09-16 23:17:09 -04:00
ClementTsang
11af345ea1 Moved description to cargo.toml. 2019-09-16 23:16:43 -04:00
ClementTsang
0237e47085 Played around with Cargo.toml. 2019-09-16 23:08:37 -04:00
ClementTsang
c003871ae7 Update README. 2019-09-16 22:57:58 -04:00
ClementTsang
f5873db9ac [skip travis] Changed name and some minor things. 2019-09-16 22:54:39 -04:00
ClementTsang
10abcd74af [skip travis] Changed cargo.toml to have some more data. 2019-09-16 22:42:23 -04:00
ClementTsang
1ebe04ecb2 Added vim + keyboard bindings. 2019-09-16 22:39:57 -04:00
ClementTsang
0550402698 Added dd command on linux. 2019-09-16 21:45:48 -04:00
ClementTsang
1b777d27e5 Fixed off by one error with scrolling. 2019-09-16 20:33:25 -04:00
ClementTsang
266c281024 Modified errors in data_collection portion to use the newer error type added earlier on. 2019-09-16 19:05:44 -04:00
ClementTsang
a5306c6692 Added scrolling in processes. 2019-09-16 18:47:49 -04:00
ClementTsang
43ac5c3399 Added reads and writes for disk. 2019-09-16 16:18:42 -04:00
ClementTsang
6327ba2c7b Update travis. 2019-09-16 01:55:49 -04:00
ClementTsang
1a4a261db6 Added scrolling event, need to implement across processes now. 2019-09-15 14:16:18 -04:00
ClementTsang
05d4e82153 [skip travis] Changed rustfmt, formatting. 2019-09-15 01:32:08 -04:00
ClementTsang
e593149ef9 Modified .gitignore. 2019-09-15 01:30:07 -04:00
ClementTsang
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. 2019-09-15 01:29:49 -04:00
ClementTsang
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. 2019-09-15 00:06:57 -04:00
ClementTsang
2435b9d90c Fixed tests. 2019-09-14 22:29:40 -04:00
ClementTsang
4846175638 Added error util, finished network graph. 2019-09-14 21:48:29 -04:00
ClementTsang
b75374be76 Updated version number. 2019-09-14 21:22:57 -04:00
ClementTsang
c5bc886f04 This will only work on nightly 2019-09-14 17:08:33 -04:00
ClementTsang
b14432c3df Added average cpu option. 2019-09-14 17:07:18 -04:00
ClementTsang
6d9ed34dcb Added clap support for command line options, as well as tweaked some table placement. 2019-09-14 16:46:14 -04:00
ClementTsang
3219abeaa5 Added travis. 2019-09-13 19:12:01 -04:00
ClementTsang
a5989ad096 Hopefully smoothed out curve a bit. 2019-09-13 16:15:00 -04:00
ClementTsang
71ac3313e4 More refactoring; added logging and error files. 2019-09-11 23:34:26 -04:00
ClementTsang
691c887b56 Dealt with canvas a bit more, removed some redundant code. 2019-09-11 23:23:14 -04:00
ClementTsang
afe9349573 Changed layout again. 2019-09-11 23:15:25 -04:00
ClementTsang
86eb14f620 Added temp setting to app, need to add to data collection. Also refactoring again. 2019-09-11 22:30:57 -04:00
ClementTsang
ae6cd3aa77 Refactoring. Lots of it. 2019-09-11 22:10:49 -04:00
ClementTsang
50d3be05dd More refactoring. 2019-09-11 20:41:11 -04:00
ClementTsang
b7081dd0e4 Hopefully made a much better process CPU tracker... this matchs top pretty closely, within +/- 5% 2019-09-11 17:22:56 -04:00
ClementTsang
2032660230 Rudimentary charting for cpu and mem. 2019-09-11 00:52:51 -04:00
ClementTsang
0d76c49973 Added stale data filtering. 2019-09-11 00:08:55 -04:00
ClementTsang
ac26ac7f5a Re-added timing, refactored. 2019-09-10 23:37:20 -04:00
ClementTsang
9740fe2298 Fixed memory issue. 2019-09-10 19:10:29 -04:00
ClementTsang
939e2d1d77 Tried to fix process cpu usage... and reduce total cpu usage of program. 2019-09-10 18:22:34 -04:00
ClementTsang
8ba4674560 Delete typo. 2019-09-09 19:31:29 -04:00
ClementTsang
8c7b9dab35 I can't spell. 2019-09-09 19:31:03 -04:00
ClementTsang
d9a0d32c1f Ironed out as many kinks as possible in terms of smoothness. 2019-09-09 18:34:13 -04:00
ClementTsang
ff89f1187f Began working on populating fields. 2019-09-09 00:09:58 -04:00
ClementTsang
471209f511 Refactored code such that it fits more of tui-rs' example. 2019-09-08 19:56:23 -04:00
ClementTsang
d80c2387fb Setup layout. 2019-09-08 14:14:50 -04:00
ClementTsang
8b1e48a6b4 Update md files. 2019-09-08 01:28:03 -04:00
ClementTsang
96ceba92c2 Started terminal UI. 2019-09-08 01:25:53 -04:00
ClementTsang
d5fd76e511 Update some READMEs. 2019-09-08 01:11:01 -04:00
ClementTsang
0050b77caf Removed the 'timing' aspect, it was irrelevant. 2019-09-08 01:01:42 -04:00
ClementTsang
826bc701c1 Added 'used' field in disks polling, as it is more accurate 2019-09-07 23:34:29 -04:00