|
| |||||||||
| Tags: linux, oracle database, process, task manager |
![]() |
| | Thread Tools | Search this Thread |
|
#1
| |||
| |||
| 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
| ||||
| ||||
| 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
| ||||
| ||||
| 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
| ||||
| ||||
| 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
| ||||
| ||||
| 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 -
Type the command in terminal - Ps -ax Last edited by Calvin K : 15-03-2010 at 05:16 PM. |
|
#6
| ||||
| ||||
| 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] |
![]() |
|
| Thread Tools | Search this Thread |
| |
Similar Threads for: "Task Manager In Linux" | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| No desktop icons, task manager, mouse or task bar on start up | night-13 | Operating Systems | 2 | 07-12-2011 10:44 PM |
| Software manager vs Package manager in Linux Mint | (IVORY) | Operating Systems | 5 | 18-01-2011 11:08 AM |
| task bar and task manager disagree | durhamlass | Operating Systems | 2 | 08-05-2010 12:02 PM |
| Desktop. No Icons. No Task Bar. No Task Manager. HELP ME | ily924 | Windows XP Support | 1 | 28-02-2010 01:39 AM |
| Task Manager not terminating task. | bilvihur | Windows Vista Performance | 3 | 27-03-2008 09:42 PM |