进行MySQL的配置优化,首先必须找出MySQL的性能瓶颈所在;而SHOW STATUS输出的报告正是用来计算性能瓶颈的参考数据。mysqlreport不像SHOW STATUS那样简单的罗列数据,而是对这些参考数据加以融合计算,整理成一个个优化参考点,然后DBA就可以根据这个优化参考点的值以及该点的衡量标准,进行对应调整。这篇文章既不分析mysqlreport的报告含义,也不说明优化参考点的计算公式和原理,只简单描述使用方法。后面再逐次深入分析。

本日志由 flyinweb 于 2010-01-15 11:16:22 发表到 数据库技术 中,目前已经被浏览 177 次,评论 0 次;

作者添加了以下标签: mysqlreport

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

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 发表到 技术文摘 中,目前已经被浏览 100 次,评论 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 发表到 技术文摘 中,目前已经被浏览 87 次,评论 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 发表到 技术文摘 中,目前已经被浏览 73 次,评论 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 发表到 技术文摘 中,目前已经被浏览 127 次,评论 0 次;

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

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

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

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

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

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

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

    本日志由 flyinweb 于 2010-01-13 17:55:01 发表到 技术文摘 中,目前已经被浏览 60 次,评论 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 发表到 技术文摘 中,目前已经被浏览 154 次,评论 0 次;

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

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

    3973/50