socktop

Crates.iosocktop
lib.rssocktop
version1.50.0
created_at2025-08-11 19:09:49.742677+00
updated_at2025-11-17 22:15:53.855472+00
descriptionRemote system monitor over WebSocket, TUI like top
homepage
repository
max_upload_size
id1790687
size371,842
(jasonwitty)

documentation

README

socktop (client)

Minimal TUI client for the socktop remote monitoring agent.

Features:

  • Connects to a socktop_agent over WebSocket / secure WebSocket
  • Displays CPU, memory, swap, disks, network, processes, (optional) GPU metrics
  • Self‑signed TLS cert pinning via --tls-ca
  • Profile management with saved intervals
  • Low CPU usage (request-driven updates)

Quick start:

cargo install socktop
socktop ws://HOST:3000/ws

With TLS (copy agent cert first):

socktop --tls-ca cert.pem wss://HOST:8443/ws

Demo mode (spawns a local agent automatically on first run prompt):

socktop --demo

Full documentation, screenshots, and advanced usage: https://github.com/jasonwitty/socktop

Commit count: 0

cargo fmt