- 授权协议: Apache 2.0
- 开发语言: Python
- 操作系统: 跨平台
- 软件首页: https://github.com/linkedin/JTune
软件介绍
JTune 可以在无需重新启动的情况下,帮助你调整和解决运行的 JVM (Java 6 - Java 8) 的问题。目前,它还不能与 G1 垃圾回收器一同工作,被检测出时还会报错。
调整基于两个指标:进行垃圾回收(GC)的累积时间,以及垃圾回收(GC)的标准差。在调用时, JTune 在给定 pid 中捕捉 jstat 的输出,以及样本时间内的 GC 日志数据。
FAQ
Q: 我必须以 root 的身份运行 jtune.py 吗?
A: 你应该以你要分析的 Java 进程的用户(或者 root)来运行。
Q: 它支持哪个版本的 Java
A: JTune 支持 Java 6-8.
Q: 正确使用这个工具,需要打开哪些 JVM 选项?
A: 你应该开启: -Xloggc, -XX:+PrintTenuringDistribution,
-XX:+PrintGCDetails, 和 -XX:+PrintGCDateStamps
Q: 它可以调整 G1 GC?
A: 目前不行。 G1 是一个有点难以调整,但正在开发中。
Writing Windows VxDs and Device Drivers, Second Edition
Karen Hazzah / CMP / 1996-01-12 / USD 54.95
Software developer and author Karen Hazzah expands her original treatise on device drivers in the second edition of "Writing Windows VxDs and Device Drivers." The book and companion disk include the a......一起来看看 《Writing Windows VxDs and Device Drivers, Second Edition》 这本书的介绍吧!
