Show system information Show commit revision log ${vyos_op_scripts_dir}/config_mgmt.py show_commit_log Show commit revision diff ${vyos_op_scripts_dir}/config_mgmt.py show_commit_diff --rev "$5" Show commit revision file ${vyos_op_scripts_dir}/config_mgmt.py show_commit_file --rev "$5" Compare config file revisions ${vyos_op_scripts_dir}/config_mgmt.py show_commit_diff --rev "$5" --rev2 "$7" Compare config file revision commands ${vyos_op_scripts_dir}/config_mgmt.py show_commit_diff --rev "$5" --rev2 "$7" --commands 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}/cpu.py show Show messages in kernel ring buffer sudo dmesg Show user accounts Show user account authentication information Show configured user system login user Show OTP key information ${vyos_op_scripts_dir}/otp.py show_login --username="$6" --info="full" Show full settings, including QR code and commands for VyOS ${vyos_op_scripts_dir}/otp.py show_login --username="$6" --info="full" Show OTP authentication secret in Base32 (used in mobile apps) ${vyos_op_scripts_dir}/otp.py show_login --username="$6" --info="key-b32" Show OTP authentication QR code ${vyos_op_scripts_dir}/otp.py show_login --username="$6" --info="qrcode" Show OTP authentication otpauth URI ${vyos_op_scripts_dir}/otp.py show_login --username="$6" --info="uri" 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}/memory.py show Show kernel cache information sudo slabtop -o Show detailed system memory usage cat /proc/meminfo Show memory usage of all routing protocols vtysh -c "show memory" Show system processes ps ax Show extensive process info top -b -n1 Show summary of system processes ${vyos_op_scripts_dir}/uptime.py show Show process tree ps -ejH Show FRRouting daemons vtysh -c "show daemons" Show filesystem usage ${vyos_op_scripts_dir}/storage.py show Show system available updates ${vyos_op_scripts_dir}/system.py show_update Show system uptime and load averages ${vyos_op_scripts_dir}/uptime.py show