Current section

Files

Jump to
crow_plugins CHANGELOG.md
Raw

CHANGELOG.md

# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic
Versioning](https://semver.org/spec/v2.0.0.html).
## Unreleased
### Added
- `CrowPlugins.BEAM.ContextSwitches` plugin: Counts total context switches in
the VM.
- `CrowPlugins.BEAM.GarbageCollections` plugin: Counts total garbage collections
in the VM.
- `CrowPlugins.BEAM.IO` plugin: Monitors bytes sent and received through ports.
- `CrowPlugins.BEAM.Memory` plugin: Monitors memory usage of the VM.
- `CrowPlugins.BEAM.SystemInfo` plugin: Monitors system counters of the VM.
<!-- vim: set textwidth=80 sw=2 ts=2: -->