linux get current thread count and system threads limit

get current thread counthtml grep -s '^Threads' /proc/[0-9]*/status | awk '{ sum += $2; } END { print sum; }' get the system thread limitapp cat /proc/sys/kernel/threads-max 转载于:https://www.cnblogs.co
相关文章
相关标签/搜索