machine-stats

A simple and effective way to gather machine statistics (RAM, Storage, CPU, etc.) from server environment


Keywords
ansible, cloud-migration, gather-machine-statistics, machine-stats, tidal-migrations
License
MIT
Install
pip install machine-stats==2.6.0

Documentation

Machine Stats

A simple and effective way to gather machine statistics (RAM, Storage, CPU) from a server environment as a first layer of a Tidal discovery process.

Supports Windows and Unix-like platforms.

NB: For other platforms or custom integrations, see the guides here.

Overview

Getting an accurate view of your infrastructure needs is useful when planning a cloud migration. Most datacenter operations groups have a good view of their overall storage utilization from various SAN and virtualization management tools, but relying on these aggregated data points often causes teams to underestimate the storage needs of their applications in the cloud.

When taking an application-centric approach to cloud migration, getting the resource utilization from each individual server gives you a more accurate view of each application's resource requirements in the cloud and ignores the trickery of thin-provisioning from SAN tools. This allows you to confidently plan data replication time, or other migration metrics on an app-by-app basis.

┌ Machine Stats ─────────────┐                           ╔═════════ TIDAL CLOUD ═════════╗
│                            │                           ║                               ║
│  CPU, RAM, Storage etc.    │                           ║  - Single Source of Truth     ║
│                            │   `tidal sync servers`    ║  - Server, Database, and      ║
│                            │──────────────────────────>║    Application Inventory      ║
│                            │                           ║                               ║
│                            │                           ║                               ║
└────────────────────────────┘                           ╚═══════════════════════════════╝

As your cloud migration will likely take place over many months or years, it's important to have current resource requirements throughout your journey. To accomplish this, setup machine_stats in a cron job or Scheduled Task and synchronize your data on a daily basis to Tidal. You can find more information about it here.

Table of Contents