0

Linux系统查看PHP所有进程命令以及kill掉所有PHP进程

 2 years ago
source link: https://www.iplayio.cn/post/588204
Go to the source link to view the article. You can view the picture content, updated content and better typesetting reading experience. If the link is broken, please click the button below to view the snapshot at that time.

Linux系统查看PHP所有进程命令以及kill掉所有PHP进程

发布:3个月前 更新:3个月前 folder_open 计算机编程语言 PHP编程 190 浏览 comment

原文地址:Linux系统查看PHP所有进程命令以及kill掉所有PHP进程

本文分享了Linux系统查看PHP所有进程命令以及kill掉所有PHP进程。

Linux查看所有PHP进程命令

ps aux | grep php

Linux kill掉所有PHP进程,包括php-fpm和PHP守护进程

kill $(ps aux | grep '[p]hp' | awk '{print $2}')

About Joyk


Aggregate valuable and interesting links.
Joyk means Joy of geeK