Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 623 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 623 Bytes

Idea

REsrc - resource monitor provides simple visualization of the system resource usage, focusing on process-specific CPU and memory metrics. The goal is to have this tool running alongside the main application using Kubernetes sidecar pattern, allowing user to visualize process resource usage over time.

Getting Started

First, run the development server:

yarn dev

Open http://localhost:3000 with your browser to access the service.

TODO

  • Containerization
  • Creating deployment manifest
  • Process selection, as currently first process that is received is always shown