
This runbook contains executable scripts and parameter tables. You can run this runbook locally on your machine via the AIMD CLI:
aimd run <runbook.sem.md>View CLI Docs →Included Bundle Files
A premium, zero-dependency, cross-platform terminal control panel for testing system resources, disk health, networks, and running local ports.
| Variable | Default / Type | Description |
|---|---|---|
| OPERATOR_NAME | DevOps Engineer | No description provided. |
| DISK_THRESHOLD_PCT | 85 | No description provided. |
| PING_TARGET | 1.1.1.1 | No description provided. |
We begin by verifying node runtime compatibility and initializing diagnostic telemetry. •••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••• ••••••••••••••••••••[ LOCKED - ACQUIRE BUNDLE TO UNLOCK ]•••••••••••••••••••• ••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••
echo "🚀 Initializing Cockpit under Operator: OPERATOR_NAME..."
echo "--------------------------------------------------------"
# Use Node.js for cross-platform compatibility
node -e "
const os = require('os');
console.log('💻 OS Platform:', os.platform());
console.log('⚙ CPU Architecture:', os.arch());
console.log('🧠 Total Memory:', (os.totalmem() / 1024 / 1024 / 1024).toFixed(2), 'GB');
console.log('⌛ System Uptime:', (os.uptime() / 3600).toFixed(2), 'hours');
console.log('🔋 CPU Cores:', os.cpus().length);
"Keep exploring

Rating
Views
Acquisitions
A cross-platform Self-Executable Markdown runbook that provides a complete system diagnostics dashboard directly in the terminal. Audit CPU, memory, disk utilization, network latency, active development ports, and overall system health through an interactive workflow. Designed for developers and DevOps engineers, it requires only Node.js and works on Windows, macOS, and Linux without external dependencies.
Acquired by 40 practitioners
A structured runbook split into 6 logical steps.
Configurable parameter variables: OPERATOR_NAME, DISK_THRESHOLD_PCT, PING_TARGET
Self-Executing Markdown document designed for local CLI pipelines.
"Instead of juggling multiple utilities, this runbook consolidates essential system diagnostics into a single executable workflow. It automatically detects resource bottlenecks, highlights disk usage warnings, measures network performance, scans active development services, and generates a visual health summary, making routine system checks fast, repeatable, and platform-independent."
Be the first to experience this. Early adopters shape the community and help the creator improve.