System Monitoring Commands - VoV Deployer

Teradata VantageCore on Virtualization (VoV) Deployer Getting Started

Product
VoV Deployer
Release Number
Deployer 5.0
Published
March 2026
ft:locale
en-US
ft:lastEdition
2026-03-31
dita:mapPath
ijo1771527092730.ditamap
dita:ditavalPath
ayr1485454803741.ditaval
dita:id
ijo1771527092730
 # 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