Understanding Concurrent Mark Sweep Garbage Collector Logs

Concurrent Mark Sweep (CMS) is a type of Garbage Collector (GC) available in the Java Virtual Machine (JVM) of the Java 2 SDK. This document explains the traces generated by JVM when run with certain diagnostic flags, specifically the logs generated with VM option -XX:+PrintGCDetails for this collector.

本日志由 flyinweb 于 2010-01-14 18:20:09 发表到 技术文摘 中,目前已经被浏览 4705 次,评论 0 次;

作者添加了以下标签: Garbage Collector Log

首页只显示了部分日志内容,要查看日志的全部内容请阅读全文

The full list of Java Performance related tools and resources is available from the resources page. This page only lists those tools that have JavaPerformanceTuning.com reports available. New tool reports are provided with each newsletter.

本日志由 flyinweb 于 2010-01-14 12:53:00 发表到 技术文摘 中,目前已经被浏览 3877 次,评论 0 次;

作者添加了以下标签: Java Performance Tuning tool

首页只显示了部分日志内容,要查看日志的全部内容请阅读全文

Introduction

GCViewer is a little tool that visualizes verbose garbage collection data generated by Sun and IBM Java Virtual Machines (JVM). The analysis of this data can be useful for tuning applications in order to maximize the performance of the garbage collector and thus the application itself.

Supported verbose:gc formats are:

  • Sun JDK 1.4 with the option -Xloggc:<file> (preferred)
  • Sun JDK 1.3.1/1.4 with the option -verbose:gc
  • IBM JDK 1.3.0 with the option -verbose:gc
  • IBM JDK 1.2.2 with the option -verbose:gc
  • 本日志由 flyinweb 于 2010-01-14 12:48:20 发表到 技术文摘 中,目前已经被浏览 3902 次,评论 0 次;

    作者添加了以下标签: GCViewer

    首页只显示了部分日志内容,要查看日志的全部内容请阅读全文

    Tomcat6.0的集群配置与Tomcat5.5类似,由于Tomcat6.0做了许多更新,所以在Tomcat6.0 Server.xml中只需启用

    1. <Cluster className=”org.apache.catalina.ha.tcp.SimpleTcpCluster”/> 

    本日志由 flyinweb 于 2010-01-13 17:58:00 发表到 技术文摘 中,目前已经被浏览 4277 次,评论 0 次;

    作者添加了以下标签: Tomcat集群

    首页只显示了部分日志内容,要查看日志的全部内容请阅读全文

    LINUX64位 APACHE2.2 Mysql5.1 php5.29安装

    本日志由 flyinweb 于 2010-01-13 17:56:45 发表到 技术文摘 中,目前已经被浏览 4682 次,评论 0 次;

    首页只显示了部分日志内容,要查看日志的全部内容请阅读全文

    本文基本参考自 轻松实现Apache,Tomcat集群和负载均衡,经由实操经历记录而成,碰到些出入,以及个别地方依据个人的习惯,所以在一定程度上未能保持原文的完整性,还望原著者海涵。

    因原文中有较多的贴图,如若各位读者一时不想亲自动手而直想看到配置效果,可查看原文。

    本日志由 flyinweb 于 2010-01-13 17:55:01 发表到 技术文摘 中,目前已经被浏览 3838 次,评论 0 次;

    作者添加了以下标签: Tomcat集群

    首页只显示了部分日志内容,要查看日志的全部内容请阅读全文

    一、Common Problems in Java SE Application

    This message is based on the following materials.
    http://java.sun.com/developer/technicalArticles/J2SE/monitoring/#Insufficient_Memory
    http://java.sun.com/developer/technicalArticles/javase/troubleshoot//

    本日志由 flyinweb 于 2010-01-13 17:32:57 发表到 技术文摘 中,目前已经被浏览 6883 次,评论 0 次;

    作者添加了以下标签: JVMGCGarbage collection

    首页只显示了部分日志内容,要查看日志的全部内容请阅读全文

    查看message出现了下面的错误:
    kernel:ip_conntrack:table full,dropping packet

    本日志由 flyinweb 于 2010-01-13 17:20:32 发表到 技术文摘 中,目前已经被浏览 5058 次,评论 0 次;

    作者添加了以下标签: ip_conntracktable full

    首页只显示了部分日志内容,要查看日志的全部内容请阅读全文

    73245/92