How to use Pagoda Task Manager
The following tutorial column of Pagoda will introduce you to the use of Pagoda Task Manager. I hope it will be helpful to friends in need!
Pagoda Task Manager Help
1. [Process]
Description:
Track the CPU/memory/disk usage of each process. Click on the process name to view more detailed information about the process
Sort:
Default by CPU usage Rate in descending order, the user can click on the header of each column to sort
Explanation of noun:
io read/io write: the speed of the process reading and writing the disk per second
vss::: Memory allocated but not actually used (including memory occupied by shared libraries)
rss:: Actual physical memory used (including memory occupied by shared libraries)
pss: Actual physical memory used ( Proportional allocation of memory occupied by shared libraries)
uss: The physical memory occupied by the process alone (excluding memory shared across processes)
swap: The size of the swap area (virtual memory) occupied by the process
Load average: Display the average load of the system for 1 minute, 5 minutes, and 15 minutes
End process tree:
End all child processes
End recursion except All parent processes except system critical processes
End all processes with the same name
Opened file list:
All files opened by the current process
2. [Startup items]
Description:
List all projects started with the system, including init service, user-defined startup script
Edit :
Through the online editor, all startup scripts can be viewed or modified, allowing users to quickly find and exclude malicious scripts
3. [Service]
Run level:
Each service has a corresponding run level setting. If it is set to on at the corresponding run level, it means that the system will start the service at the corresponding run level. The representatives of each run level are listed below. Status
Level-0: Shutdown
Level-1: Single-user mode
Level-2: Multi-user mode without network
Level- 3: Full multi-user mode in command line mode (the server usually runs in this mode)
Level-4: The system is not used
Level-5: Graphical GUI mode (partial installation The system with GUI will automatically enter this mode)
Level-6: Restart
Delete service:
The panel first tries to use the sotp command to stop the service, and then delete the service
Note: Direct deletion of Systemctl-hosted services is not currently supported
Set the run level status:
You can set whether each service is started under the specified run level, and Systemctl-hosted services are Only supports setting the status of the current run level of the system.
Warning: Please do not modify the run level status of system services at will, and do not easily specify Level-0 or Level-6 run levels for third-party services. This may cause your system to fail to start normally.
4. [Network]
Description:
Quickly check the current server network status
Status name explanation:
LISTEN: Listening state, waiting for user connection
TIME_WAIT: The server actively closes the connection and will automatically release resources after 3 times the connection life cycle
CLOSE_WAIT: The client actively closes the connection , waiting for the server to release resources
ESTABLISHED: Connection in normal communication
NONE: UDP connection
5. [User]
Explanation:
home: the user’s home directory
uid: the unique identifier of the user in the Linux system
gid: the unique identifier of the user group in the Linux system
Login script:
The script that is run when using this user to log in to the system
/bin/bash: After logging in, the process bash command line
/sbin/nologin :Login is prohibited
/bin/false:Login is prohibited and the use of any service is prohibited
/sbin/shutdown:Shutdown script
Others: Custom script
Delete user:
The program will try to delete the user. If it detects that a process is using the user, it will end the process first and then delete it.
Note: If you delete a user here, the program will endlessly end all processes using that user until the user is successfully deleted.
Warning: Any deletion of a user will cause software that relies on the user to become abnormal. Please operate with caution
6. [Scheduled Tasks]
Description:
Analyze all scheduled tasks in the crond service. Users can view the task cycle, content, or delete the specified task
7. [Session]
Description:
List the current sessions that have successfully logged in to the system through SSH
Forced disconnection:
Directly forcibly interrupt the specified session
Warning: Forced disconnection of the session will also interrupt the operations being performed in the session, please operate with caution
The above is the detailed content of How to use Pagoda Task Manager. For more information, please follow other related articles on the PHP Chinese website!

Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

AI Hentai Generator
Generate AI Hentai for free.

Hot Article

Hot Tools

Notepad++7.3.1
Easy-to-use and free code editor

SublimeText3 Chinese version
Chinese version, very easy to use

Zend Studio 13.0.1
Powerful PHP integrated development environment

Dreamweaver CS6
Visual web development tools

SublimeText3 Mac version
God-level code editing software (SublimeText3)

Hot Topics



With the rapid development of the Internet, website performance has an increasing impact on user experience and SEO rankings. In order to improve the performance of our website, we need to perform performance stress testing and tuning to locate problems and optimize them. As a popular service management panel, Pagoda Panel provides convenient and simple performance stress testing and tuning tools. The following will introduce how to perform website performance stress testing and tuning through the Pagoda Panel. 1. Performance stress testing Performance stress testing is to test the load capacity and response speed of the website by simulating user access. In the Pagoda panel, we can

Title: How does the Pagoda panel deploy Go language projects? In today's Internet era, Go language is favored by more and more developers as an efficient, concise and powerful programming language with strong concurrency performance. As a powerful server management tool, Pagoda Panel provides convenient interface operations and various automated deployment functions. So, can the Pagoda panel deploy Go language projects? The answer is yes. Next, we will explain in detail how to deploy Go language projects on the Pagoda panel and provide specific code examples. At first, we

Pagoda PHP version switching: Interpretation of detailed operation steps, specific code examples are required. With the continuous development of Internet technology, website development often involves the use of different versions of PHP. Pagoda Panel is a simple and easy-to-use server management software that can help users quickly build and manage server environments. In the process of website development, sometimes it is necessary to switch the PHP version to adapt to different needs. This article will explain in detail how to switch the PHP version in the Pagoda panel, and give specific operating steps and code examples. Step 1: Log in to Pagoda Noodles

Pagoda Linux must-read: PHP5.2.0 version installation tips In the process of using the Pagoda Linux panel to build a website, some old versions of the PHP environment may be required, such as PHP5.2.0 version. This article will introduce how to install PHP5.2.0 version on the Pagoda Linux panel, and provide specific code examples to help readers quickly complete the installation process. 1. Install PHP5.2.0 version Step 1: Enter the Pagoda Linux panel. First, enter your server IP address in the browser.

The method for installing PHP in Pagoda and switching between versions is: 1. Click "My Website" on the home page of Pagoda Panel; 2. Find the corresponding website and click the "Settings" button on the right; 3. Click "Apache/Nginx" on the left "tab, you can see the PHP version currently in use; 4. Click the "Switch" button behind the PHP version and select the version you want to switch; 5. Restart the relevant services.

In this article, I will introduce in detail the steps on how to install PHP5.2.0 version on the Pagoda panel, including specific code examples. Although PHP5.2.0 is relatively old, there are still some projects with special needs that need to use this version. Hope this tutorial is helpful to everyone. In the process of using the Pagoda Linux panel, sometimes we encounter situations where we need to install PHP5.2.0. In this tutorial, I will introduce you in detail how to install PHP5 on the Pagoda panel.

Title: One click to get it done! Guide to installing PHP5.2.0 on Pagoda Linux In the current Internet era, website development is inseparable from PHP. The PHP5.2.0 version is outdated compared to the current version, but sometimes we still need to install the PHP5.2.0 version on the Pagoda panel, perhaps for compatibility with some old projects or requirements. In this article, we will introduce how to install PHP5.2.0 on Pagoda Linux with one click. We hope it will be helpful to you. step one

宝塔一键安装PHP,轻松切换各版本宝塔是一款网络服务器管理软件,提供了一键安装和管理各种服务器环境的功能,包括PHP、MySQL、Nginx等。本文将介绍如何通过宝塔一键安装PHP,并且演示如何轻松切换各个PHP版本。一、安装宝塔面板首先,我们需要在服务器上安装宝塔面板。可以通过以下命令进行安装:wget-Oinstall.shhttp://downl
