w*******e 发帖数: 91 | 1 Looking for tool/probe API that can
1. store heap usage/GC info in my specified interval (every minute, 5
mintues, etc)
2. draw the graph in later.
- would jrobin/RRD be the best choice?
- can this be done via java OOTB tools like jhat/jmap/jstack/VisualVM/jmon? |
|
w*******e 发帖数: 91 | 2 Looking for tool/probe API that can
1. store heap usage/GC info in my specified interval (every minute, 5
mintues, etc)
2. draw the graph in later.
- would jrobin/RRD be the best choice?
- can this be done via java OOTB tools like jhat/jmap/jstack/VisualVM/jmon? |
|
|
w**z 发帖数: 8232 | 4 we use jmx +ganglia, you can also take a look at graphite |
|