In this quick guide, we’ll walk you through essential systemd-cgtop commands to run on an Enhance Control Panel server so you can monitor per-site CPU, memory, and I/O usage.
Whether you’re scanning all websites, drilling into a single website ID, or reviewing longer-running system services.
To monitor all websites (sorted by CPU usage by default):
systemd-cgtop -p -n 0 --depth=1 /websites/
To sort by memory usage, add -m:
systemd-cgtop -p -m -n 0 --depth=1 /websites/
To sort by IO load, add -i:
systemd-cgtop -p -i -n 0 --depth=1 /websites/
To monitor a specific website, use its website ID:
systemd-cgtop -p -n 0 /websites/website-id-here
To locate more long-term services resource usage:
systemd-cgtop -p -n 0 --depth=1 system.slice