Results 1 to 6 of 6

Thread: Task Manager In Linux

  1. #1
    Join Date
    Nov 2009
    Posts
    518

    Task Manager In Linux

    Hi everyone !

    I am using Linux to operate the oracle database and I have done the oracle practices on windows and I want to see the current running processes in linux operating that I easily can see in the windows operating system using task manager.

    Is there any utility or tools a available which can able to show me the process status and description in linux.

    Thanks.

  2. #2
    Join Date
    Jan 2008
    Posts
    3,388

    Task Manager In Linux

    The windows provides a better graphics to see the task and processes in a collective place that is known as task manager.

    The utility is also available in linux that can show you the current processes on the terminal.There are 7 sessions can be opened on a particular linux operating system.

    If you logged in on the first terminal,you can see the current processes of the session,you need to enter only the command as follows -

    $ ps

    The command would show you the processes currently running on the system session.

  3. #3
    Join Date
    May 2008
    Posts
    4,085

    Task Manager In Linux

    Not exactly !

    The task manager of windows and the way to get the process status in linux is very different from Linux administration. I don't think and I had worked upon the linux,the Linux doesn't provide any graphical tools to investigate about your current processes.

    You can see using the specified command and if you want to make some changes in the process status then you have to enter the command for specific changes in the control.

    Thanks.

  4. #4
    Join Date
    Apr 2008
    Posts
    3,267

    Task Manager In Linux

    Hey Paul !

    I am also agree with the above post,there is no any graphical option and window facility to see the processes in Linux as windows can provide you.

    I can't say about the another version and editions but the red-hat doesn't provide you the graphical tools but the administration of the processes are much more powerful and capable than windows operating system.

  5. #5
    Join Date
    Apr 2008
    Posts
    3,522

    Task Manager In Linux

    You can see the processes running on the linux operating system and can manage it with better way.

    You can see the process configuration and description with the help of the following suggested command.The command would give the whole description of the following components -

    • Installed applications and related processes.
    • System running processes.
    • system startup processes.
    • Current shell.


    Type the command in terminal -
    Ps -ax
    Last edited by Calvin K; 15-03-2010 at 04:16 PM.

  6. #6
    Join Date
    Apr 2008
    Posts
    3,295

    Task Manager In Linux

    You can see the processes which is related to the current running application and system defined processes .

    I am going to show you a command which is very helpful through which you can manage the whole session of the system.The command will show you the description of the processes from different sections.

    Code:
    root@station2 ~ $ top -c
    top - 12:04:47 up  1:13,  2 users,  load average: 0.56, 0.32, 0.16
    Tasks:  84 total,   2 running,  82 sleeping,   0 stopped,   0 zombie
    Cpu(s):  5.8% us,  1.0% sy,  0.0% ni, 91.3% id,  1.8% wa,  0.1% hi,  0.0% si
    Mem:    514020k total,   316824k used,   197196k free,      232k buffers
    Swap:   538168k total,        0k used,   538168k free,   182092k cached
    
      PID USER      PR  NI  VIRT  RES  SHR S %CPU %MEM    TIME+  COMMAND
     6672 root      20   0  100m  33m  80m S  2.0  6.6   1:30.18 /usr/X11R6/bin/X :0 -audit 0 -auth /var/lib/gdm/:0.Xauth -nolisten tcp vt7
        1 root      20   0  1340  472 1188 S  0.0  0.1   0:00.49 init [3]
        2 root      39  19     0    0    0 S  0.0  0.0   0:00.00 [ksoftirqd/0]
        3 root      10 -10     0    0    0 S  0.0  0.0   0:00.03 [events/0]
        4 root      10 -10     0    0    0 S  0.0  0.0   0:00.00 [khelper]
        5 root      10 -10     0    0    0 S  0.0  0.0   0:00.00 [kacpid]
       20 root      10 -10     0    0    0 S  0.0  0.0   0:00.00 [kblockd/0]

Similar Threads

  1. No desktop icons, task manager, mouse or task bar on start up
    By night-13 in forum Operating Systems
    Replies: 2
    Last Post: 07-12-2011, 10:44 PM
  2. task bar and task manager disagree
    By durhamlass in forum Operating Systems
    Replies: 2
    Last Post: 08-05-2010, 11:02 AM
  3. Desktop. No Icons. No Task Bar. No Task Manager. HELP ME
    By ily924 in forum Windows XP Support
    Replies: 1
    Last Post: 28-02-2010, 01:39 AM
  4. What is jqs.exe in task manager
    By Astalavista in forum Operating Systems
    Replies: 3
    Last Post: 26-02-2009, 07:09 PM
  5. Cannot use Task Manager.
    By Task Manager Not Working in forum Vista Help
    Replies: 7
    Last Post: 28-03-2008, 04:53 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,750,400,314.57973 seconds with 16 queries