# Check deployment status tail -f vov-deployer/vov-deployer.log # Monitor resource usage top htop iotop # Disk I/O # Network monitoring iftop -i vlan100 nethogs # Per-process bandwidth # Disk usage df -h du -sh /var/lib/libvirt/images/* # Process monitoring ps aux | grep qemu ps aux | grep ansible # System logs journalctl -u libvirtd -f journalctl -xe # Recent errors