Displays the current memory usage, the differnece in CPU usage from one instance to the next, and the amount of cores on the computer using graphs and drawings, while also printing their curret values in real-time.
Displays the current memory usage, the differnece in CPU usage from one instance to the next, and/or the amount of cores on the computer. Graphs are used to display the memory usage and difference in CPU usage nicely to show the trends of boht of them, and the cores are printed in rows of 4 depicting them accurately. The total memory being used is also printed, alongside the difference in CPU memory, and the maximum frequency at which the cores can run at. This is all dependent on user input. Users can also determine how many samples they'd like to see, and how long of a delay should occur between each sample. By default, samples is set to 20 and tdelay is set to 500000 microseconds (0.5 seconds).