Collected host metrics
The following host metrics are collected by the AppSignal agent for every minute on your system.| Metric | Description |
|---|---|
| CPU usage | User, nice, system, idle and iowait in percentages. Read more about CPU metrics in our academy article. |
| Load average | 1 minute load average on the host. |
| Memory usage | Available, free and used memory. Also includes swap total and swap used. |
| Disk usage | Percentage of every disk used. |
| Disk IO | Throughput of data read from and written to every disk. |
| Network traffic | Throughput of data received and transmitted through every network interface. |
enable_host_metrics configuration option, for:
Environment metadata
The AppSignal agent reports the following information of the host. Once received this metadata is shown on the host metrics index page per host to provide more detail of all hosts running an app. Use this metadata to spot any differences between hosts that could cause differences in behavior.- Host architecture, 32 or 64-bit.
- Operating System, either Linux, macOS or Windows.
- Operating System Distribution, for Linux this reports Ubuntu, Fedora, etc.
- Operating System version, the version of the Operating System.
- Kernel version, for Linux this reports the installed kernel version.
send_environment_metadata configuration option, for:
Heroku support
To use host metrics on Heroku, head to the Heroku host metrics page.Docker/container support
To use host metrics on (Docker) containers, head to the container host metrics page.Dokku support
Dokku has host metrics enabled by default as long as your Dokku application has theDOKKU_ROOT environment variable set up.