문제

I need a plugin to monitor the following:

  1. CPU, network and disk statistics
  2. Virtual machines CPU based on libvirt
  3. Generate graphs for both above options
  4. Open remote connection to other machines and do the same.

on my SWING based application. All the plugins I've tried out(Munin and nagios) only produce graphs on a browser widow, which isn't what I want.

I've found a manual way to do it where all the data is sent over sockets to the graph drawing PC where I use JFreechart to draw the charts. Is there a plugin to do all this(or atleast some of this)? Or should I migrate this question to another specific forum?

Thanks a lot.

도움이 되었습니까?

해결책

You might have a look at JavaSysMon, which is "designed to provide an OS-independent way to manage OS processes and get live system performance information such as CPU and memory usage."

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top