php查看进程

2021-03-19 01:23

阅读:523

标签:osi   created   父进程id   dem   div   php   dex   macbook   user   

 

 index.php

php index.php

mac@macdeMacBook-Pro:/www/learn_lumen/wang$     php index.php 
47976

 

查看进程号ID

mac@macdeMacBook-Pro:/www/learn_lumen/wang$     ps -ef|grep index.php
  501 47976 89607   0 10:01下午 ttys000    0:00.07 php index.php
  501 47986 90454   0 10:02下午 ttys002    0:00.00 grep index.php
mac@macdeMacBook-Pro:/www/learn_lumen/wang$ 

 查看父进程ID

 

mac@macdeMacBook-Pro:/www/learn_lumen/wang$     php index.php 
48015
89607

 

mac@macdeMacBook-Pro:/www/learn_lumen/wang$     ps -ef|grep index.php
  501 48015 89607   0 10:03下午 ttys000    0:00.08 php index.php
  501 48018 90454   0 10:03下午 ttys002    0:00.00 grep index.php
mac@macdeMacBook-Pro:/www/learn_lumen/wang$ 

 

php查看进程

标签:osi   created   父进程id   dem   div   php   dex   macbook   user   

原文地址:https://www.cnblogs.com/php-linux/p/12763993.html


评论


亲,登录后才可以留言!