Skip to content

Instantly share code, notes, and snippets.

View 0-46's full-sized avatar

Florian 0-46

  • DXI - Digital Experience Intelligence GmbH
  • Stuttgart
View GitHub Profile
#!/usr/bin/env python3
"""
VPS CPU Monitor Test Script
Tests CPU monitoring capabilities using the CPUMonitor architecture.
Supports cgroup v1, cgroup v2, and default psutil monitoring.
"""
import os
import sys