MaxGauge is a specialized tool for application performance management. It provides a function for tracking transactions across all tiers of infrastructure, from Web to DB or external requests, not to mention the Call Tree & SQL execution information necessary for analyzing individual transactions, and even provides the JVM status and system operation information.
MaxGauge agent gathers various performance data from OS, Application Server and database, and sends them to MaxGague data gathering server.
MaxGauge Data Gathering Server includes DG(Data Gather) process and Platform JS which works as HTTP web server.
DG(Data Gatherer)
DG process is designed to store various performance data receiving from MaxGauge Agent to the database.
Platform JS
PlatformJS is application server which supports DLL Plug-In Function. It executes JavaScript through websocket and also executes database query such as Oracle, SQLServer, PostgreSQL and ODBC.
MaxGauge Client provides web-based user interface for real-time monitoring and post-analysis on performance data. In order to provide such tools, MaxGauge Client has been developed using HTML5, CSS, and JavaScript.