How can I get a list of the JBoss threads by using netstat? The tomcat status lists several threads in various status for the port 8443. When I run the netstat command for the port (netstat -an|grep ":8443") I only see a few threads. The list of threads is often much shorter than the list that the tomcat status shows.