Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私は周りを見回して、次を使用して特定の PID の CPU とメモリのデータを取得できることを知りました。
echo shell_exec('ps -p 22583 -o "pcpu,pmem" | tail -n +2');
|なしで入力します tail -n +2私は以下を取得します:
tail -n +2
%CPU %MEM
何らかの理由で実際の値が返されません..
誰かがこれを解決するのを手伝ってくれますか?
ありがとう。
補助構造を試しましたか?
ps aux | grep 'process'