armangal / SmartMonitoring

Smart Executor Monitoring

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Smart Monitoring

The framework is still under development, more documentation will be available soon.


SmartMonitoring is an open source Java Monitoring Platform with HTML (GWT) UI that monitors Java processes via JMX connection. The project might be extended to include more monitoring abilities (widgets), the basic once are provided with in a scope of a current projec

Communication

Features

  • Easy extendible GWT client side UI application, allowing you to add more widget to the UI.
  • Uses JMX to connect to running java processes.
  • Extensive statistics over the pools performance.
  • JMX monitoring: ** Monitoring connected servers: memory, CPU, garbage collections. ** Give ability to get java process thread dump with one mouse click. ** Smart Thread Pool monitoring: *** Configured pools on all connected servers --- All statistics are aggregated, meaning if the same pool name is configured on tow or more servers, we will see one pool in UI with aggregated statistics.
  • Can aggregate statistics from many servers at the same time.

Members:

Owner: - Arman Gal, @armangal, arman@armangal.com

Contributors:


Example, Customised Monitoring Tool

In the below example you can see extended version that monitors 80 server.
Servers & Alerts are the open source widgets, the rest of the widgets are custom made for certain business needs.

Main Screen

Extended Server Popup.

Here you can see the basic charts of memory, cpu and system load. Two other charts are server specific.


Copyright (C) 2013 Arman Gal

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

     http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

About

Smart Executor Monitoring

License:Other


Languages

Language:Java 98.6%Language:CSS 1.4%