Back to all features
Monitoring & Alerts

Metric History

Store CPU, memory, disk and load samples on the server itself and review them in Monitoring. Choose the data directory and how many days to keep, and optionally forward every sample as JSON to an HTTP receiver you own.

Metric History screenshot in Server Compass

Using Metric History in Server Compass

Metric History replaces complex workflows with a few clicks. Here's the process.

1

Open Metric history

Under the Monitor tab, expand Storage and export settings and tick Keep metric history.

2

Choose where and how long

Set the Server data directory and Retention (days). Samples follow the monitoring interval you configured for the agent.

3

Optionally forward the samples

Add an Optional HTTP JSON receiver and each sample is POSTed as JSON by the server. The receiver URL is encrypted in the app.

4

Review or export

Load the synced history in Monitoring, or Export JSON to pull the samples out for your own analysis.

Manual Mode

Manual Alternative to Metric History

Without Metric History, you'd need to SSH into your server and run these commands manually. Every. Single. Time.

1

Sample by hand

Reading load and memory once is easy; keeping it is the work.

terminal
uptime && free -m && df -h /
2

Schedule the collection

A cron entry appending to a file is the usual improvised version.

terminal
echo '* * * * * echo "$(date -Is) $(cat /proc/loadavg)" >> /var/log/load.log' | crontab -
3

Stop it eating the disk

Without rotation, the improvised log is a future disk-full incident.

terminal
sudo tee /etc/logrotate.d/loadlog <<'EOF'
/var/log/load.log { daily rotate 7 compress missingok notifempty }
EOF

Unrotated metric logs on a small VPS are a common cause of a full root filesystem.

The Easy Way

Skip All That. Use Server Compass.

Server Compass replaces all those commands with a beautiful UI. Metric History just works—click, configure, done.

  • Visual interface
  • No terminal needed
  • Built-in error handling
  • Works on any VPS
Download Server Compass$29 • Lifetime license
Capabilities

Everything Metric History Offers

Everything you need for monitoring & alerts in one integrated tool, replacing complex CLI commands and manual configuration.

Get Started
Keep CPU, memory, disk and load samples on the server
Choose the on-server data directory that holds them
Set retention in days so history does not grow without limit
Sample at the monitoring interval already configured for the agent
Forward every sample as JSON to an HTTP receiver you control
Keep the receiver URL encrypted in the app and in the agent's private config
Export the synced samples as JSON from the app

Why Metric History Matters

Server management shouldn't require a DevOps team. Metric History makes professional-grade monitoring & alerts accessible to everyone.

Real-Time Insights

Metric History streams data live so you catch issues the moment they happen, not hours later.

Instant Alerts

Metric History notifies you through your preferred channels before small issues become outages.

Actionable Data

Metric History doesn't just show metrics; it highlights what needs attention and suggests next steps.

Complete Audit Trail

Metric History logs every event, giving you the forensic data you need for debugging and compliance.

Common Questions About Metric History

Common questions about Metric History in Server Compass

How do I access Metric History in Server Compass?

Metric History is available in the Monitoring & Alerts section of Server Compass. Simply connect to your server, navigate to Monitoring & Alerts, and you'll find Metric History ready to use. No additional setup or plugins required.

Does Metric History require any server-side installation?

No. Server Compass operates as a desktop application that connects to your server via SSH. Metric History works through this connection without installing any agents or packages on your server (except the optional monitoring agent for resource tracking).

Is Metric History included in all Server Compass plans?

Yes. Every Server Compass feature, including Metric History, is included with the one-time $29 payment. There are no tier restrictions, add-ons, or per-server fees. You get all 152+ features for all your servers.

Can I use Metric History with any VPS provider?

Metric History works with any VPS or dedicated server that supports SSH access and Docker. This includes DigitalOcean, Hetzner, Vultr, Linode, AWS EC2, Google Cloud, Azure, and any other provider. It also works with local servers and homelab setups.

What makes Metric History different from command-line alternatives?

Metric History provides a visual, intuitive interface that replaces complex CLI commands and configuration files. You get real-time feedback, safety confirmations, and a consistent experience across all your servers without memorizing syntax or writing scripts.

Try Metric History Today

Download Server Compass and get access to Metric History along with 151 other features. One-time $29 payment. No subscriptions. No per-server fees.