Yahoo 开源的 MySQL 性能分析工具(MySQL Performance Analyzer)

原文地址:https://github.com/yahoo/mysql_perf_analyzer MySQL Performance Analyzer is an open source project for MySQL performance monitoring and analysis. This repository includes two sub projects: Java web application project myperf Java web server jetty wrapper

MySQL性能分析器是一个MySQL性能监控和分析的开源项目。它包括两个子项目:Java web应用项目myperf和Java web服务器jetty wrapper。

MySQL Performance Analyzer is a Java Maven project. JDK and Maven 3.0 or later are required to build it.

MySQL性能分析器是一个Java Maven项目。JDK和Maven3.0是构建时必须的。

Although JDK 8 is specified in pom.xml, this project does not use Java 8 specific features, so the user can modify pom.xml files of the two sub projects to use different JDK version. For example, if the build host only has JDK 7, modify the file myperf/pom.xml, change the lines

尽管JDK8在pom.xml中已包含,这个项目用不到Java8的特性,所以用户可以自行修改这两个子项目的pom.xml文件来应用不同的JDK版本。比如,构建主机如果只有JDK7,修改myperf/pom.xml文件,,将以下内容:

<source>1.8</source><target>1.8</target>

>1.7</target>

The build will create a zip file named as myperfserver-server.zip under directory perfJettyServer/target. To build it, at top level, run

构建时会在perfJettyServer/target目录下生成一个zip文件:myperfserver-server.zip。准备构建,在最顶层,运行命令:

mvn clean packageInstallation and Usage Instructions

修改java命令的path目录

上一篇集团信息化之路 金蝶HR系统介绍与考察下一篇NetGear NWR2000无线路由器主板透视照(图文)

顶0踩0

如果你不出去走走,你就会以为这就是世界。

Yahoo 开源的 MySQL 性能分析工具(MySQL Performance Analyzer)

相关文章:

你感兴趣的文章:

标签云: