- 授权协议: GPL
- 开发语言: Java
- 操作系统: 跨平台
- 软件首页: https://sourceforge.net/projects/uprofiler/
软件介绍
uProfiler Community 1.0是面向主题的JVM性能监控和分析工具,它利用字节码技术分析class,收集函数的执行耗时,并以图形化的界面实时显示JVM性能。不同于JVisual VM系统层面的监控和分析,uProfiler面向主题,有助于开发人员和系统管理人员快速的发现和定位代码中潜在的问题。
uProfiler Community 1.0提供的主要功能有:
- 轻量级的函数执行耗时收集框架,并以JMX接口提供对外访问,占用资源少
- 面向主题的类分析和归类,目前内置了Spring、Struts框架代码执行分析器。
- 支持自定义主题
- 跟踪当前JVM中所执行的SQL语句
- 图形化、表格化的监控客户端
使用方法:下载uProfiler Community 1.0发行版后,解压后,切换到example目录,执行下面的命令(假设您已经安装并配置好了Maven),
export MAVEN_OPTS="-javaagent:../lib/uAgent-1.0.0.jar -Dagent.config=src/main/resources/agent.properties -Dcom.sun.management.jmxremote.port=9999 -Dcom.sun.management.jmxremote.authenticate=false -Dcom.sun.management.jmxremote.local.only=false -Dcom.sun.management.jmxremote.ssl=false" ## 对于windows系统 set MAVEN_OPTS="-javaagent:../lib/uAgent-1.0.0.jar -Dagent.config=src/main/resources/agent.properties -Dcom.sun.management.jmxremote.port=9999 -Dcom.sun.management.jmxremote.authenticate=false -Dcom.sun.management.jmxremote.local.only=false -Dcom.sun.management.jmxremote.ssl=false"
然后启动example工程
mvn jetty:run
然后双击执行发行版中的uProfiler_Client.jar或者在终端执行
java -jar uProfiler_Client.jar
点击New按钮按照向导界面,连接到127.0.0.1:9999 JMX服务端口,在浏览器中输入http://localhost:8080/resources/file.html,上传文件,查看图形界面的变化
样板工程中有详细的配置项目说明,
下载地址:http://sourceforge.net/projects/uprofiler/files/uProfiler%20Community%201.0%20dist.zip/download
@仪山湖
The Black Box Society
Frank Pasquale / Harvard University Press / 2015-1-5 / USD 35.00
Every day, corporations are connecting the dots about our personal behavior—silently scrutinizing clues left behind by our work habits and Internet use. The data compiled and portraits created are inc......一起来看看 《The Black Box Society》 这本书的介绍吧!
