Terminal Simulator
Simulated GPU node — type help or use the reference panel. Arrow keys for history.
SIZE
ops@gpu-rack12-node07:~
Welcome to gpu-rack12-node07. Type 'help' for available commands.
$
SYSTEM INFO
$ uptime
$ free -h
$ uname -a
$ whoami
$ hostname
DISK & STORAGE
$ df -hT
$ lsblk -f
$ smartctl -a /dev/sda | grep -E 'Health|Reallocated|Pending'
GPU STATUS
$ nvidia-smi
NETWORK
$ ip addr show
$ ss -tlnp
$ ethtool eth0
PROCESSES
$ ps aux --sort=-%cpu | head -5
$ systemctl status sshd
LOGS & DEBUG
$ dmesg -T | tail -5
$ journalctl -b -p err --no-pager | tail -10
$ lsof | grep deleted
$ dmidecode -t memory
FILES
$ ls -la
$ find /var -type f -size +100M -mmin -60
HARDWARE
$ ipmitool sensor list | head -10
$ cat /proc/cpuinfo | head -20