1
0
mirror of https://github.com/danog/ytop.git synced 2024-11-30 04:29:10 +01:00
Commit Graph

110 Commits

Author SHA1 Message Date
Michael Madden
e14e704139 Fix unused imports 2020-02-29 20:20:30 -06:00
Caleb Bassi
9e7835d10f fix clippy lint 2020-02-28 15:28:01 -08:00
Caleb Bassi
6d86e607db [process] fix process CPU calculation 2020-02-16 16:44:15 -08:00
Caleb Bassi
0192ff8499 add -I for specifying interval 2020-02-15 20:37:03 -08:00
Caleb Bassi
0779a4ac6b implement interface cli arg; [net] fix IO counters when a VPN is enabled 2020-02-15 20:35:09 -08:00
Caleb Bassi
338a52f972 update interval cli arg usage 2020-02-15 17:29:02 -08:00
Caleb Bassi
96f1434b37 comment 2020-02-15 16:10:37 -08:00
Caleb Bassi
805548dc07 cleanup drawing and fix some panics when window is too small 2020-02-15 14:55:19 -08:00
Caleb Bassi
65b7c5bf13 implement interval cli arg 2020-02-15 12:42:55 -08:00
Caleb Bassi
ea15b2e573 Change rate cli arg to interval 2020-02-15 11:54:25 -08:00
Caleb Bassi
58810d1192 refactor 2020-02-15 09:34:24 -08:00
Caleb Bassi
8936596155 [disk] fix disk widget constantly resizing (Close #23) 2020-02-14 10:03:02 -08:00
Caleb Bassi
72da4b60c2 comment and refactor 2020-02-14 08:12:53 -08:00
Caleb Bassi
00ae64e7b2 refactor; comment; remove anyhow and error propogation for now 2020-02-07 12:56:45 -08:00
Caleb Bassi
0ed8d75fa7 clear screen on exit if in TTY (Close #36) 2020-02-06 13:48:11 -08:00
Caleb Bassi
8efb816674 cleanup terminal init and close 2020-02-06 08:16:57 -08:00
Caleb Bassi
a14b6f0ea3 fix ytop not clearing the screen when run on a TTY (#36) 2020-02-06 07:53:25 -08:00
Caleb Bassi
42473723df [cpu] fix CPUs overflowing widget (fix #26) 2020-02-05 23:42:32 -08:00
Caleb Bassi
a594fa4a52 [battery] fix battery percent 2020-01-28 12:53:17 -08:00
Caleb Bassi
673171db31 ignore mio trace logs in logfile 2020-01-24 11:55:52 -08:00
Caleb Bassi
7c921eedf5 [disk][macos] add partition and disk usage support 2020-01-24 11:25:43 -08:00
Caleb Bassi
7f15ad9877 add comment documenting mountpoint fix 2020-01-24 09:33:16 -08:00
Caleb Bassi
0dee9cea17 [disk] fix mountpoint when partition mounted multiple times (Close #25) 2020-01-24 08:51:41 -08:00
Caleb Bassi
106da840b5 [memory] handle swap being disabled 2020-01-23 15:53:28 -08:00
Caleb Bassi
e56403ded6 add degree symbol to temperatures 2020-01-23 14:40:45 -08:00
Caleb Bassi
5e747a89cf fix disk io counters partition name 2020-01-23 14:31:38 -08:00
Caleb Bassi
2522879845 fix disk io counters panic (Close #20) 2020-01-23 14:24:50 -08:00
Caleb Bassi
6d50efd4b5 add better panic (Close #19) 2020-01-23 13:18:43 -08:00
Caleb Bassi
39231ceb0a replace lazy static with once cell 2020-01-23 09:14:38 -08:00
Caleb Bassi
1b7d3d60e2 update psutil; get macos to compile 2020-01-23 06:43:59 -08:00
Caleb Bassi
88a845616d Celcius -> Celsius 2020-01-21 10:45:29 -08:00
Caleb Bassi
414eb36bc5 Refactor proc widget 2020-01-21 09:24:05 -08:00
Caleb Bassi
c60bdc1c24 Refactor process sorting 2020-01-20 08:43:01 -08:00
Caleb Bassi
06234a9eb9 Cleanup process updating using ProcessCollector 2020-01-20 07:29:47 -08:00
Caleb Bassi
b888ede904 Add check for length of cpu_percents_percpu 2020-01-18 15:12:21 -08:00
Caleb Bassi
adc1adc661 Implement all keybinds except searching 2020-01-18 12:35:41 -08:00
Caleb Bassi
115fb7f27b Update comment 2020-01-15 09:11:35 -08:00
Caleb Bassi
d88e202098 Implement basic scrolling, pausing, and tabbing 2020-01-15 09:05:32 -08:00
Caleb Bassi
0e4e9ff00e Draw the proc cursor 2020-01-14 13:59:26 -08:00
Caleb Bassi
af3ccdeeef Change process cpu usage to be overall usage 2020-01-14 13:13:58 -08:00
Caleb Bassi
6d3381ded9 Fix process cpu and memory percents 2020-01-14 12:55:45 -08:00
Caleb Bassi
7971d05fc6 Implement linechart horizontal scale 2020-01-14 12:00:42 -08:00
Caleb Bassi
3a44986be1 Add sensor label to temperature identifier 2020-01-14 11:36:15 -08:00
Caleb Bassi
384e9fd3f0 Color temperatures based on value 2020-01-14 11:24:27 -08:00
Caleb Bassi
84ca8371d7 Show baseline spanning the bottom of the net sparklines 2020-01-14 09:12:29 -08:00
Caleb Bassi
dba4a46852 Implement reverse process sorting 2020-01-13 18:52:14 -08:00
Caleb Bassi
5983c8ab6b Add sorting arrow to process header 2020-01-13 18:48:37 -08:00
Caleb Bassi
8b149e65ae Implement process sorting and grouping 2020-01-13 17:58:20 -08:00
Caleb Bassi
af93823ff2 Fix some net layout issues 2020-01-13 11:03:43 -08:00
Caleb Bassi
851b61e0a9 Temporarily fix table width bug 2020-01-13 10:50:53 -08:00