zoukankan      html  css  js  c++  java
  • JDK内置工具使用

    JDK内置工具使用

    一、javah命令(C Header and Stub File Generator)

    二、jps命令(Java Virtual Machine Process Status Tool)

    三、jstack命令(Java Stack Trace)

    四、jstat命令(Java Virtual Machine Statistics Monitoring Tool)

    五、jmap命令(Java Memory Map)

    六、jinfo命令(Java Configuration Info)

    七、jconsole命令(Java Monitoring and Management Console)

    八、jvisualvm命令(Java Virtual Machine Monitoring, Troubleshooting, and Profiling Tool)

    九、jhat命令(Java Heap Analyse Tool)

    十、Jdb命令(The Java Debugger)

    十一、参考

    http://www.renren.it/a/JAVAbiancheng/JAVAzonghe/20110511/jni-example.html

    http://blog.csdn.net/gtuu0123/archive/2010/11/27/6039474.aspx

    http://blog.csdn.net/kelly859/archive/2010/07/30/5775318.aspx

    http://www.51testing.com/?uid-77492-action-viewspace-itemid-203728

    http://blog.csdn.net/dengmc/archive/2009/05/13/4174738.aspx

    http://java.sun.com/j2se/1.5.0/docs/tooldocs/share/jps.html

    http://java.sun.com/j2se/1.5.0/docs/tooldocs/share/jstat.html

    http://java.sun.com/j2se/1.5.0/docs/tooldocs/share/jmap.html

    http://java.sun.com/j2se/1.5.0/docs/guide/management/jconsole.html


    本文出自:冯立彬的博客
    ————————————————
    版权声明:本文为CSDN博主「冯立彬」的原创文章,遵循CC 4.0 BY-SA版权协议,转载请附上原文出处链接及本声明。
    原文链接:https://blog.csdn.net/fenglibing/java/article/details/6411999

  • 相关阅读:
    mysql
    mysql
    mysql
    mysql
    mysql
    mysql
    mysql
    mysql
    mysql
    为你的react项目添加路由
  • 原文地址:https://www.cnblogs.com/rinack/p/12970999.html
Copyright © 2011-2022 走看看