SILICON MONITOR

SIMON

AGENTIC SYSTEM MONITORING

The world's first agentic system monitoring utility. Deep hardware telemetry for CPUs, GPUs, memory, disks, and networks—designed for AI agents.

$ cargo install simon
01

MONITORING CAPABILITIES

GPU MONITORING

NVIDIA NVML, AMD ROCm/sysfs, and Intel Arc support. Utilization, memory, temperature, power, and per-process attribution.

CPU & THERMAL

Per-core metrics, frequencies, temperatures, and hybrid architecture support for Intel/AMD/ARM.

DISK & STORAGE

I/O operations, throughput, queue depth, and SMART data for predictive failure detection.

NETWORK & TOOLS

Interface stats, bandwidth rates, plus nmap-style port scanning, ping, traceroute, and DNS lookup.

AI AGENT MODE

Natural language queries, MCP server for Claude, and tool manifests for all major LLMs.

PERIPHERALS

Audio devices, Bluetooth adapters, displays, and USB topology monitoring across all platforms.

02

FOUR INTERFACES

AI AGENT

amon / simon ai

Natural language queries and MCP server for Claude Desktop and other AI agents.

CLI

simon <component>

Command-line monitoring with JSON output for scripting and automation.

TUI

simon tui

Interactive terminal dashboard with real-time graphs and selectable themes.

GUI

simon gui

Native desktop application with egui, multiple themes, and visualizations.

03

USAGE

terminal
# System overview
simon system
# CPU: AMD Ryzen 9 7950X (32 threads) — 4.2 GHz, 62°C
# RAM: 31.2 / 64.0 GB (48.8%)
# GPU: NVIDIA RTX 4090 — 24GB VRAM, 45°C

# Detailed GPU monitoring
simon gpu
# GPU 0: NVIDIA GeForce RTX 4090
#   Utilization: 78%  |  Memory: 18.2 / 24.0 GB
#   Temperature: 72°C |  Power: 320 / 450 W
#   Fan Speed: 65%    |  Clock: 2520 MHz

# CPU per-core breakdown
simon cpu --per-core

# Disk health with SMART data
simon disk --smart

# Network interface stats
simon net

# Continuous monitoring at 1s intervals
simon watch --interval 1

KNOW YOUR HARDWARE

Cross-platform hardware telemetry built for humans and AI agents alike.