精华帖 (0) :: 良好帖 (5) :: 新手帖 (0) :: 隐藏帖 (0)
|
|
---|---|
作者 | 正文 |
发表时间:2010-08-05
We used Awstats to report user statistics:
http://awstats.sourceforge.net/ |
|
返回顶楼 | |
发表时间:2010-08-05
在WebSphere下有问题
|
|
返回顶楼 | |
发表时间:2010-10-09
谁能贴一下怎么监控spring method呢,按照手册进行了配置,貌似不行,也没有错误信息。
|
|
返回顶楼 | |
发表时间:2010-10-27
我试了,能够配置成功,不过好像数据都不是很对
|
|
返回顶楼 | |
发表时间:2010-10-31
spring insight被废了吗,快半年没更新了。
|
|
返回顶楼 | |
发表时间:2010-11-26
这个怎么修改访问路径啊
|
|
返回顶楼 | |
发表时间:2011-01-05
还可以参考:stackoverflow
http://stackoverflow.com/questions/47177/how-to-monitor-the-computers-cpu-memory-and-disk-usage-in-java 和这个. http://support.hyperic.com/display/SIGAR/Home The Sigar API provides a portable interface for gathering system information such as: System memory, swap, cpu, load average, uptime, logins Per-process memory, cpu, credential info, state, arguments, environment, open files File system detection and metrics Network interface detection, configuration info and metrics TCP and UDP connection tables Network route table |
|
返回顶楼 | |
发表时间:2011-06-08
就是英文,看的还不是很方便·!~!
|
|
返回顶楼 | |
发表时间:2011-06-10
在尝试,功能确实比较强大
|
|
返回顶楼 | |
发表时间:2011-06-10
现在已经比较习惯visualvm , btrace , jconsole等无嵌入的工具,直接连到正在运行的jvm上观察信息。
LZ可以考虑下,是否有些功能可以同过后期VitualMachine.attach一个agent的方式进行。而不需要我预先丢个包到web容器里,因为99%的时候系统功能都是正常的。只有在那么个1%左右的时候,想上去看下具体的jvm进程一些状态,系统负载等 |
|
返回顶楼 | |