Problem
Checking which application is using the cpu the most.
Solution
Type this command:
top
or if you like the paths then type:
top -c
Or you can use htop
which is nicer version of top.
Checking which application is using the cpu the most.
Type this command:
top
or if you like the paths then type:
top -c
Or you can use htop
which is nicer version of top.