Dynamic real-time view of the running system in Linux

0 votes

Hi Guys,

I am new to the Linux system. I want to check a dynamic real-time view of the running system in Linux. How can I do that?

Oct 12, 2020 in Linux Administration by akhtar
• 38,230 points
1,584 views

1 answer to this question.

0 votes

Hi@akhtar,

The top command is used to show the Linux processes. It provides a dynamic real-time view of the running system.

$ top
top - 00:07:11 up  3:31,  2 users,  load average: 0.00, 0.00, 0.00
Tasks: 238 total,   2 running, 236 sleeping,   0 stopped,   0 zombie
%Cpu(s):  0.5 us,  0.2 sy,  0.0 ni, 99.2 id,  0.0 wa,  0.2 hi,  0.0 si,  0.0 st
MiB Mem :   7972.9 total,   6248.5 free,   1053.9 used,    670.4 buff/cache
MiB Swap:   8104.0 total,   8104.0 free,      0.0 used.   6656.8 avail Mem

  PID USER      PR  NI    VIRT    RES    SHR S  %CPU  %MEM     TIME+ COMMAND
 1463 gdm       20   0 3338792 181736  98960 S   0.3   2.2   0:13.02 gnome-shell
 2029 root      20   0 3418032 257676 109340 S   0.3   3.2   0:53.05 gnome-shell
 2168 root      20   0  177712  29672   8120 S   0.3   0.4   0:19.00 sssd_kcm
    1 root      20   0  179120  13968   9132 S   0.0   0.2   0:02.89 systemd
    2 root      20   0       0      0      0 S   0.0   0.0   0:00.01 kthreadd
    3 root       0 -20       0      0      0 I   0.0   0.0   0:00.00 rcu_gp
    4 root       0 -20       0      0      0 I   0.0   0.0   0:00.00 rcu_par_gp
    6 root       0 -20       0      0      0 I   0.0   0.0   0:00.00 kworker/0:0H-kblockd
    8 root       0 -20       0      0      0 I   0.0   0.0   0:00.00 mm_percpu_wq
    9 root      20   0       0      0      0 S   0.0   0.0   0:00.06 ksoftirqd/0
   10 root      20   0       0      0      0 I   0.0   0.0   0:00.50 rcu_sched
   11 root      rt   0       0      0      0 S   0.0   0.0   0:00.00 migration/0
answered Oct 12, 2020 by MD
• 95,440 points

Related Questions In Linux Administration

0 votes
1 answer

How to give the read power of a folder in Linux system?

Hi@akhtar, You can use chmod command in your ...READ MORE

answered Aug 13, 2020 in Linux Administration by MD
• 95,440 points
652 views
0 votes
1 answer

How to change the owner of any folder in Linux system?

Hi@akhtar, Linux system has one command named chown. This ...READ MORE

answered Aug 14, 2020 in Linux Administration by MD
• 95,440 points
997 views
0 votes
1 answer

How to change the group of a folder in Linux system?

Hi@akhtar, You can use chgrp command in your ...READ MORE

answered Aug 14, 2020 in Linux Administration by MD
• 95,440 points
1,112 views
0 votes
1 answer

How to change the current time in Linux system?

Hi@akhtar, You can use timedatectl command in your ...READ MORE

answered Sep 25, 2020 in Linux Administration by MD
• 95,440 points
464 views
0 votes
1 answer
0 votes
1 answer

What is the difference between ctrl z and ctrl c in command line?

Hi@akhtar, Generally, these two commands are used to ...READ MORE

answered Feb 24, 2020 in Linux Administration by MD
• 95,440 points
44,959 views
0 votes
1 answer

How to create one new partition in my hard disk in Linux?

Hi@akhtar, To create new partition you can follow ...READ MORE

answered Apr 7, 2020 in Linux Administration by MD
• 95,440 points
957 views
0 votes
1 answer

not able to run netstat-tnlp in Linux.

Hi@akhtar, In Linux system netstat-tnlp command comes from ...READ MORE

answered Apr 16, 2020 in Linux Administration by MD
• 95,440 points
767 views
0 votes
1 answer

How to check permissions of a file in the Linux system?

Hi@akhtar, If you prefer using the command line, ...READ MORE

answered Aug 13, 2020 in Linux Administration by MD
• 95,440 points
1,460 views
0 votes
1 answer

How to check permissions of a folder in the Linux system?

Hi@akhtar, You can use ls command to check ...READ MORE

answered Aug 13, 2020 in Linux Administration by MD
• 95,440 points
8,894 views
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP