KrispyCamel4u / SysMonTask

Linux system monitor with the compactness and usefulness of windows task manager to allow higher control and monitoring.
BSD 3-Clause "New" or "Revised" License
678 stars 59 forks source link

Condense 4 calls of popen(lscpu|grep) into one single call of popen(lscpu) #87

Open magnus-ISU opened 2 years ago

magnus-ISU commented 2 years ago

Also fixes a bug where L3 cache is incorrectly grepped, and the program even seems to open faster than before, but that might be placebo. In any event, it removes 7 process forks.

KrispyCamel4u commented 2 years ago

Thanks for it.