Linux下查看线程数

1. cat /proc/${pid}/status

### 2. ps -mp <PID>

Comments