This program allows to monitor each cpu and thread load which displayed both in bar and in percent. It also displays the total available, free and used RAM on the system.
Used memory may be different from other such monitors due to used RAM being calculated with formula MemTotal - MemAvailable(memory available without swapping) leading to more usage shown.
