使用下面方式:产生java的Thread Dump信息
windows平台上:ctrl+break 或者 ctrl+(fn+b)键
Linux平台上:kill -3 pid (查找程序进程id -> 使用jps命令)