Create USE TASK MANAGER EQUIVALENT IN LINUX.md (#4160)

* Update 20160629 USE TASK MANAGER EQUIVALENT IN LINUX.md

* Create 20160629 USE TASK MANAGER EQUIVALENT IN LINUX.md

* Delete 20160629 USE TASK MANAGER EQUIVALENT IN LINUX.md
This commit is contained in:
Xin Wang 2016-07-08 12:42:08 +08:00 committed by Ezio
parent 1a49ebadbb
commit a8b453e13a
2 changed files with 52 additions and 53 deletions

View File

@ -1,53 +0,0 @@
xinglianfly translate
USE TASK MANAGER EQUIVALENT IN LINUX
====================================
![](https://itsfoss.com/wp-content/uploads/2016/06/Task-Manager-in-Linux.jpg)
These are some of the most frequently asked questions by Linux beginners, “**is there a task manager for Linux**“, “how do you open task manager in Linux” ?
People who are coming from Windows know how useful is the task manager. You press the Ctrl+Alt+Del to get to task manager in Windows. This task manager shows you all the running processes and their memory consumption. You can choose to end a process from this task manager application.
When you have just begun with Linux, you look for a **task manager equivalent in Linux** as well. An expert Linux user prefers the command line way to find processes and memory consumption etc but you dont have to go that way, at least not when you are just starting with Linux.
All major Linux distributions have a task manager equivalent. Mostly, **it is called System Monitor** but it actually depends on your Linux distribution and the [desktop environment][1] it uses.
In this article, well see how to find and use the task manager in Linux with GNOME as the [desktop environment][2].
### TASK MANAGER EQUIVALENT IN LINUX WITH GNOME DESKTOP
While using GNOME, press super key (Windows Key) and look for System Monitor:
![](https://itsfoss.com/wp-content/uploads/2016/06/system-monitor-gnome-fedora.png)
When you start the System Monitor, it shows you all the running processes and the memory consumption by them.
![](https://itsfoss.com/wp-content/uploads/2016/06/fedora-system-monitor.jpeg)
You can select a process and click on End process to kill it.
![](https://itsfoss.com/wp-content/uploads/2016/06/kill-process-fedora.png)
You can also see some statistics about your system in the Resources tab such as CPU consumption per core basis, memory usage, network usage etc.
![](https://itsfoss.com/wp-content/uploads/2016/06/system-stats-fedora.png)
This was the graphical way. If you want to go command line way, just run the command top in terminal and you can see all the running processes and their memory consumption. You can easily [kill processes in Linux][3] command line.
This all you need to know about task manager equivalent in Fedora Linux. I hope you find this quick tutorial helpful. If you have questions or suggestions, feel free to ask.
--------------------------------------------------------------------------------
via: https://itsfoss.com/task-manager-linux/?utm_source=feedburner&utm_medium=feed&utm_campaign=Feed%3A+ItsFoss+%28Its+FOSS%21+An+Open+Source+Blog%29
作者:[Abhishek Prakash][a]
译者:[译者ID](https://github.com/译者ID)
校对:[校对者ID](https://github.com/校对者ID)
本文由 [LCTT](https://github.com/LCTT/TranslateProject) 原创编译,[Linux中国](https://linux.cn/) 荣誉推出
[a]: https://itsfoss.com/author/abhishek/
[1]: https://wiki.archlinux.org/index.php/desktop_environment
[2]: https://itsfoss.com/best-linux-desktop-environments/
[3]: https://itsfoss.com/how-to-find-the-process-id-of-a-program-and-kill-it-quick-tip/

View File

@ -0,0 +1,52 @@
在linux下使用任务管理器
====================================
![](https://itsfoss.com/wp-content/uploads/2016/06/Task-Manager-in-Linux.jpg)
有很多Linux初学者经常问起的问题“**Linux有任务管理器吗**”,“**在Linux上面你是怎样打开任务管理器的呢**”?
来自Windows的用户都知道任务管理器非常有用。你按下Ctrl+Alt+Del来打开任务管理器。这个任务管理器向你展示了所有的正在运行的进程和它们消耗的内存。你可以从任务管理器程序中选择并杀死一个进程。
当你刚使用Linux的时候你也会寻找一个**在Linux相当于任务管理器**的一个东西。一个Linux使用专家更喜欢使用命令行的方式查找进程和消耗的内存但是你不必去使用这种方式至少在你初学Linux的时候。
所有主流的Linux发行版都有一个类似于任务管理器的东西。大部分情况下**它叫System Monitor**。但是它实际上依赖于你的Linux的发行版和它使用的[桌面环境][1]。
在这篇文章中我们将会看到如何在使用GNOME的[桌面环境][2]的Linux上查找并使用任务管理器。
###在使用GNOME的桌面环境的linux上使用任务管理器
当你使用GNOME的时候按下super键Windows 键)来查找任务管理器:
![](https://itsfoss.com/wp-content/uploads/2016/06/system-monitor-gnome-fedora.png)
当你启动System Monitor的时候它会向你展示所有正在运行的进程和被它们消耗的内存。
![](https://itsfoss.com/wp-content/uploads/2016/06/fedora-system-monitor.jpeg)
你可以选择一个进程并且点击“End Process”来杀掉它。
![](https://itsfoss.com/wp-content/uploads/2016/06/kill-process-fedora.png)
你也可以在Resources标签里面看到关于一些系统的数据例如每个cpu核心的消耗内存的使用网络的使用等。
![](https://itsfoss.com/wp-content/uploads/2016/06/system-stats-fedora.png)
这是图形化的一种方式。如果你想使用命令行在终端里运行“top”命令然后你就可以看到所有运行的进程和他们消耗的内存。你也可以参考[使用命令行杀死进程][3]这篇文章。
这就是所有你需要知道的关于在Fedora Linux上任务管理器的知识。我希望这个教程帮你学到了知识如果你有什么问题请尽管问。
--------------------------------------------------------------------------------
via: https://itsfoss.com/task-manager-linux/?utm_source=feedburner&utm_medium=feed&utm_campaign=Feed%3A+ItsFoss+%28Its+FOSS%21+An+Open+Source+Blog%29
作者:[Abhishek Prakash][a]
译者:[xinglianfly](https://github.com/xinglianfly)
校对:[校对者ID](https://github.com/校对者ID)
本文由 [LCTT](https://github.com/LCTT/TranslateProject)原创编译,[Linux中国](https://linux.cn/) 荣誉推出
[a]: https://itsfoss.com/author/abhishek/
[1]: https://wiki.archlinux.org/index.php/desktop_environment
[2]: https://itsfoss.com/best-linux-desktop-environments/
[3]: https://itsfoss.com/how-to-find-the-process-id-of-a-program-and-kill-it-quick-tip/