配合 wc 使用,实时统计行数
watch "pstree -p $(ps -ef | grep DSPerf | grep -v grep | awk '{ print $2}') | wc -l"
实时查看 DSPerf 相关进程使用的线程总数