CPUPercent() on every process reads /proc/<pid>/stat for all processes, causing ~19% CPU spike on servers with many containers. Sorting by RAM is a single /proc read per process and much cheaper. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>