jstack -l 20495 |grep 'java.lang.Thread.State: RUNNABLE' | awk '{count++;print $0} END{print $1,count}'