Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 1.81 KB

File metadata and controls

26 lines (18 loc) · 1.81 KB

SimMon - simple-monitor

  • A simple monitoring tool which is store timestamp and value in file, and make hourly/daily chart images.
  • It has a simple html/js gui, for browse the chart images, it is jquery based, and count on Apache autoindex modul (it has to be li not fancy htmlTable!).
  • Has an SMPT/POP3 transport for sending data to the central place, if it needed.
  • Using quartz scheduling, jfreechart, and hyperic sigar.

Elements

[Samplers] (https://github.com/godzzo/simple-monitor/tree/master/src/main/java/org/godzzo/simmon/sampler) which acquire the values (free memory, cpu usage, jmx counters...)

  • hyperic sigar based: Cpu, Mem, Proc, Swap, FileSystem,
  • other: Jmx, Jvm

Outputs which can save the values of the samplers

Data file mergers for make hourly data files

Make Chart Images