0

My computer becomes extremely slow and I see the hard disk accessing as if someone was taking backup. How can I see what instruction my computer is executing?

I am using Ubuntu 20.04 LTS 64-bit on an HP Intel i3 computer, 1.5 TB hard drive, 4 GB RAM.

Eliah Kagan
  • 117,780

1 Answers1

0

To see what processes are currently most CPU or memory demanding, you can use htop

sudo apt-get install htop

sudo htop

enter image description here

SheldonCopper
  • 124
  • 1
  • 2
  • 12