Difference between revisions of "Internet Offline: packets-per-second benchmark"

From OnnoWiki
Jump to navigation Jump to search
(Created page with " ==Metoda1: ping== ping -q -s 1 -f 192.168.100.101 ==Metoda2: hping3== time hping3 192.168.100.101 -q -i u20 --icmp|tail -n10 ==Pranala Menarik== * Benchmark: Men...")
 
Line 2: Line 2:
 
==Metoda1: ping==
 
==Metoda1: ping==
  
  ping -q -s 1 -f 192.168.100.101
+
  ping -q -s 1 -f 192.168.0.1
  
 
==Metoda2: hping3==
 
==Metoda2: hping3==
  
  time hping3 192.168.100.101 -q -i u20 --icmp|tail -n10
+
  time hping3 192.168.0.2 -q -i u20 --icmp|tail -n10
  
  

Revision as of 09:57, 10 December 2018

Metoda1: ping

ping -q -s 1 -f 192.168.0.1

Metoda2: hping3

time hping3 192.168.0.2 -q -i u20 --icmp|tail -n10



Pranala Menarik