The hprof tool produces a usage breakdown after the application exits, or when you signal your application with a kill -3 or by pressing Ctrl + break on Windows.
hprof工具在应用程序退出时,或者用kill -3或在Windows中按Ctrl +Break时生成使用分解。
To stop the tail -f command, use Ctrl + C to break the processing.
要停止tail-f命令,使用Ctrl +C来中止进程。
This asks the JVM to generate a system dump when you invoke kill -3 on a UNIX variant or Ctrl + Break on Windows.
这样,当您在UNIX系统上调用kill -3或者在Windows上按下Ctrl +Break时,JVM便会生成转储。
Using a SIGQUIT or Ctrl + Break: When a Ctrl + Break or SIGQUIT (usually generated using kill -3) is sent to the IBM runtime, a user event is generated in the IBM dump engine.
使用一个SIGQUIT或Ctrl +Break:当一个Ctrl + Break或SIGQUIT(通常使用kill -3生成)被发送到IBM运行时,一个用户事件将在IBM转储引擎中生成。
Using a SIGQUIT or Ctrl + Break: When a Ctrl + Break or SIGQUIT (usually generated using kill -3) is sent to the IBM runtime, a user event is generated in the IBM dump engine.
使用一个SIGQUIT或Ctrl +Break:当一个Ctrl + Break或SIGQUIT(通常使用kill -3生成)被发送到IBM运行时,一个用户事件将在IBM转储引擎中生成。
应用推荐