Difference between revisions of "Check Bandwidth: Menggunakan iperf"
Jump to navigation
Jump to search
Onnowpurbo (talk | contribs) (New page: Install menggunakan apt-get install iperf ==Pranala Menarik== * Check Penggunaan Bandwidth * Linux Howto Category: Linux) |
Onnowpurbo (talk | contribs) |
||
Line 2: | Line 2: | ||
apt-get install iperf | apt-get install iperf | ||
+ | |||
+ | Contoh penggunaan | ||
+ | |||
+ | ===Di sisi Server=== | ||
+ | |||
+ | iperf -s & | ||
+ | |||
+ | ===Di sisi Client=== | ||
+ | |||
+ | iperf -c ip-server | ||
+ | |||
+ | |||
Latest revision as of 10:11, 30 December 2010
Install menggunakan
apt-get install iperf
Contoh penggunaan
Di sisi Server
iperf -s &
Di sisi Client
iperf -c ip-server