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

From OnnoWiki
Jump to navigation Jump to search
Line 10: Line 10:
  
  
==Hasil Pengukuran===
+
==Hasil Pengukuran==
  
 
{| border="1" cellpadding=2 style="border-collapse: collapse"
 
{| border="1" cellpadding=2 style="border-collapse: collapse"
Line 18: Line 18:
 
! packets-per-second (pps)
 
! packets-per-second (pps)
 
|-
 
|-
|RaspberryPi 3
+
| RaspberryPi 3
|-i u38
+
| -i u38
 
| 1%
 
| 1%
|33282
+
| 33282
 
|-
 
|-
|Asus UN45H
+
| Asus UN45H
|-i u9
+
| -i u9
 
| 1%
 
| 1%
|115999
+
| 115999
 
|-
 
|-
|VM 1 Core 512M RAM
+
| VM 1 Core 512M RAM
|-i u9
+
| -i u9
 
| 1%
 
| 1%
|128866
+
| 128866
 
|}
 
|}
  

Revision as of 10:23, 10 December 2018

Metoda1: ping

sudo su
ping -q -s 1 -f 192.168.0.1

Metoda2: hping3

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


Hasil Pengukuran

Sample switch "-i uX" packet loss packets-per-second (pps)
RaspberryPi 3 -i u38 1% 33282
Asus UN45H -i u9 1% 115999
VM 1 Core 512M RAM -i u9 1% 128866

Pranala Menarik