收集整理下JDK自带的关于 Troubleshooting 的文档

Java 2 Platform, Standard Edition 5.0

Troubleshooting and Diagnostic Guide

http://www.oracle.com/technetwork/java/jdk50-ts-guide-149808.pdf

Troubleshooting Guide for JavaSE 6 with HotSpot VM

http://www.oracle.com/technetwork/java/javase/tsg-vm-149989.pdf

IBM Developer Kit and Runtime Environment, Java Technology Edition, Version 6

http://www-03.ibm.com/systems/resources/systems_i_advantages_perfmgmt_diag60.pdf

jvm_internals

http://www.systemdatarecorder.org/training/jvm_internals.pdf

JDK Troubleshooting Guide

http://docs.oracle.com/javase/7/docs/webnotes/tsg/

memorymanagement-whitepaper

http://www.oracle.com/technetwork/java/javase/memorymanagement-whitepaper-150215.pdf

Java SE 6 Performance White Paper

http://www.oracle.com/technetwork/java/6-performance-137236.html

Java Tuning White Paper

http://www.oracle.com/technetwork/java/tuning-139912.html

J2SE 5.0 Performance White Paper

http://www.oracle.com/technetwork/java/5-136747.html

The Java HotSpot Performance Engine Architecture

http://www.oracle.com/technetwork/java/whitepaper-135217.html

Tuning Garbage Collection with the 5.0 Java[tm] Virtual Machine

http://www.oracle.com/technetwork/java/gc-tuning-5-138395.html

Java SE 6 HotSpot[tm] Virtual Machine Garbage Collection Tuning

http://www.oracle.com/technetwork/java/javase/gc-tuning-6-140523.html

Java SE HotSpot at a Glance

http://www.oracle.com/technetwork/java/javase/tech/hotspot-138757.html

Garbage Collection (GC) Tuning Guide

https://confluence.atlassian.com/display/ATLAS/Garbage+Collection+(GC)+Tuning+Guide

Garbage Collection in the Java HotSpot Virtual Machine

http://www.devx.com/Java/Article/21977

调整 Java 虚拟机

http://pic.dhe.ibm.com/infocenter/wasinfo/v6r1/index.jsp?topic=%2Fcom.ibm.websphere.nd.doc%2Finfo%2Fae%2Fae%2Ftprf_tunejvm_v61.html

Our Collectors

https://blogs.oracle.com/jonthecollector/entry/our_collectors

转自:

Troubleshooting JDK

Troubleshooting JDK的更多相关文章

  1. troubleshooting tools in JDK 7--转载

    This chapter describes in detail the troubleshooting tools that are available in JDK 7. In addition, ...

  2. 64位ubuntu安装32位jdk

    转自:http://blog.csdn.net/anladeyatou/article/details/8213334 ubuntu-11.10-desktop-amd64 jdk-6u23-linu ...

  3. linux ubuntu安装jdk

    Oracle对Jdk7与Jre7的关系的经典图解 Oracle has two products that implement Java Platform Standard Edition(Java ...

  4. JDK命令行工具

    jinfo(Configuration Info for Java)的作用是实时地查看和调整虚拟机各项参数 jmap(Memory Map for Java)命令用于生成堆转储快照(一般称为heapd ...

  5. [转]JDK自带工具之问题排查场景示例

    最近看到了大量关于java性能调优.故障排查的文章,自己也写了一篇Java调优经验谈.接着此篇文章,其实一直打算写写一些常用调优工具以及它们的惯常用法的.后来在http://java-performa ...

  6. Java java jdk在Linux下安装与环境变量的配置

    java jdk在Linux下安装与环境变量的配置 by:授客 QQ:1033553122 linux环境:CentOS-6.0-x86_64-bin-DVD1.iso [root@localhost ...

  7. ubuntu配置JDK

    1.下载JDK jdk-8u151-linux-x64.tar.gz 2.1.解压压缩包 tar -xzvf jdk-8u151-linux-x64.tar.gz 2.2.编辑~/.bashrc ex ...

  8. 深入理解Java虚拟机 #01# 自己编译JDK

    x 首先用书上的脚本尝试,失败. 之后根据源文件的 README 编译,抛出: root@linux:/opt/openjdk# sh ./get_source.sh ERROR: Need init ...

  9. JDK自带工具之问题排查场景示例

    最近看到了大量关于java性能调优.故障排查的文章,自己也写了一篇< Java调优经验谈 >.接着此篇文章,其实一直打算写写一些常用调优工具以及它们的惯常用法的.后来在http://jav ...

随机推荐

  1. 【翻译】Kinect v2程序设计(C++-) AudioBeam篇

    Kinect v2,Microphone Array可以用来对于水平面音源方向的推测(AudioBeam)和语音识别(Speech Recognition).这一节是介绍如何取得AudioBeam. ...

  2. iOS标准时间与时间戳相互转换

    iOS标准时间与时间戳相互转换 (2012-07-18 17:03:34) 转载▼ 标签: ios 时间戳 标准时间 格式 设置 转化 杂谈 分类: iPhone开发 设置时间显示格式:     NS ...

  3. PhpStorm中文教程

    PhpStorm中文教程 | 浏览:15972 | 更新:2014-06-10 21:14 1 2 3 4 5 分步阅读 PhpStorm是一款强大的IDE,非常适合于PHP开发人员及前端工程师.提供 ...

  4. phpstorm8注册码

    phpstorm8注册码 phpstorm 8 注册码   用户名:Learn Programming License key:(包括LICENSE BEGIN和LICENSE END部分) ==== ...

  5. 20145235《Java程序设计》课程总结

    每周读书笔记链接汇总 20145235<Java程序设计>第1周学习总结 20145235<Java程序设计>第2周学习总结 20145235<Java程序设计>第 ...

  6. Thwarting Buffer Overflow Attacks Stack Randomization

    Computer Systems A Programmer's Perspective Second Edition address-space layout randomization

  7. wdate-year-month-week-gategory-amount-coin

    ---2016-12-02 19:46:39 the whole table DISTINCT field SUM(field) COUNT(field) --- 888983 rows OK SEL ...

  8. String作为方法参数传递 与 引用传递

    String作为方法参数传递 String 和 StringBuffer的区别见这里: http://wenku.baidu.com/view/bb670f2abd64783e09122bcd.htm ...

  9. Arrays.toString Arrays.asList

    import java.util.Arrays; public class TestCalc{ public static void main(String[] args) { ,,,,,,,}; / ...

  10. (转)js的call和apply

    1.方法定义 call方法: 语法:call([thisObj[,arg1[, arg2[,   [,.argN]]]]]) 定义:调用一个对象的一个方法,以另一个对象替换当前对象. 说明: call ...