Benchmark Server: Difference between revisions
Created page with "==Packets-per-second Benchmark== ===Metode ping=== sudo su ping -q -s 1 -f 192.168.0.1 ===Metoda hping3=== time hping3 192.168.0.2 -q -i u20 --icmp|tail -n10" |
|||
| Line 7: | Line 7: | ||
===Metoda hping3=== | ===Metoda hping3=== | ||
time hping3 192.168.0.2 -q -i u20 --icmp|tail -n10 | time hping3 192.168.0.2 -q -i u20 --icmp|tail -n10 | ||
==Bandwidth== | |||
===Server RPi 192.168.0.1=== | |||
nc -vvlnp 12345 >/dev/null | |||
===Client=== | |||
Di sisi client kirim gigabyte zero melalui dd lewat nc tunnel | |||
dd if=/dev/zero bs=1M count=1K | nc -vvn 192.168.0.1 12345 | |||
==Source== | |||
*[https://onnocenter.or.id/wiki/index.php/Internet_offline onnocenter.or.id] | |||
[[Category:Server]] | |||
[[Category:Tutorial]] | |||