paseo.cafe
All plugins

A focused host, Paseo process, agent, and Docker monitor for Paseo.

v0.1.2 Requires Paseo >=0.8.0

Install

npmjs · Paseo 0.9+

paseo plugin add npm:paseo-vitals@0.1.2

GitHub · Paseo 0.8 fallback

paseo plugin add tomgrin10/paseo-vitals --ref b18913260ca36e616a0342222a0f416ea8363af9

Git security status and fallback installation are pinned to commit b18913260ca3.

From the plugin's README

Install from npm on Paseo 0.9.0 or newer:

paseo plugin install npm:paseo-vitals

Paseo 0.8 can install the same plugin from Git:

paseo plugin add tomgrin10/paseo-vitals

For local development:

npm ci
npm run verify
paseo plugin install "$PWD"

Open Host vitals from Paseo's sidebar. The dashboard refreshes every five seconds while mounted. Docker failure is non-fatal, and process-level detail degrades gracefully on non-Linux hosts.

README

paseo-vitals

A small Paseo sidebar dashboard for answering one question: how is this development VM doing?

It shows:

  • host CPU, load, uptime, RAM detail, swap, and root-disk usage;
  • Paseo daemon/plugin RSS separately from agent process trees;
  • per-agent RSS, CPU, process count, provider, and status;
  • Docker container CPU, cgroup memory, state, PIDs, network I/O, and block I/O;
  • the host's largest processes by RSS.

The plugin reads Linux /proc directly and invokes docker stats at most once per cached refresh. It reads only the PASEO_AGENT_ID environment entry needed to attribute a process tree; command lines and other process environment values are never returned to the client.

Install

Install from npm on Paseo 0.9.0 or newer:

paseo plugin install npm:paseo-vitals

Paseo 0.8 can install the same plugin from Git:

paseo plugin add tomgrin10/paseo-vitals

For local development:

npm ci
npm run verify
paseo plugin install "$PWD"

Open Host vitals from Paseo's sidebar. The dashboard refreshes every five seconds while mounted. Docker failure is non-fatal, and process-level detail degrades gracefully on non-Linux hosts.

Scanned 22 Sep 2026, 14:32 UTC from tomgrin10/paseo-vitals.