Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 860 Bytes

File metadata and controls

28 lines (22 loc) · 860 Bytes

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

[0.1.0] - 2026-02-06

Added

  • Initial release
  • CPU metrics collection (per-core and aggregate)
  • Memory metrics collection (with swap support)
  • Disk I/O metrics collection
  • Network metrics collection
  • SQLite storage with automatic retention management
  • Statistical analysis (P50, P90, P95, P99)
  • Workload pattern detection (steady-state, bursty, scheduled)
  • Instance sizing recommendations for AWS and OTC
  • Systemd service support
  • Docker container support

Security

  • Run as non-root user (instvisor)
  • Systemd hardening options
  • Read-only filesystem mounts in Docker