Lucifer22334 wrote: ↑Thu Nov 14, 2019 7:55 am
what do you mean by"Run top from the command line"?
It means go to the command line (Terminal) and type in the command "top", which will give you a screen like this:
Code: Select all
top - 08:26:51 up 12 days, 17:17, 2 users, load average: 0.06, 0.02, 0.00
Tasks: 76 total, 1 running, 75 sleeping, 0 stopped, 0 zombie
%Cpu(s): 0.7 us, 1.0 sy, 0.0 ni, 98.3 id, 0.0 wa, 0.0 hi, 0.0 si, 0.0 st
MiB Mem : 432.7 total, 26.4 free, 37.3 used, 369.0 buff/cache
MiB Swap: 100.0 total, 97.0 free, 3.0 used. 320.9 avail Mem
PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND
14930 pi 20 0 10172 2872 2440 R 1.3 0.6 0:00.30 top
10170 root 20 0 0 0 0 I 0.3 0.0 0:00.59 kworker/u2:0-flush-179:0
14817 root 20 0 0 0 0 I 0.3 0.0 0:00.40 kworker/0:1-events_power_ef+
1 root 20 0 34648 5808 4584 S 0.0 1.3 1:11.76 systemd
2 root 20 0 0 0 0 S 0.0 0.0 0:00.81 kthreadd
6 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 mm_percpu_wq
7 root 20 0 0 0 0 S 0.0 0.0 5:07.77 ksoftirqd/0
8 root 20 0 0 0 0 S 0.0 0.0 0:00.01 kdevtmpfs
9 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 netns
11 root 20 0 0 0 0 S 0.0 0.0 0:00.90 khungtaskd
12 root 20 0 0 0 0 S 0.0 0.0 0:00.00 oom_reaper
13 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 writeback
14 root 20 0 0 0 0 S 0.0 0.0 0:00.00 kcompactd0
15 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 crypto
16 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kblockd
17 root rt 0 0 0 0 S 0.0 0.0 0:00.00 watchdogd
18 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 rpciod
20 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 xprtiod
that will keep refreshing until you press "q". It'll show how busy your system is.