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.
如何创建一个通过 cronjob 定期运行的 bash 脚本,以从系统中收集当前机器上正在运行的进程的读数(每次运行每个进程 1 个样本)读数为:1 CPU 负载百分比。2 内存使用。3 打开文件计数。4 打开端口计数。
我猜你可以遍历/proc文件系统分析文件uid和stat*. 然后需要映射uid/etc/passwd来获取真实的用户名。在我看来,perl 脚本会更方便地满足这种需求。
/proc
uid
stat*
/etc/passwd