Skip to content
This repository was archived by the owner on Jan 14, 2026. It is now read-only.

v0.9.3

Pre-release
Pre-release

Choose a tag to compare

@zegelin zegelin released this 03 Oct 19:19
  • Adds JVM metrics support:
    • NIO BufferPool
    • GC stats (per collector)
    • Memory pool stats (per pool)
    • OS stats (1m load average, file descriptor usage, free swap, free memory, CPU load, etc)
    • Thread counts + optional/experimental per-thread timing support
  • Performance improvments
    • Fast float -> ascii encoder
    • Improved usage of Stream -- less one-shot Maps and Lists floating around.
  • Adds filesystem metrics (total, usable, unallocated) based on data, commit log and cache directory locations.