Projects & Open Source
Production utilities, systems engineering tools, and cloud automation software built with Go and modern DevOps practices.
metrics-go ↗
A lightweight, modular Go telemetry utility engineered for gathering host system performance counters—CPU load, memory allocations, disk saturation, and runtime statistics—with minimal memory overhead.
Key Engineering Highlights
- Low-Overhead Sampling: Queries Linux `/proc` and Windows system APIs directly without external CGo dependencies.
- Configurable Output: Exports telemetry records as clean structured JSON or Prometheus-compatible metric endpoints.
- Modular Architecture: Allows embedding into larger cloud daemons or running as a standalone agent.
View Repository on GitHub ↗
git clone https://github.com/vak-rashu/metrics-go.git Currently focusing deeply on systems programming with Go, cloud automation, and networking. Additional utilities will be linked here as they graduate to public release.