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
相關文章
相關標籤/搜索