gauger is a lightweight performance recording and monitoring tool, aimed at detecting regressions (or sudden impovements) in any measurable metric. It is mainly intended for software development, but can be used for other purposes such as network monitoring or meteorological logging. It collects measurments made by a number of clients (potentially behind firewalls) on a central server and allows you to visualize and analyze the data later. It offers a central log server, Python, Java, and C interfaces for the clients, and a Web interface to browse the data. It allows you to view graphs of the data per host or per metric, selecting the desired ranges and sizes, and allows you to download the data in a gnuplot script for further processing.
| Tags | Web Monitoring |
|---|---|
| Licenses | AGPL GPL |
| Operating Systems | Linux |
| Implementation | Python PHP JavaScript jQuery |
Last announcement
With release 1.0 gaguer is now considered stable. Please note that since the protocol has changed, the update of both clients and server from earli...
Recent releases


Release Notes: This is the first stable release. It is not backwards-compatible with older releases at the protocol level. The server part is completely rewritten in PHP, and now uses RESTful methods to accept data. New bindings include JavaScript and Python. Many new additional VCS are supported: git, mercurial, bazaar, etc. Merging of metrics in one plot, sensitive to units with color-coded help, has been added. The ability to remove/add plotted metrics with a single tick. A login/registration page to add new hosts. The installation script now offers an interactive way to install both server and client.


Release Notes: All the slider controls now include an additional input field to fine-tune the ranges and sizes of the graphs. The origin control allows you to select either automatic values for the y-axis or lets you specify a value 0-100 (useful for normalized data). New Java bindings were included with example code and c example code for existing bindings. Some small improvements and bugfixes were made.


Release Notes: Paging was added in the host view. Instant search was added for host and metrics in the menu. Categories were added. Various minor fixes were made.


Release Notes: This is the first release.