【问题标题】:Is there a mod_top version for windows? if not is there an equivalent tool?是否有适用于 windows 的 mod_top 版本?如果没有,是否有等效工具?
【发布时间】:2009-06-23 15:38:32
【问题描述】:

有谁知道我可以在 windows server 2003 上使用哪个版本的 mod_top?我想要一个基于 PHP 的 Web 应用程序的性能监控工具。

谢谢

【问题讨论】:

    标签: php windows-server-2003 performance


    【解决方案1】:

    也许您可以在命令行上执行 tasklist 并解析它输出的行数组?

    exec('tasklist /v /FO CSV', $strTaskList);
    
    echo '<pre>';
    print_r($strTaskList);
    echo "<pre>\n";
    

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 2021-01-08
      • 2010-09-18
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多