1. 查询当前机器运行的进程总数:
2. ulimit命令
表 1. ulimit 参数说明
4. free -m 内存使用情况
cached free total shared buffers
5. grep -c 查询总行数
6.lsof(list open files)是一个列出当前系统打开文件的工具。
1. 查询当前机器运行的进程总数:
2. ulimit命令
表 1. ulimit 参数说明
4. free -m 内存使用情况
cached free total shared buffers
5. grep -c 查询总行数
6.lsof(list open files)是一个列出当前系统打开文件的工具。