This command runs top in batch mode ( -b ), updates every second ( -d 1 ), captures 10 iterations ( -n 10 ), and pipes the output to Netcat, which sends it to [receiver_ip] on port 1234 .