For linux: you can run ping 30 times using ping -c 30 domainName. If you want to send a TCP SYN package for traceroute you can use traceroute -T domainName. If you think that 30 hops are not enough, change the maximum number of hops using flag -m, e.g. traceroute -m 40 domainName. For windows: you can run ping 30 times using ping -n 30 domainName. When running tracert, if you think that 30 hops are not enough, change the maximum number of hops using flag -h, e.g. tracert -h 40 domainName. If you want to send TCP packages for tracert you must download WinPcap and use tracetcp domainName instead of traceroute. You can follow https://www.winpcap.org/install/default.htm.