Commit graph

160 commits

Author SHA1 Message Date
Jos Dehaes
ca67526dc1 show all disks 2021-10-06 12:45:30 +02:00
Jos Dehaes
56119f99a9 procs sorting/filtering 2021-10-06 12:45:30 +02:00
Jos Dehaes
8d86011d72 battery states 2021-10-06 12:45:30 +02:00
Jos Dehaes
a9b64d62e4 battery hack works on M1 2021-10-06 12:45:30 +02:00
Jos Dehaes
ce51031142 ugly hack to get battery 2021-10-06 12:45:30 +02:00
Jos Dehaes
d5e6725c6c CPU stuff 2021-10-06 12:45:30 +02:00
Jos Dehaes
5c02bd8c83 network 2021-10-06 12:45:30 +02:00
Jos Dehaes
d5da9d4983 correct cached size 2021-10-06 12:45:30 +02:00
Jos Dehaes
5f11aba504 vm stats from syscall + swap 2021-10-06 12:45:30 +02:00
Jos Dehaes
af8cec9deb some more params 2021-10-06 12:45:30 +02:00
Jos Dehaes
7ebe4f7594 show more disks 2021-10-06 12:45:30 +02:00
Jos Dehaes
e50a56394a disks show something 2021-10-06 12:45:30 +02:00
Jos Dehaes
6497a8c202 reformat 2021-10-06 12:45:30 +02:00
Jos Dehaes
28e152b80c decrease diff with upstream 2021-10-06 12:45:30 +02:00
Jos Dehaes
40da88e9ca try to get disks to show 2021-10-06 12:45:30 +02:00
Jos Dehaes
eaf2bb56a5 don't crash on deque::back() 2021-10-06 12:45:30 +02:00
Jos Dehaes
f66b6f712c cpu freq, name & process uid/name 2021-10-06 12:45:29 +02:00
Jos Dehaes
34a8a61f4d basic process info 2021-10-06 12:45:29 +02:00
Jos Dehaes
29bb2dcc5f initialize mutex (needed on macos apparently and not on linux) 2021-10-06 12:45:29 +02:00
Jos Dehaes
49d16cdddd extract delimiters 2021-10-06 12:45:29 +02:00
Jos Dehaes
3db9d66476 first infos on macos: memory used & free 2021-10-06 12:45:29 +02:00
Jos Dehaes
f8acb2f854 make it compile on macos (M1 - arm64). Does not run though 2021-10-06 12:45:29 +02:00
aristocratos
dbcd12b9d0 Fixed: snap root disk and changed to compiler flags instead of env variables for detection 2021-10-06 11:25:10 +02:00
aristocratos
69c5eba1db Fixed: Uid -> User fallback to getpwuid() if failure for non static builds 2021-10-06 10:47:24 +02:00
aristocratos
02fcb8c34a Changed: Total system memory is checked at every update instead of once at start 2021-10-05 09:18:04 +02:00
aristocratos
f9505a425d v1.0.13 Better symbol compatibility 2021-10-02 22:43:49 +02:00
aristocratos
585bb7bb1e Changed: Graph empty symbol is now regular whitespace 2021-10-02 22:39:45 +02:00
aristocratos
a15f961b2f Updated Prerequisites 2021-10-01 15:24:41 +02:00
aristocratos
ae7b8b77ff Version bump 2021-09-30 22:51:05 +02:00
aristocratos
304b9af4e8 Fixed: Exception handling for faulty net download/upload speed 2021-09-30 22:49:14 +02:00
aristocratos
d226e6199f Fixed: Cpu percent formatting if over 10'000 2021-09-30 22:48:03 +02:00
aristocratos
a246c098cd v1.0.11 Bug fixes 2021-09-29 21:24:33 +02:00
aristocratos
a49b8f999f Changed: Init will continue if UTF-8 locale are detected even if it fails to set the locale 2021-09-29 11:43:37 +02:00
aristocratos
c70667e9e5 Fixed: UTF8 set LANG and LC_ALL to empty before UTF8 search and fixed empty error msg on exit before signal handler init 2021-09-29 08:16:49 +02:00
aristocratos
ab013b989b Changed: Snap new / mountpoint detection 2021-09-28 21:54:51 +02:00
aristocratos
06cac6756d Fixed: Get real / mountpoint when running inside snap 2021-09-28 21:01:50 +02:00
aristocratos
ff6d1d6eec Changed: atomic_wait to use while loop instead of atom.wait() because of random stalls 2021-09-28 16:58:08 +02:00
aristocratos
5fba94c96c v1.0.10 Bug fixes 2021-09-28 16:37:02 +02:00
aristocratos
8296c1a8d5 Changed: UTF8 detection search if LANG is set but fails to set 2021-09-28 13:08:45 +02:00
aristocratos
dc914aa86d Fixed: Cpu percent cutting off above 1000 percent and added scaling with "k" prefix above 10'000 2021-09-28 09:26:50 +02:00
aristocratos
683c57539a Changed: Moved signal handler setup to later in init 2021-09-28 09:05:16 +02:00
aristocratos
1e84265479 Changed: Cpu temp values check for existing values 2021-09-28 08:54:22 +02:00
aristocratos
a09ad06367 Added: Check for empty percentage deques 2021-09-27 12:51:04 +02:00
aristocratos
01dfd27ec4 Changed: Moved check for valid terminal dimensions to before platform init 2021-09-27 11:59:10 +02:00
aristocratos
65c62cef47 Changed: Stop second thread before updating terminal size variables 2021-09-27 11:01:56 +02:00
aristocratos
d76f258a49 Added: Wait for terminal size properties to be available at start 2021-09-27 09:16:39 +02:00
aristocratos
2ed28fcb44 Changed: use_fstab for disks collection now defaults to true 2021-09-26 19:35:09 +02:00
aristocratos
68d88e6e4d v1.0.9 Bug fixes 2021-09-26 13:46:51 +02:00
aristocratos
f8cc4c4378 Fixed: Freeze on cin.ignore() 2021-09-26 10:14:38 +02:00
aristocratos
528df4d84f Added: ifstream check and try-catch for stod() in Tools::system_uptime() 2021-09-26 01:03:57 +02:00