Amon: Lightweight, Open Source App and Server Monitoring
Join the DZone community and get the full member experience.
Join For FreeAmon (named after the Egyptian Sun god or a demon) is a self-hosted toolkit that allows you to monitor web apps with a small footprint (Amon can fit in 20MB of RAM) and all the information kept in one place. It's a nice open source tool (with good docs) that can run on the smallest VPS you have. If you don't trust similar cloud solutions (some of which are not free) and you want to be in full control of your logs and performance history, then Amon is probably worth a look, especially for you DevOps folks.
Here's what it can do:
Amon consists of three main components:
Support tested for:
Amon is language and framework agnostic, but if you if you want to log exceptions and data from your web applications you have to install one of Amon's pre-built clients for Python. Ruby, PHP, and Javascript. You can easily write a client for another language with this guide.
Get over to the Amon Homepage to download it.
Here's what it can do:
- Monitoring (CPU, Loadavg, Disk space, Network traffic, Memory)
- Error Tracking
- App Logging
Amon consists of three main components:
- Collector daemon - Amon’s server and process monitoring is a thin wrapper on top of Unix tools to record metrics and store them in the MongoDB backend.
- JSON API - Shipping with language bindings for Python, Ruby, and JavaScript, Amon’s JSON API makes it easy to record your own application events.
- Web interface - The web app provides a friendly user interface for viewing logs and visualizing data in charts. [Written in Python]

- Ubuntu
- Debian
- CentOS
- Fedora,
- Amazon Linux AMI
- Mac OS X
Amon is language and framework agnostic, but if you if you want to log exceptions and data from your web applications you have to install one of Amon's pre-built clients for Python. Ruby, PHP, and Javascript. You can easily write a client for another language with this guide.
Get over to the Amon Homepage to download it.
Open source
app
Opinions expressed by DZone contributors are their own.
Comments