Show system information Show active network connections on the system netstat -an Show TCP connection information ss -t -r Show all TCP connections ss -t -a Show TCP connection without resolving names ss -t -n Show UDP socket information ss -u -a -r Show UDP socket information without resolving names ss -u -a -n Show CPU information ${vyos_op_scripts_dir}/show_cpu.py Checks overall system integrity sudo ${vyos_op_scripts_dir}/system_integrity.py Show messages in kernel ring buffer sudo dmesg Show user accounts Show user account information ${vyos_libexec_dir}/vyos-sudo.py ${vyos_op_scripts_dir}/show_users.py Show information about all accounts ${vyos_libexec_dir}/vyos-sudo.py ${vyos_op_scripts_dir}/show_users.py all Show information about locked accounts ${vyos_libexec_dir}/vyos-sudo.py ${vyos_op_scripts_dir}/show_users.py locked Show information about non VyOS user accounts ${vyos_libexec_dir}/vyos-sudo.py ${vyos_op_scripts_dir}/show_users.py other Show information about VyOS user accounts ${vyos_libexec_dir}/vyos-sudo.py ${vyos_op_scripts_dir}/show_users.py vyos Show system memory usage ${vyos_op_scripts_dir}/show_ram.sh Show kernel cache information sudo slabtop -o Show detailed system memory usage cat /proc/meminfo Show memory usage of all routing protocols /usr/bin/vtysh -c "show memory" Show system processes ps ax Show extensive process info top -b -n1 Show summary of system processes uptime Show process tree ps -ejH Show Quagga routing daemons /usr/bin/vtysh -c "show daemons" Show filesystem usage df -h -x squashfs Show how long the system has been up uptime Show information about Universal Serial Bus (USB) /usr/bin/lsusb -t Show information about connected USB serial ports ${vyos_op_scripts_dir}/show_usb_serial.py