简体   繁体   English

按cpu对服务器状态进行排序

[英]Sort server-status by cpu

How can I sort apache server-status by cpu load for example? 例如,如何通过cpu load对apache服务器状态进行排序? Can't find any information on how can I sort the log. 找不到有关如何对日志进行排序的任何信息。 the log is full with parameters and there has to be an option for sorting 日志已满参数,必须有一个排序选项

Srv Child Server number - generation
PID OS process ID
Acc Number of accesses this connection / this child / this slot
M   Mode of operation
CPU CPU usage, number of seconds
SS  Seconds since beginning of most recent request
Req Milliseconds required to process most recent request
Conn    Kilobytes transferred this connection
Child   Megabytes transferred this child
Slot    Total megabytes transferred this slot

You can develop your own user.js script to do the reordering, then include it in the URL you need. 您可以开发自己的user.js脚本来进行重新排序,然后将其包含在您需要的URL中。 there's more details here: Manually adding a Userscript to Google Chrome 这里有更多详细信息: 手动将用户脚本添加到谷歌浏览器

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM