老爷子88 发表于 2017-12-30 18:12:28

php-fpm的status可以查看汇总信息和详细信息

tinywan@tinywan:~$ curl localhost/php_fpm-status?xml  

<?xml version="1.0" ?>  
<status>
  
<pool>www</pool>
  
<process-manager>dynamic</process-manager>
  
<start-time>1494640243</start-time>
  
<start-since>1692</start-since>
  
<accepted-conn>15</accepted-conn>
  
<listen-queue>0</listen-queue>
  
<max-listen-queue>0</max-listen-queue>
  
<listen-queue-len>0</listen-queue-len>
  
<idle-processes>1</idle-processes>
  
<active-processes>1</active-processes>
  
<total-processes>2</total-processes>
  
<max-active-processes>1</max-active-processes>
  
<max-children-reached>0</max-children-reached>
  
<slow-requests>0</slow-requests>
  
</status>
页: [1]
查看完整版本: php-fpm的status可以查看汇总信息和详细信息