Linux 拨号vps windows公众号手机端

Linux怎么查看nginx启动状态

lewis 6年前 (2019-05-19) 阅读数 13 #网络运维
文章标签 linuxnginx

要查看nginx的启动状态,可以使用以下命令:
1. 使用`systemctl`命令(适用于使用systemd管理的系统):

systemctlstatusnginx

这将显示nginx的当前状态,包括是否正在运行和已运行的时间。
2. 使用`service`命令(适用于使用init管理的系统):

servicenginxstatus

这将显示nginx的当前状态,包括是否正在运行和已运行的时间。
3. 使用`ps`命令查找nginx进程:

psaux|grepnginx

这将显示正在运行的nginx进程的详细信息,包括进程ID(PID)和启动命令。
无论使用哪种方法,如果nginx正在运行,您将看到类似以下内容的输出:

nginx.service-ThenginxHTTPandreverseproxyserver

Loaded:loaded(/lib/systemd/system/nginx.service;enabled;vendorpreset:enabled)

Active:active(running)sinceWed2022-02-0909:35:57UTC;3sago

Docs:http://nginx.org/en/docs/

MainPID:12345(nginx)

Tasks:2(limit:2361)

Memory:3.2M

CGroup:/system.slice/nginx.service

├─12345nginx:masterprocess/usr/sbin/nginx-gdaemonon;master_processon

└─12346nginx:workerprocess

如果nginx没有运行,您将看到类似以下内容的输出:

nginx.service-ThenginxHTTPandreverseproxyserver

Loaded:loaded(/lib/systemd/system/nginx.service;enabled;vendorpreset:enabled)

Active:inactive(dead)

Docs:http://nginx.org/en/docs/

版权声明

本文仅代表作者观点,不代表米安网络立场。

发表评论:

◎欢迎参与讨论,请在这里发表您的看法、交流您的观点。

热门