What Windows command-line tool would output the below snippet?
Active Connections
Proto Local Address Foreign Address State
TCP 127.0.0.1:1043 kubernetes:50957 ESTABLISHED
TCP 127.0.0.1:27060 kubernetes:54239 ESTABLISHED
TCP 127.0.0.1:50957 kubernetes:1043 ESTABLISHED
TCP 127.0.0.1:50958 kubernetes:53936 ESTABLISHED
TCP 127.0.0.1:50958 kubernetes:60606 FIN_WAIT_2
TCP 127.0.0.1:50958 kubernetes:60607 ESTABLISHED
TCP 127.0.0.1:51404 kubernetes:51405 ESTABLISHED
network status
ip addr active
net list
netstat