Python script for Linux to quickly ping a subnet and display the status of hosts.
Install fping for your Linux distro (Debain example)
sudo apt install fping
Edit the script and change the desired subnet
network = ipaddress.ip_network('192.168.1.0/24')
python3 ping-subnet.py