Monitor Application CPU and Memory Usage on Ubtuntu for Beginners – Ubuntu Tutorial

By | July 4, 2019

When we are training a deep learning model, one important thing we must konw is how much CPU and Memory have been used?

To answer this question, we can use top command.

top

top command can show the top appliations and how much system resources have been used by them.

monitor application cpu and memory

From picture above, we can find the situation of cpu and memory usage.

Leave a Reply