Posted On March 31, 2019

Measuring Bandwidth between Sites

kimconnect 0 comments
blog.KimConnect.com >> Networking >> Measuring Bandwidth between Sites
Matching the right tool for the job:
Latency: use PING
Jitter: user iPerf UDP test
Loss: iPerf UDP test
Bandwidth: TCP test
 
Download: https://iperf.fr/iperf-download.php
remote server: #iperf -s
local computer: #iperf -c ip-address-of-server -r

Leave a Reply

Your email address will not be published. Required fields are marked *

Related Post

Simple Active Directory & DNS Synchronization Script

@echo offGOTO push_or_pull:push_or_pullset /p action="Type in Push, Pull, or Quit. Press Enter for default action…

Ubuntu 20.04: Setting Static IP Address on an Interface

Short Version # Configure networking sudo vim /etc/netplan/*.yaml ### Sample content ### network: version: 2…

Network Zones

Corporate Head-Quarter:DMZ: Extranet: VendorsWeb: Front-end Sites (a) Web (b) Application (c) DataPublic: Public, satellite VPN…