Compare commits

...

1 Commits

Author SHA1 Message Date
matheusfagundess
c2f3425334 Add tutorial material for automated OAI deployment with docker 2024-09-05 17:41:56 -03:00
174 changed files with 55845 additions and 0 deletions

View File

@@ -0,0 +1,117 @@
# Information about the environment used
* Kernel version
* Before installing other packages, install the indicated kernel. After installation, perform a reboot.
* Installation command: `sudo apt install linux-image-5.15.0-89-lowlatency -y`
* After the reboot, make sure that the installed kernel has been loaded with the `uname -a` command.
* Host used: Lenovo SR630 - 64bit x84 architecture
* **Processor:** Intel Xeon Gold 5218R
* **RAM:** 128GB DDR4 (4x 32GB) - Dual Channel
* **HDD:** 10TB
* **Operating System:** Ubuntu Desktop 20.04 LTS (Fresh install)
* **Ettus driver:** version v4.4.0.0
* USRP Ettus N310
* Ettus driver: version v4.4.0.0
# Environment installation
## Step 1: Clone this Repository
After installing the indicated `Kernel` on a clean installation of Ubuntu Desktop 20.04 LTS, perform the following procedures:
Clone the OAI repository on your Linux system:
```
git clone https://gitlab.eurecom.fr/oai/openairinterface5g.git ~/openairinterface5g
cd ~/openairinterface5g/doc/automated_oai_deploy_w_docker
```
## Step 2: Install Docker and Ettus driver
Run the `./oai_5g_core_install.sh` script. It will be responsible for installing Docker and the necessary OpenAirInterface resources. Do not use `sudo` to execute the script, but the user must have permission to use the `sudo` command (which is present when executing the script's internal commands).
```bash
./oai_5g_core_install.sh
```
# Using the environment
## Step 1: Initializing 5GC
To initialize the core services you must use the `core-start.sh` script.
```bash
./core-start.sh
```
## Step 2: Run the gNodeB Docker container
Make sure that the USRP (Ettus N310 or Ettus B210) is connected **directly** to the host machine.
* Ettus N310: Make sure that the IP address of the USRP communication interface is correctly indicated in the configuration files (from the `conf` directory, the `addr` parameter of the `sdr_addrs` property);
* Ettus B210: Make sure it is connected to the host via a USB3 port or higher.
To initialize the container, run the following command:
```bash
./services.sh [parameter]
```
Available parameters:
- `n106` to use PRB = 106 on USRP N310
- `n162` to use PRB = 162 in USRP N310
- `n273` to use PRB = 273 in USRP N310
- `b106` to use PRB = 106 in USRP B210
- `b162` to use PRB = 162 in USRP B210
- `stop` to end the containers
Example: `./services.sh n106`
This will run a shell script that will start a container with the settings mentioned above.
## Stopping 5GC services
To stop core services you must use the `core-stop.sh` script.
```bash
./core-stop.sh
```
# How to configure
* [USRP Ettus N310](docs/conf-n310/README-usrp-n310.md)
* [Performance Mode](docs/conf-performance/README.md)
* [Configure SIMCard](docs/conf-simcard/README.md)
* [UE Motorola G50](docs/conf-Motorola-G50/README.md)
# Troubleshooting
In this section, we discuss common issues encountered during the setup and deployment phases of the OAI 5G network and provide solutions.
* Docker Container Failures:
- **Issue**: Containers fail to start due to missing dependencies.
- **Solution**: Ensure all dependencies are installed before running the containers. Use the command `docker logs [container_id]` to get detailed error messages.
* USRP Connection Problems:
- **Issue**: USRP device not recognized by the host machine.
- **Solution**: Verify the USRP is properly connected and the correct IP address is configured. Use the command `uhd_find_devices` to detect connected USRP devices.
* Network Configuration Errors:
- **Issue**: No communication between gNB and 5GC.
- **Solution**: Check IP forwarding and iptables settings. Ensure that the gNB configuration file has the correct IP addresses for the 5GC components.
* Signal Quality Issues:
- **Issue**: Poor signal quality or no signal detected.
- **Solution**: Verify antenna connections and ensure they are properly placed. Adjust the transmission power settings in the configuration file.
* Performance Bottlenecks:
- **Issue**: Suboptimal throughput performance.
- **Solution**: Monitor CPU and memory usage to identify bottlenecks. Adjust the configuration parameters such as `nb_tx`, `nb_rx`, and `max_rxgain` to optimize performance.
# Citation
If you use this tutorial, please cite our paper to appear in the Journal of Internet Services and Applications (JISA). Here is a suitable BibTeX entry:
```python
@inproceedings{OAITuto2024,
title = {{Virtualized 5G Tesbed using OpenAirInterface: Tutorial and Benchmarking Tests}},
author = {Antonio Campos and Vicente Sousa and Nelson Oliveira and Paulo Eduardo and Paulo Filho and Matheus Dória and Carlos Lima and João Guilherme and Daniel Luna and Iago Rego and Marcelo Fernandes and Augusto Neto},
booktitle = {Journal of Internet Services and Applications, 2024},
year = {2024}
}
```
**Note:** Original version is also available at https://github.com/lance-ufrn/oai_bench_tuto

View File

@@ -0,0 +1,268 @@
Active_gNBs = ( "gNB-OAI");
# Asn1_verbosity, choice in: none, info, annoying
Asn1_verbosity = "none";
gNBs =
(
{
////////// Identification parameters:
gNB_ID = 0xe00;
gNB_name = "gNB-OAI";
// Tracking area code, 0x0000 and 0xfffe are reserved values
tracking_area_code = 0x0001;
plmn_list = ({ mcc = 001; mnc = 01; mnc_length = 2; snssaiList = ({ sst = 1; sd = 0x1 }) });
nr_cellid = 12345678L;
////////// Physical parameters:
do_CSIRS = 1;
do_SRS = 1;
servingCellConfigCommon = (
{
#spCellConfigCommon
physCellId = 0;
# downlinkConfigCommon
#frequencyInfoDL
# this is 3600 MHz + 43 PRBs@30kHz SCS (same as initial BWP)
absoluteFrequencySSB = 641280;
dl_frequencyBand = 78;
# this is 3600 MHz
dl_absoluteFrequencyPointA = 640008;
#scs-SpecificCarrierList
dl_offstToCarrier = 0;
# subcarrierSpacing
# 0=kHz15, 1=kHz30, 2=kHz60, 3=kHz120
dl_subcarrierSpacing = 1;
dl_carrierBandwidth = 106;
#initialDownlinkBWP
#genericParameters
# this is RBstart=27,L=48 (275*(L-1))+RBstart
initialDLBWPlocationAndBandwidth = 28875; # 6366 12925 12956 28875 12952
# subcarrierSpacing
# 0=kHz15, 1=kHz30, 2=kHz60, 3=kHz120
initialDLBWPsubcarrierSpacing = 1;
#pdcch-ConfigCommon
initialDLBWPcontrolResourceSetZero = 12;
initialDLBWPsearchSpaceZero = 0;
#uplinkConfigCommon
#frequencyInfoUL
ul_frequencyBand = 78;
#scs-SpecificCarrierList
ul_offstToCarrier = 0;
# subcarrierSpacing
# 0=kHz15, 1=kHz30, 2=kHz60, 3=kHz120
ul_subcarrierSpacing = 1;
ul_carrierBandwidth = 106;
pMax = 20;
#initialUplinkBWP
#genericParameters
initialULBWPlocationAndBandwidth = 28875;
# subcarrierSpacing
# 0=kHz15, 1=kHz30, 2=kHz60, 3=kHz120
initialULBWPsubcarrierSpacing = 1;
#rach-ConfigCommon
#rach-ConfigGeneric
prach_ConfigurationIndex = 98;
#prach_msg1_FDM
#0 = one, 1=two, 2=four, 3=eight
prach_msg1_FDM = 0;
prach_msg1_FrequencyStart = 0;
zeroCorrelationZoneConfig = 13;
preambleReceivedTargetPower = -96;
#preamblTransMax (0...10) = (3,4,5,6,7,8,10,20,50,100,200)
preambleTransMax = 6;
#powerRampingStep
# 0=dB0,1=dB2,2=dB4,3=dB6
powerRampingStep = 1;
#ra_ReponseWindow
#1,2,4,8,10,20,40,80
ra_ResponseWindow = 4;
#ssb_perRACH_OccasionAndCB_PreamblesPerSSB_PR
#1=oneeighth,2=onefourth,3=half,4=one,5=two,6=four,7=eight,8=sixteen
ssb_perRACH_OccasionAndCB_PreamblesPerSSB_PR = 4;
#oneHalf (0..15) 4,8,12,16,...60,64
ssb_perRACH_OccasionAndCB_PreamblesPerSSB = 14;
#ra_ContentionResolutionTimer
#(0..7) 8,16,24,32,40,48,56,64
ra_ContentionResolutionTimer = 7;
rsrp_ThresholdSSB = 19;
#prach-RootSequenceIndex_PR
#1 = 839, 2 = 139
prach_RootSequenceIndex_PR = 2;
prach_RootSequenceIndex = 1;
# SCS for msg1, can only be 15 for 30 kHz < 6 GHz, takes precendence over the one derived from prach-ConfigIndex
#
msg1_SubcarrierSpacing = 1,
# restrictedSetConfig
# 0=unrestricted, 1=restricted type A, 2=restricted type B
restrictedSetConfig = 0,
msg3_DeltaPreamble = 1;
p0_NominalWithGrant =-90;
# pucch-ConfigCommon setup :
# pucchGroupHopping
# 0 = neither, 1= group hopping, 2=sequence hopping
pucchGroupHopping = 0;
hoppingId = 40;
p0_nominal = -90;
# ssb_PositionsInBurs_BitmapPR
# 1=short, 2=medium, 3=long
ssb_PositionsInBurst_PR = 2;
ssb_PositionsInBurst_Bitmap = 1;
# ssb_periodicityServingCell
# 0 = ms5, 1=ms10, 2=ms20, 3=ms40, 4=ms80, 5=ms160, 6=spare2, 7=spare1
ssb_periodicityServingCell = 2;
# dmrs_TypeA_position
# 0 = pos2, 1 = pos3
dmrs_TypeA_Position = 0;
# subcarrierSpacing
# 0=kHz15, 1=kHz30, 2=kHz60, 3=kHz120
subcarrierSpacing = 1;
#tdd-UL-DL-ConfigurationCommon
# subcarrierSpacing
# 0=kHz15, 1=kHz30, 2=kHz60, 3=kHz120
referenceSubcarrierSpacing = 1;
# pattern1
# dl_UL_TransmissionPeriodicity
# 0=ms0p5, 1=ms0p625, 2=ms1, 3=ms1p25, 4=ms2, 5=ms2p5, 6=ms5, 7=ms10
dl_UL_TransmissionPeriodicity = 6;
nrofDownlinkSlots = 7;
nrofDownlinkSymbols = 6;
nrofUplinkSlots = 2;
nrofUplinkSymbols = 4;
ssPBCH_BlockPower = -25;
}
);
# ------- SCTP definitions
SCTP :
{
# Number of streams to use in input/output
SCTP_INSTREAMS = 2;
SCTP_OUTSTREAMS = 2;
};
////////// AMF parameters:
amf_ip_address = ( { ipv4 = "192.168.70.132";
ipv6 = "192:168:30::17";
active = "yes";
preference = "ipv4";
}
);
NETWORK_INTERFACES :
{
GNB_INTERFACE_NAME_FOR_NG_AMF = "eth0";
GNB_IPV4_ADDRESS_FOR_NG_AMF = "192.168.70.150/24";
GNB_INTERFACE_NAME_FOR_NGU = "eth0";
GNB_IPV4_ADDRESS_FOR_NGU = "192.168.70.150/24";
GNB_PORT_FOR_S1U = 2152; # Spec 2152
};
}
);
MACRLCs = (
{
num_cc = 1;
tr_s_preference = "local_L1";
tr_n_preference = "local_RRC";
pusch_TargetSNRx10 = 150;
pucch_TargetSNRx10 = 200;
ulsch_max_frame_inactivity = 0;
ul_max_mcs = 28;
}
);
L1s = (
{
num_cc = 1;
tr_n_preference = "local_mac";
prach_dtx_threshold = 120;
pucch0_dtx_threshold = 100;
ofdm_offset_divisor = 8; #set this to UINT_MAX for offset 0
}
);
RUs = (
{
local_rf = "yes"
nb_tx = 1
nb_rx = 1
att_tx = 12;
att_rx = 12;
bands = [78];
max_pdschReferenceSignalPower = -27;
max_rxgain = 114;
eNB_instances = [0];
#beamforming 1x4 matrix:
bf_weights = [0x00007fff, 0x0000, 0x0000, 0x0000];
clock_src = "internal";
}
);
THREAD_STRUCT = (
{
#three config for level of parallelism "PARALLEL_SINGLE_THREAD", "PARALLEL_RU_L1_SPLIT", or "PARALLEL_RU_L1_TRX_SPLIT"
parallel_config = "PARALLEL_SINGLE_THREAD";
#two option for worker "WORKER_DISABLE" or "WORKER_ENABLE"
worker_config = "WORKER_ENABLE";
}
);
rfsimulator :
{
serveraddr = "server";
serverport = "4043";
options = (); #("saviq"); or/and "chanmod"
modelname = "AWGN";
IQfile = "/tmp/rfsimulator.iqs";
};
security = {
# preferred ciphering algorithms
# the first one of the list that an UE supports in chosen
# valid values: nea0, nea1, nea2, nea3
ciphering_algorithms = ( "nea0" );
# preferred integrity algorithms
# the first one of the list that an UE supports in chosen
# valid values: nia0, nia1, nia2, nia3
integrity_algorithms = ( "nia2", "nia0" );
# setting 'drb_ciphering' to "no" disables ciphering for DRBs, no matter
# what 'ciphering_algorithms' configures; same thing for 'drb_integrity'
drb_ciphering = "yes";
drb_integrity = "no";
};
log_config :
{
global_log_level ="info";
hw_log_level ="info";
phy_log_level ="info";
mac_log_level ="info";
rlc_log_level ="info";
pdcp_log_level ="info";
rrc_log_level ="info";
ngap_log_level ="debug";
f1ap_log_level ="debug";
};

View File

@@ -0,0 +1,268 @@
Active_gNBs = ( "gNB-OAI");
# Asn1_verbosity, choice in: none, info, annoying
Asn1_verbosity = "none";
gNBs =
(
{
////////// Identification parameters:
gNB_ID = 0xe00;
gNB_name = "gNB-OAI";
// Tracking area code, 0x0000 and 0xfffe are reserved values
tracking_area_code = 0x0001;
plmn_list = ({ mcc = 001; mnc = 01; mnc_length = 2; snssaiList = ({ sst = 1; sd = 0x1 }) });
nr_cellid = 12345678L;
////////// Physical parameters:
do_CSIRS = 1;
do_SRS = 1;
servingCellConfigCommon = (
{
#spCellConfigCommon
physCellId = 0;
# downlinkConfigCommon
#frequencyInfoDL
# this is 3600 MHz + 43 PRBs@30kHz SCS (same as initial BWP)
absoluteFrequencySSB = 648672;
dl_frequencyBand = 78;
# this is 3600 MHz
dl_absoluteFrequencyPointA = 640008;
#scs-SpecificCarrierList
dl_offstToCarrier = 0;
# subcarrierSpacing
# 0=kHz15, 1=kHz30, 2=kHz60, 3=kHz120
dl_subcarrierSpacing = 1;
dl_carrierBandwidth = 162;
#initialDownlinkBWP
#genericParameters
# this is RBstart=27,L=48 (275*(L-1))+RBstart
initialDLBWPlocationAndBandwidth = 31624; # 6366 12925 12956 28875 12952
# subcarrierSpacing
# 0=kHz15, 1=kHz30, 2=kHz60, 3=kHz120
initialDLBWPsubcarrierSpacing = 1;
#pdcch-ConfigCommon
initialDLBWPcontrolResourceSetZero = 12;
initialDLBWPsearchSpaceZero = 0;
#uplinkConfigCommon
#frequencyInfoUL
ul_frequencyBand = 78;
#scs-SpecificCarrierList
ul_offstToCarrier = 0;
# subcarrierSpacing
# 0=kHz15, 1=kHz30, 2=kHz60, 3=kHz120
ul_subcarrierSpacing = 1;
ul_carrierBandwidth = 162;
pMax = 30;
#initialUplinkBWP
#genericParameters
initialULBWPlocationAndBandwidth = 31624;
# subcarrierSpacing
# 0=kHz15, 1=kHz30, 2=kHz60, 3=kHz120
initialULBWPsubcarrierSpacing = 1;
#rach-ConfigCommon
#rach-ConfigGeneric
prach_ConfigurationIndex = 98;
#prach_msg1_FDM
#0 = one, 1=two, 2=four, 3=eight
prach_msg1_FDM = 0;
prach_msg1_FrequencyStart = 0;
zeroCorrelationZoneConfig = 12;
preambleReceivedTargetPower = -90;
#preamblTransMax (0...10) = (3,4,5,6,7,8,10,20,50,100,200)
preambleTransMax = 6;
#powerRampingStep
# 0=dB0,1=dB2,2=dB4,3=dB6
powerRampingStep = 1;
#ra_ReponseWindow
#1,2,4,8,10,20,40,80
ra_ResponseWindow = 4;
#ssb_perRACH_OccasionAndCB_PreamblesPerSSB_PR
#1=oneeighth,2=onefourth,3=half,4=one,5=two,6=four,7=eight,8=sixteen
ssb_perRACH_OccasionAndCB_PreamblesPerSSB_PR = 3;
#oneHalf (0..15) 4,8,12,16,...60,64
ssb_perRACH_OccasionAndCB_PreamblesPerSSB = 15;
#ra_ContentionResolutionTimer
#(0..7) 8,16,24,32,40,48,56,64
ra_ContentionResolutionTimer = 7;
rsrp_ThresholdSSB = 19;
#prach-RootSequenceIndex_PR
#1 = 839, 2 = 139
prach_RootSequenceIndex_PR = 2;
prach_RootSequenceIndex = 1;
# SCS for msg1, can only be 15 for 30 kHz < 6 GHz, takes precendence over the one derived from prach-ConfigIndex
#
msg1_SubcarrierSpacing = 1,
# restrictedSetConfig
# 0=unrestricted, 1=restricted type A, 2=restricted type B
restrictedSetConfig = 0,
msg3_DeltaPreamble = 1;
p0_NominalWithGrant =-90;
# pucch-ConfigCommon setup :
# pucchGroupHopping
# 0 = neither, 1= group hopping, 2=sequence hopping
pucchGroupHopping = 0;
hoppingId = 40;
p0_nominal = -90;
# ssb_PositionsInBurs_BitmapPR
# 1=short, 2=medium, 3=long
ssb_PositionsInBurst_PR = 2;
ssb_PositionsInBurst_Bitmap = 1;
# ssb_periodicityServingCell
# 0 = ms5, 1=ms10, 2=ms20, 3=ms40, 4=ms80, 5=ms160, 6=spare2, 7=spare1
ssb_periodicityServingCell = 2;
# dmrs_TypeA_position
# 0 = pos2, 1 = pos3
dmrs_TypeA_Position = 0;
# subcarrierSpacing
# 0=kHz15, 1=kHz30, 2=kHz60, 3=kHz120
subcarrierSpacing = 1;
#tdd-UL-DL-ConfigurationCommon
# subcarrierSpacing
# 0=kHz15, 1=kHz30, 2=kHz60, 3=kHz120
referenceSubcarrierSpacing = 1;
# pattern1
# dl_UL_TransmissionPeriodicity
# 0=ms0p5, 1=ms0p625, 2=ms1, 3=ms1p25, 4=ms2, 5=ms2p5, 6=ms5, 7=ms10
dl_UL_TransmissionPeriodicity = 6;
nrofDownlinkSlots = 6;
nrofDownlinkSymbols = 6;
nrofUplinkSlots = 3;
nrofUplinkSymbols = 6;
ssPBCH_BlockPower = -25;
}
);
# ------- SCTP definitions
SCTP :
{
# Number of streams to use in input/output
SCTP_INSTREAMS = 2;
SCTP_OUTSTREAMS = 2;
};
////////// AMF parameters:
amf_ip_address = ( { ipv4 = "192.168.70.132";
ipv6 = "192:168:30::17";
active = "yes";
preference = "ipv4";
}
);
NETWORK_INTERFACES :
{
GNB_INTERFACE_NAME_FOR_NG_AMF = "eth0";
GNB_IPV4_ADDRESS_FOR_NG_AMF = "192.168.70.150/24";
GNB_INTERFACE_NAME_FOR_NGU = "eth0";
GNB_IPV4_ADDRESS_FOR_NGU = "192.168.70.150/24";
GNB_PORT_FOR_S1U = 2152; # Spec 2152
};
}
);
MACRLCs = (
{
num_cc = 1;
tr_s_preference = "local_L1";
tr_n_preference = "local_RRC";
pusch_TargetSNRx10 = 150;
pucch_TargetSNRx10 = 200;
ulsch_max_frame_inactivity = 0;
ul_max_mcs = 28;
}
);
L1s = (
{
num_cc = 1;
tr_n_preference = "local_mac";
prach_dtx_threshold = 120;
pucch0_dtx_threshold = 150;
ofdm_offset_divisor = 8; #set this to UINT_MAX for offset 0
}
);
RUs = (
{
local_rf = "yes"
nb_tx = 1
nb_rx = 1
att_tx = 0;
att_rx = 0;
bands = [78];
max_pdschReferenceSignalPower = -27;
max_rxgain = 75;
eNB_instances = [0];
#beamforming 1x4 matrix:
bf_weights = [0x00007fff, 0x0000];
clock_src = "internal";
}
);
THREAD_STRUCT = (
{
#three config for level of parallelism "PARALLEL_SINGLE_THREAD", "PARALLEL_RU_L1_SPLIT", or "PARALLEL_RU_L1_TRX_SPLIT"
parallel_config = "PARALLEL_SINGLE_THREAD";
#two option for worker "WORKER_DISABLE" or "WORKER_ENABLE"
worker_config = "WORKER_ENABLE";
}
);
rfsimulator :
{
serveraddr = "server";
serverport = "4043";
options = (); #("saviq"); or/and "chanmod"
modelname = "AWGN";
IQfile = "/tmp/rfsimulator.iqs";
};
security = {
# preferred ciphering algorithms
# the first one of the list that an UE supports in chosen
# valid values: nea0, nea1, nea2, nea3
ciphering_algorithms = ( "nea0" );
# preferred integrity algorithms
# the first one of the list that an UE supports in chosen
# valid values: nia0, nia1, nia2, nia3
integrity_algorithms = ( "nia2", "nia0" );
# setting 'drb_ciphering' to "no" disables ciphering for DRBs, no matter
# what 'ciphering_algorithms' configures; same thing for 'drb_integrity'
drb_ciphering = "yes";
drb_integrity = "no";
};
log_config :
{
global_log_level ="info";
hw_log_level ="info";
phy_log_level ="info";
mac_log_level ="info";
rlc_log_level ="info";
pdcp_log_level ="info";
rrc_log_level ="info";
ngap_log_level ="debug";
f1ap_log_level ="debug";
};

View File

@@ -0,0 +1,278 @@
Active_gNBs = ( "gNB-OAI");
# Asn1_verbosity, choice in: none, info, annoying
Asn1_verbosity = "none";
gNBs =
(
{
////////// Identification parameters:
# gNB_CU_ID = 0xe00;
gNB_ID = 0xe00;
gNB_name = "gNB-OAI";
// Tracking area code, 0x0000 and 0xfffe are reserved values
tracking_area_code = 0x0001;
plmn_list = ({ mcc = 001; mnc = 01; mnc_length = 2; snssaiList = ({sst = 1; sd = 0x1}); });
nr_cellid = 12345678L
////////// Physical parameters:
# do_CSIRS = 1; #adicionado para TEste REMOVER
min_rxtxtime = 5;
do_SRS = 0; #Mudado para 1, depois voltar para 0
force_256qam_off = 0;
pdsch_AntennaPorts_N1 = 1;
pdsch_AntennaPorts_XP = 1;
pusch_AntennaPorts = 1;
pdcch_ConfigSIB1 = (
{
controlResourceSetZero = 12;
searchSpaceZero = 0;
}
);
servingCellConfigCommon = (
{
#spCellConfigCommon
physCellId = 0;
# downlinkConfigCommon
#frequencyInfoDL
dl_frequencyBand = 78;
absoluteFrequencySSB = 648000;
dl_absoluteFrequencyPointA = 646728;
#scs-SpecificCarrierList
dl_offstToCarrier = 0;
# subcarrierSpacing
# 0=kHz15, 1=kHz30, 2=kHz60, 3=kHz120
dl_subcarrierSpacing = 1;
dl_carrierBandwidth = 106;
#initialDownlinkBWP
#genericParameters
# this is RBstart=0,L=106 (275*(L-1))+RBstart
initialDLBWPlocationAndBandwidth = 28875;
# subcarrierSpacing
# 0=kHz15, 1=kHz30, 2=kHz60, 3=kHz120
initialDLBWPsubcarrierSpacing = 1;
#pdcch-ConfigCommon
initialDLBWPcontrolResourceSetZero = 12;
initialDLBWPsearchSpaceZero = 0;
#uplinkConfigCommon
#frequencyInfoUL
ul_frequencyBand = 78;
#scs-SpecificCarrierList
ul_offstToCarrier = 0;
# subcarrierSpacing
# 0=kHz15, 1=kHz30, 2=kHz60, 3=kHz120
ul_subcarrierSpacing = 1;
ul_carrierBandwidth = 106;
pMax = 30;
#initialUplinkBWP
#genericParameters
initialULBWPlocationAndBandwidth = 28875;
# subcarrierSpacing
# 0=kHz15, 1=kHz30, 2=kHz60, 3=kHz120
initialULBWPsubcarrierSpacing = 1;
#rach-ConfigCommon
#rach-ConfigGeneric
prach_ConfigurationIndex = 98;
#prach_msg1_FDM
#0 = one, 1=two, 2=four, 3=eight
prach_msg1_FDM = 0;
prach_msg1_FrequencyStart = 0;
zeroCorrelationZoneConfig = 12;
preambleReceivedTargetPower = -90;
#preamblTransMax (0...10) = (3,4,5,6,7,8,10,20,50,100,200)
preambleTransMax = 6;
#powerRampingStep
# 0=dB0,1=dB2,2=dB4,3=dB6
powerRampingStep = 1;
#ra_ReponseWindow
#1,2,4,8,10,20,40,80
ra_ResponseWindow = 4;
#ssb_perRACH_OccasionAndCB_PreamblesPerSSB_PR
#1=oneeighth,2=onefourth,3=half,4=one,5=two,6=four,7=eight,8=sixteen
ssb_perRACH_OccasionAndCB_PreamblesPerSSB_PR = 3;
#oneHalf (0..15) 4,8,12,16,...60,64
ssb_perRACH_OccasionAndCB_PreamblesPerSSB = 15;
#ra_ContentionResolutionTimer
#(0..7) 8,16,24,32,40,48,56,64
ra_ContentionResolutionTimer = 7;
rsrp_ThresholdSSB = 19;
#prach-RootSequenceIndex_PR
#1 = 839, 2 = 139
prach_RootSequenceIndex_PR = 2;
prach_RootSequenceIndex = 1;
# SCS for msg1, can only be 15 for 30 kHz < 6 GHz, takes precendence over the one derived from prach-ConfigIndex
#
msg1_SubcarrierSpacing = 1,
# restrictedSetConfig
# 0=unrestricted, 1=restricted type A, 2=restricted type B
restrictedSetConfig = 0,
msg3_DeltaPreamble = 1;
p0_NominalWithGrant = -90;
# pucch-ConfigCommon setup :
# pucchGroupHopping
# 0 = neither, 1= group hopping, 2=sequence hopping
pucchGroupHopping = 0;
hoppingId = 40;
p0_nominal = -90;
# ssb_PositionsInBurs_BitmapPR
# 1=short, 2=medium, 3=long
ssb_PositionsInBurst_PR = 2;
ssb_PositionsInBurst_Bitmap = 1;
# ssb_periodicityServingCell
# 0 = ms5, 1=ms10, 2=ms20, 3=ms40, 4=ms80, 5=ms160, 6=spare2, 7=spar e1
ssb_periodicityServingCell = 2;
# dmrs_TypeA_position
# 0 = pos2, 1 = pos3
dmrs_TypeA_Position = 0;
# subcarrierSpacing
# 0=kHz15, 1=kHz30, 2=kHz60, 3=kHz120
subcarrierSpacing = 1;
#tdd-UL-DL-ConfigurationCommon
# subcarrierSpacing
# 0=kHz15, 1=kHz30, 2=kHz60, 3=kHz120
referenceSubcarrierSpacing = 1;
# pattern1
# dl_UL_TransmissionPeriodicity
# 0=ms0p5, 1=ms0p625, 2=ms1, 3=ms1p25, 4=ms2, 5=ms2p5, 6=ms5, 7=ms10
dl_UL_TransmissionPeriodicity = 6;
nrofDownlinkSlots = 6;
nrofDownlinkSymbols = 7;
nrofUplinkSlots = 3;
nrofUplinkSymbols = 6;
ssPBCH_BlockPower = -25;
}
);
# ------- SCTP definitions
SCTP :
{
# Number of streams to use in input/output
SCTP_INSTREAMS = 2;
SCTP_OUTSTREAMS = 2;
};
////////// AMF parameters:
amf_ip_address = ( { ipv4 = "192.168.70.132";
ipv6 = "192:168:30::17";
active = "yes";
preference = "ipv4";
}
);
NETWORK_INTERFACES :
{
GNB_INTERFACE_NAME_FOR_NG_AMF = "eth0";
GNB_IPV4_ADDRESS_FOR_NG_AMF = "192.168.70.150/24";
GNB_INTERFACE_NAME_FOR_NGU = "eth0";
GNB_IPV4_ADDRESS_FOR_NGU = "192.168.70.150/24";
GNB_PORT_FOR_S1U = 2152; # Spec 2152
};
}
);
MACRLCs = (
{
num_cc = 1;
tr_s_preference = "local_L1";
tr_n_preference = "local_RRC";
pusch_TargetSNRx10 = 150;
pucch_TargetSNRx10 = 200;
ulsch_max_frame_inactivity = 0;
ul_max_mcs = 28;
}
);
L1s = (
{
num_cc = 1;
tr_n_preference = "local_mac";
prach_dtx_threshold = 120;
pucch0_dtx_threshold = 150;
# ofdm_offset_divisor = 8; #adicionado
}
);
RUs = (
{
local_rf = "yes";
nb_tx = 1;
nb_rx = 1;
att_tx = 0;
att_rx = 0;
bands = [78];
max_pdschReferenceSignalPower = -27;
max_rxgain = 75;
eNB_instances = [0];
##beamforming 1x2 matrix: 1 layer x 2 antennas
bf_weights = [0x00007fff, 0x0000, 0x0000, 0x0000]; #Adicionado os ultimos
# clock_src = "internal"; #Adicionado REMOVER
# sf_extension = 0 #DEPOIS DESCOMENTAR ALTERADO AQUI
sdr_addrs = "addr=192.168.20.2,clock_source=internal,time_source=internal"
}
);
## ADICIONADO REMOVER
THREAD_STRUCT = (
{
#three config for level of parallelism "PARALLEL_SINGLE_THREAD", "PARALLEL_RU_L1_SPLIT", or "PARALLEL_RU_L1_TRX_SPLIT"
parallel_config = "PARALLEL_SINGLE_THREAD";
#two option for worker "WORKER_DISABLE" or "WORKER_ENABLE"
worker_config = "WORKER_ENABLE";
}
);
## ADICIONADO REMOVER
security = {
# preferred ciphering algorithms
# the first one of the list that an UE supports in chosen
# valid values: nea0, nea1, nea2, nea3
ciphering_algorithms = ( "nea0" );
# preferred integrity algorithms
# the first one of the list that an UE supports in chosen
# valid values: nia0, nia1, nia2, nia3
integrity_algorithms = ( "nia2", "nia0" );
# setting 'drb_ciphering' to "no" disables ciphering for DRBs, no matter
# what 'ciphering_algorithms' configures; same thing for 'drb_integrity'
drb_ciphering = "yes";
drb_integrity = "no";
};
log_config :
{
global_log_level ="info";
hw_log_level ="info";
phy_log_level ="info";
mac_log_level ="info";
rlc_log_level ="info";
pdcp_log_level ="info";
rrc_log_level ="info";
f1ap_log_level ="debug";
gtpu_log_level ="info";
ngap_log_level ="debug"; #adicionado REMOVER
};

View File

@@ -0,0 +1,286 @@
Active_gNBs = ( "gNB-OAI");
# Asn1_verbosity, choice in: none, info, annoying
Asn1_verbosity = "none";
gNBs =
(
{
////////// Identification parameters:
gNB_ID = 0xe00;
gNB_name = "gNB-OAI";
// Tracking area code, 0x0000 and 0xfffe are reserved values
tracking_area_code = 0x0001;
plmn_list = ({ mcc = 001; mnc = 01; mnc_length = 2; snssaiList = ({ sst = 1, sd = 0x1 }) });
nr_cellid = 12345678L
////////// Physical parameters:
# Daqui para baixo foi adicionado conforme as configurações com o prb106
min_rxtxtime = 5; # Alterado, estava 2
min_rxtxtime_pdsch = 5; # Alterado, estava 4
do_SRS = 0; # Alterado, estava 0
do_CSIRS = 1;
force_256qam_off = 0;
pdsch_AntennaPorts_N1 = 1; # Mudei de 1 para 0
pdsch_AntennaPorts_N2 = 1; # adicionado
pdsch_AntennaPorts_XP = 1; # mudei de 1 para 0
pdsch_AntennaPorts = 1;
pusch_AntennaPorts = 1;
pdcch_ConfigSIB1 = (
{
controlResourceSetZero = 12;
searchSpaceZero = 0;
}
);
# Aqui termina a adição do codigo com prb 106
servingCellConfigCommon = (
{
#spCellConfigCommon
physCellId = 0;
# downlinkConfigCommon
#frequencyInfoDL
dl_frequencyBand = 78; #Adicionei conforme o prb106
absoluteFrequencySSB = 648672;
dl_absoluteFrequencyPointA = 646728;
#scs-SpecificCarrierList
dl_offstToCarrier = 0;
# subcarrierSpacing
# 0=kHz15, 1=kHz30, 2=kHz60, 3=kHz120
dl_subcarrierSpacing = 1;
dl_carrierBandwidth = 162;
#initialDownlinkBWP
#genericParameters
# this is RBstart=0,L=106 (275*(L-1))+RBstart
initialDLBWPlocationAndBandwidth = 31624;
# subcarrierSpacing
# 0=kHz15, 1=kHz30, 2=kHz60, 3=kHz120
initialDLBWPsubcarrierSpacing = 1;
#pdcch-ConfigCommon
initialDLBWPcontrolResourceSetZero = 12; #Alterado, estava 11
initialDLBWPsearchSpaceZero = 0;
#uplinkConfigCommon
#frequencyInfoUL
ul_frequencyBand = 78;
#scs-SpecificCarrierList
ul_offstToCarrier = 0;
# subcarrierSpacing
# 0=kHz15, 1=kHz30, 2=kHz60, 3=kHz120
ul_subcarrierSpacing = 1;
ul_carrierBandwidth = 162;
pMax = 30; #Alterado,
#initialUplinkBWP
#genericParameters
initialULBWPlocationAndBandwidth = 31624;
# subcarrierSpacing
# 0=kHz15, 1=kHz30, 2=kHz60, 3=kHz120
initialULBWPsubcarrierSpacing = 1;
#rach-ConfigCommon
#rach-ConfigGeneric
prach_ConfigurationIndex = 98;
#prach_msg1_FDM
#0 = one, 1=two, 2=four, 3=eight
prach_msg1_FDM = 0;
prach_msg1_FrequencyStart = 0;
zeroCorrelationZoneConfig = 12;
preambleReceivedTargetPower = -90;
#preamblTransMax (0...10) = (3,4,5,6,7,8,10,20,50,100,200)
preambleTransMax = 6;
#powerRampingStep
# 0=dB0,1=dB2,2=dB4,3=dB6
powerRampingStep = 1;
#ra_ReponseWindow
#1,2,4,8,10,20,40,80
ra_ResponseWindow = 4;
#ssb_perRACH_OccasionAndCB_PreamblesPerSSB_PR
#1=oneeighth,2=onefourth,3=half,4=one,5=two,6=four,7=eight,8=sixteen
ssb_perRACH_OccasionAndCB_PreamblesPerSSB_PR = 3;
#oneHalf (0..15) 4,8,12,16,...60,64
ssb_perRACH_OccasionAndCB_PreamblesPerSSB = 15;
#ra_ContentionResolutionTimer
#(0..7) 8,16,24,32,40,48,56,64
ra_ContentionResolutionTimer = 7;
rsrp_ThresholdSSB = 19; #Alterado, estava 19
#prach-RootSequenceIndex_PR
#1 = 839, 2 = 139
prach_RootSequenceIndex_PR = 2;
prach_RootSequenceIndex = 1;
# SCS for msg1, can only be 15 for 30 kHz < 6 GHz, takes precendence over the one derived from prach-ConfigIndex
#
msg1_SubcarrierSpacing = 1,
# restrictedSetConfig
# 0=unrestricted, 1=restricted type A, 2=restricted type B
restrictedSetConfig = 0,
msg3_DeltaPreamble = 1;
p0_NominalWithGrant =-90;
# pucch-ConfigCommon setup :
# pucchGroupHopping
# 0 = neither, 1= group hopping, 2=sequence hopping
pucchGroupHopping = 0;
hoppingId = 40;
p0_nominal = -90;
# ssb_PositionsInBurs_BitmapPR
# 1=short, 2=medium, 3=long
ssb_PositionsInBurst_PR = 2;
ssb_PositionsInBurst_Bitmap = 1;
# ssb_periodicityServingCell
# 0 = ms5, 1=ms10, 2=ms20, 3=ms40, 4=ms80, 5=ms160, 6=spare2, 7=spare1
ssb_periodicityServingCell = 2;
# dmrs_TypeA_position
# 0 = pos2, 1 = pos3
dmrs_TypeA_Position = 0;
# subcarrierSpacing
# 0=kHz15, 1=kHz30, 2=kHz60, 3=kHz120
subcarrierSpacing = 1;
#tdd-UL-DL-ConfigurationCommon
# subcarrierSpacing
# 0=kHz15, 1=kHz30, 2=kHz60, 3=kHz120
referenceSubcarrierSpacing = 1;
# pattern1
# dl_UL_TransmissionPeriodicity
# 0=ms0p5, 1=ms0p625, 2=ms1, 3=ms1p25, 4=ms2, 5=ms2p5, 6=ms5, 7=ms10
dl_UL_TransmissionPeriodicity = 6;
nrofDownlinkSlots = 6;
nrofDownlinkSymbols = 7;
nrofUplinkSlots = 3;
nrofUplinkSymbols = 6;
ssPBCH_BlockPower = -25; #Alterado, estava -25
}
);
# ------- SCTP definitions
SCTP :
{
# Number of streams to use in input/output
SCTP_INSTREAMS = 2;
SCTP_OUTSTREAMS = 2;
};
////////// AMF parameters:
amf_ip_address = ( { ipv4 = "192.168.70.132";
ipv6 = "192:168:30::17";
active = "yes";
preference = "ipv4";
}
);
NETWORK_INTERFACES :
{
GNB_INTERFACE_NAME_FOR_NG_AMF = "eth0";
GNB_IPV4_ADDRESS_FOR_NG_AMF = "192.168.70.150/24";
GNB_INTERFACE_NAME_FOR_NGU = "eth0";
GNB_IPV4_ADDRESS_FOR_NGU = "192.168.70.150/24";
GNB_PORT_FOR_S1U = 2152; # Spec 2152
};
}
);
MACRLCs = (
{
num_cc = 1;
tr_s_preference = "local_L1";
tr_n_preference = "local_RRC";
pusch_TargetSNRx10 = 150; # Alterado, estava 150
pucch_TargetSNRx10 = 200; # Alterado, estava 200
ulsch_max_frame_inactivity = 0;
ul_max_mcs = 28; # Adicionado como com o PRB 106
}
);
L1s = (
{
num_cc = 1;
tr_n_preference = "local_mac";
prach_dtx_threshold = 120;
pucch0_dtx_threshold = 150; #Alterado, estava 100
# ofdm_offset_divisor = 8; #Adicionado
}
);
RUs = (
{
local_rf = "yes";
nb_tx = 1;
nb_rx = 1;
att_tx = 0; #Alterado, estava 12
att_rx = 0; #Alterado, estava 12
bands = [78];
max_pdschReferenceSignalPower = -27;
max_rxgain = 75;
eNB_instances = [0];
##beamforming 1x2 matrix: 1 layer x 2 antennas
bf_weights = [0x00007fff, 0x0000];
##beamforming 1x4 matrix: 1 layer x 4 antennas
#bf_weights = [0x00007fff, 0x0000,0x0000, 0x0000];
## beamforming 2x2 matrix:
# bf_weights = [0x00007fff, 0x00000000, 0x00000000, 0x00007fff];
## beamforming 4x4 matrix:
#bf_weights = [0x00007fff, 0x0000, 0x0000, 0x0000, 0x00000000, 0x00007fff, 0x0000, 0x0000, 0x0000, 0x0000, 0x00007fff, 0x0000, 0x0000, 0x0000, 0x0000, 0x00007fff];
#clock_src = "internal"; #Adicionado REMOVER
# sf_extension = 0 #Foi comentado alterar depois
sdr_addrs = "addr=192.168.20.2,clock_source=internal,time_source=internal" # Igual ao PRB106
#sdr_addrs = "mgmt_addr=172.21.19.14,addr=192.168.10.2,second_addr=192.168.20.2,clock_source=internal,time_source=internal" # ORIGINAL, DEPOIS DESCOMENTAR
}
);
THREAD_STRUCT = (
{
#three config for level of parallelism "PARALLEL_SINGLE_THREAD", "PARALLEL_RU_L1_SPLIT", or "PARALLEL_RU_L1_TRX_SPLIT"
parallel_config = "PARALLEL_SINGLE_THREAD";
#two option for worker "WORKER_DISABLE" or "WORKER_ENABLE"
worker_config = "WORKER_ENABLE";
}
);
security = {
# preferred ciphering algorithms
# the first one of the list that an UE supports in chosen
# valid values: nea0, nea1, nea2, nea3
ciphering_algorithms = ( "nea0" );
# preferred integrity algorithms
# the first one of the list that an UE supports in chosen
# valid values: nia0, nia1, nia2, nia3
integrity_algorithms = ( "nia2", "nia0" );
# setting 'drb_ciphering' to "no" disables ciphering for DRBs, no matter
# what 'ciphering_algorithms' configures; same thing for 'drb_integrity'
drb_ciphering = "yes";
drb_integrity = "no";
};
log_config :
{
global_log_level ="info";
hw_log_level ="info";
phy_log_level ="info";
# mac_log_level ="info";
rlc_log_level ="info";
# pdcp_log_level ="info";
# rrc_log_level ="info";
# f1ap_log_level ="info";
# gtpu_log_level ="info"; #adicionado REMOVER
# ngap_log_level ="debug"; #adicionado REMOVER
};

View File

@@ -0,0 +1,284 @@
Active_gNBs = ( "gNB-OAI");
# Asn1_verbosity, choice in: none, info, annoying
Asn1_verbosity = "none";
gNBs =
(
{
////////// Identification parameters:
gNB_ID = 0xe00;
gNB_name = "gNB-OAI";
// Tracking area code, 0x0000 and 0xfffe are reserved values
tracking_area_code = 0x0001;
plmn_list = ({ mcc = 001; mnc = 01; mnc_length = 2; snssaiList = ({ sst = 1; sd = 0x1 }); });
nr_cellid = 12345678L;
////////// Physical parameters:
min_rxtxtime = 4;
#force_256qam_off = 1;
pdsch_AntennaPorts_N1 = 1;
pdsch_AntennaPorts_XP = 1;
pusch_AntennaPorts = 1;
do_CSIRS = 1;
do_SRS = 1;
ul_prbblacklist = "135,136,137,138"
pdcch_ConfigSIB1 = (
{
controlResourceSetZero = 12;
searchSpaceZero = 0;
}
);
servingCellConfigCommon = (
{
# spCellConfigCommon
physCellId = 0;
# downlinkConfigCommon
# frequencyInfoDL
# this is 3900.60 MHz + (134 PRBs + 4 SCs)@30kHz SCS (GSCN: 8158)
dl_frequencyBand = 78;
absoluteFrequencySSB = 650016;
# this is 3700 MHz
dl_absoluteFrequencyPointA = 646728;
# scs-SpecificCarrierList
dl_offstToCarrier = 0;
# 0=kHz15, 1=kHz30, 2=kHz60, 3=kHz120
dl_subcarrierSpacing = 1;
dl_carrierBandwidth = 273;
# initialDownlinkBWP
# genericParameters
initialDLBWPlocationAndBandwidth = 1099;
# subcarrierSpacing
# 0=kHz15, 1=kHz30, 2=kHz60, 3=kHz120
initialDLBWPsubcarrierSpacing = 1;
# pdcch-ConfigCommon
initialDLBWPcontrolResourceSetZero = 12;
initialDLBWPsearchSpaceZero = 0;
# uplinkConfigCommon
# frequencyInfoUL
ul_frequencyBand = 78;
# scs-SpecificCarrierList
ul_offstToCarrier = 0;
# subcarrierSpacing
# 0=kHz15, 1=kHz30, 2=kHz60, 3=kHz120
ul_subcarrierSpacing = 1;
ul_carrierBandwidth = 273;
pMax = 30;
# initialUplinkBWP
# genericParameters
initialULBWPlocationAndBandwidth = 1099;
# subcarrierSpacing
# 0=kHz15, 1=kHz30, 2=kHz60, 3=kHz120
initialULBWPsubcarrierSpacing = 1;
# rach-ConfigCommon
# rach-ConfigGeneric
prach_ConfigurationIndex = 98;
# prach_msg1_FDM
# 0 = one, 1=two, 2=four, 3=eight
prach_msg1_FDM = 0;
prach_msg1_FrequencyStart = 0;
zeroCorrelationZoneConfig = 12;
preambleReceivedTargetPower = -90;
# preamblTransMax (0...10) = (3,4,5,6,7,8,10,20,50,100,200)
preambleTransMax = 6;
# powerRampingStep
# 0=dB0,1=dB2,2=dB4,3=dB6
powerRampingStep = 1;
# ra_ReponseWindow
# 1,2,4,8,10,20,40,80
ra_ResponseWindow = 4;
# ssb_perRACH_OccasionAndCB_PreamblesPerSSB_PR
# 1=oneeighth,2=onefourth,3=half,4=one,5=two,6=four,7=eight,8=sixteen
ssb_perRACH_OccasionAndCB_PreamblesPerSSB_PR = 3;
# oneHalf (0..15) 4,8,12,16,...60,64
ssb_perRACH_OccasionAndCB_PreamblesPerSSB = 15;
# ra_ContentionResolutionTimer
# (0..7) 8,16,24,32,40,48,56,64
ra_ContentionResolutionTimer = 7;
rsrp_ThresholdSSB = 19;
# prach-RootSequenceIndex_PR
# 1 = 839, 2 = 139
prach_RootSequenceIndex_PR = 2;
prach_RootSequenceIndex = 1;
# SCS for msg1, can only be 15 for 30 kHz < 6 GHz, takes precendence over the one derived from prach-ConfigIndex
msg1_SubcarrierSpacing = 1,
# restrictedSetConfig
# 0=unrestricted, 1=restricted type A, 2=restricted type B
restrictedSetConfig = 0,
msg3_DeltaPreamble = 1;
p0_NominalWithGrant =-90;
# pucch-ConfigCommon
# pucchGroupHopping
# 0 = neither, 1= group hopping, 2=sequence hopping
pucchGroupHopping = 0;
hoppingId = 40;
p0_nominal =-90;
# dmrs_TypeA_position
# 0 = pos2, 1 = pos3
dmrs_TypeA_Position = 0;
# subcarrierSpacing
# 0=kHz15, 1=kHz30, 2=kHz60, 3=kHz120
subcarrierSpacing = 1;
# ssb_PositionsInBurs_BitmapPR
# 1=short, 2=medium, 3=long
ssb_PositionsInBurst_PR = 2;
ssb_PositionsInBurst_Bitmap = 1;
# ssb_periodicityServingCell
# 0 = ms5, 1=ms10, 2=ms20, 3=ms40, 4=ms80, 5=ms160, 6=spare2, 7=spare1
ssb_periodicityServingCell = 2;
#tdd-UL-DL-ConfigurationCommon
# subcarrierSpacing
# 0=kHz15, 1=kHz30, 2=kHz60, 3=kHz120
referenceSubcarrierSpacing = 1;
# pattern1
# dl_UL_TransmissionPeriodicity
# 0=ms0p5, 1=ms0p625, 2=ms1, 3=ms1p25, 4=ms2, 5=ms2p5, 6=ms5, 7=ms10
dl_UL_TransmissionPeriodicity = 6;
nrofDownlinkSlots = 6;
nrofDownlinkSymbols = 7;
nrofUplinkSlots = 3;
nrofUplinkSymbols = 6;
ssPBCH_BlockPower = -25;
}
);
# ------- SCTP definitions
SCTP :
{
# Number of streams to use in input/output
SCTP_INSTREAMS = 2;
SCTP_OUTSTREAMS = 2;
};
////////// AMF parameters:
amf_ip_address = (
{
ipv4 = "192.168.70.132";
ipv6 = "192:168:30::17";
active = "yes";
preference = "ipv4";
}
);
NETWORK_INTERFACES :
{
GNB_INTERFACE_NAME_FOR_NG_AMF = "eth0";
GNB_IPV4_ADDRESS_FOR_NG_AMF = "192.168.70.150/24";
GNB_INTERFACE_NAME_FOR_NGU = "eth0";
GNB_IPV4_ADDRESS_FOR_NGU = "192.168.70.150/24";
GNB_PORT_FOR_S1U = 2152; # Spec 2152
}
}
);
MACRLCs = (
{
num_cc = 1;
tr_s_preference = "local_L1";
tr_n_preference = "local_RRC";
pusch_TargetSNRx10 = 150;
pucch_TargetSNRx10 = 200;
# pusch_FailureThres = 1000;
ulsch_max_frame_inactivity = 0;
ul_max_mcs = 28;
}
);
L1s = (
{
num_cc = 1;
tr_n_preference = "local_mac";
prach_dtx_threshold = 120;
pucch0_dtx_threshold = 80; #150; Mudei 21/06/24 Paulo
# ofdm_offset_divisor = 8; #adicionado
}
);
RUs = (
{
local_rf = "yes";
nb_tx = 1;
nb_rx = 1;
att_tx = 0;
att_rx = 0;
bands = [78];
max_pdschReferenceSignalPower = -27;
max_rxgain = 75;
eNB_instances = [0];
##beamforming 1x2 matrix: 1 layer x 2 antennas
#bf_weights = [0x00007fff, 0x0000];
bf_weights =[0x00007fff , 0x0000];
# clock_src = "internal";
sdr_addrs = "addr=192.168.20.2,clock_source=internal,time_source=internal"
}
);
THREAD_STRUCT = (
{
#three config for level of parallelism "PARALLEL_SINGLE_THREAD", "PARALLEL_RU_L1_SPLIT", or "PARALLEL_RU_L1_TRX_SPLIT"
parallel_config = "PARALLEL_SINGLE_THREAD";
#two option for worker "WORKER_DISABLE" or "WORKER_ENABLE"
worker_config = "WORKER_ENABLE";
}
);
#rfsimulator :
#{
# serveraddr = "server";
# serverport = "4043";
# options = (); #("saviq"); or/and "chanmod"
# modelname = "AWGN";
# IQfile = "/tmp/rfsimulator.iqs";
#};
security = {
# preferred ciphering algorithms
# the first one of the list that an UE supports in chosen
# valid values: nea0, nea1, nea2, nea3
ciphering_algorithms = ( "nea0" );
# preferred integrity algorithms
# the first one of the list that an UE supports in chosen
# valid values: nia0, nia1, nia2, nia3
integrity_algorithms = ( "nia2", "nia0" );
# setting 'drb_ciphering' to "no" disables ciphering for DRBs, no matter
# what 'ciphering_algorithms' configures; same thing for 'drb_integrity'
drb_ciphering = "yes";
drb_integrity = "no";
};
log_config :
{
global_log_level ="info";
hw_log_level ="info";
phy_log_level ="info";
mac_log_level ="info";
rlc_log_level ="info";
pdcp_log_level ="info";
rrc_log_level ="info";
ngap_log_level ="debug";
f1ap_log_level ="debug";
};

View File

@@ -0,0 +1,359 @@
"""
Licensed to the OpenAirInterface (OAI) Software Alliance under one or more
contributor license agreements. See the NOTICE file distributed with
this work for additional information regarding copyright ownership.
The OpenAirInterface Software Alliance licenses this file to You under
the OAI Public License, Version 1.1 (the "License"); you may not use this file
except in compliance with the License.
You may obtain a copy of the License at
http://www.openairinterface.org/?page_id=698
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
------------------------------------------------------------------------------
For more information about the OpenAirInterface (OAI) Software Alliance:
contact@openairinterface.org
------------------------------------------------------------------------------
"""
import yaml
import re
import subprocess
import time
import logging
import argparse
import sys
logging.basicConfig(
level=logging.DEBUG,
stream=sys.stdout,
format="[%(asctime)s] %(name)s:%(levelname)s: %(message)s"
)
# Docker Compose files
MINI_W_NRF = 'docker-compose-mini-nrf.yaml'
MINI_NO_NRF = 'docker-compose-mini-nonrf.yaml'
BASIC_W_NRF = 'docker-compose-basic-nrf.yaml'
BASIC_NO_NRF = 'docker-compose-basic-nonrf.yaml'
BASIC_VPP_W_NRF = 'docker-compose-basic-vpp-nrf.yaml'
BASIC_VPP_NO_NRF = 'docker-compose-basic-vpp-nonrf.yaml'
def _parse_args() -> argparse.Namespace:
"""Parse the command line args
Returns:
argparse.Namespace: the created parser
"""
example_text = '''example:
python3 core-network.py --type start-mini
python3 core-network.py --type start-basic
python3 core-network.py --type start-basic-vpp
python3 core-network.py --type stop-mini
python3 core-network.py --type start-mini --scenario 2
python3 core-network.py --type start-basic --scenario 2'''
parser = argparse.ArgumentParser(description='OAI 5G CORE NETWORK DEPLOY',
epilog=example_text,
formatter_class=argparse.RawDescriptionHelpFormatter)
# 5GCN function TYPE
parser.add_argument(
'--type', '-t',
action='store',
required=True,
choices=['start-mini', 'start-basic', 'start-basic-vpp', 'stop-mini', 'stop-basic', 'stop-basic-vpp'],
help='Functional type of 5g core network ("start-mini"|"start-basic"|"start-basic-vpp"|"stop-mini"|"stop-basic"|"stop-basic-vpp")',
)
# Deployment scenario with NRF/ without NRF
parser.add_argument(
'--scenario', '-s',
action='store',
choices=['1', '2'],
default='1',
help='Scenario with NRF ("1") and without NRF ("2")',
)
# Automatic PCAP capture
parser.add_argument(
'--capture', '-c',
action='store',
help='Add an automatic PCAP capture on docker networks to CAPTURE file',
)
return parser.parse_args()
def deploy(file_name, extra_interface=False):
"""Deploy the containers using the docker-compose template
Returns:
None
"""
logging.debug('\033[0;34m Starting 5gcn components... Please wait\033[0m....')
# The assumption is that all services described in docker-compose files
# have explicit or built-in health checks.
cmd = f'docker compose -f {file_name} config --services | wc -l'
res = run_cmd(cmd, True)
ct = int(res)
if args.capture is None:
# When no capture, just deploy all at once.
cmd = f'docker compose -f {file_name} up -d'
res = run_cmd(cmd, False)
else:
# First just deploy mysql container, all docker networks will be up.
cmd = f'docker compose -f {file_name} up -d mysql'
res = run_cmd(cmd, False)
if res is None:
exit(f'\033[0;31m Incorrect/Unsupported executing command {cmd}')
print(res)
# Then we can start the capture on the "demo-oai" interface.
# When we undeploy, the process will terminate automatically.
# Explanation of the capture filter:
# - On all containers but oai-ext-dn
# * `not arp` --> NO ARP packets
# * `not port 53` --> NO DNS requests from any container
# * `not port 2152` --> When running w/ OAI RF simulator, remove all GTP packets
# - On oai-ext-dn container
# * `icmp` --> Only ping packets
cmd = f'nohup sudo tshark -i demo-oai -f "(not host 192.168.70.135 and not arp and not port 53 and not port 2152) or (host 192.168.70.135 and icmp)" -w {args.capture} > /dev/null 2>&1 &'
if extra_interface:
cmd = re.sub('-i demo-oai', '-i demo-oai -i cn5g-core', cmd)
cmd = re.sub('70', '73', cmd)
res = run_cmd(cmd, False)
if res is None:
exit(f'\033[0;31m Incorrect/Unsupported executing command {cmd}')
cmd = f'sleep 20; sudo chmod 666 {args.capture}'
run_cmd(cmd)
# Finally deploy the rest of the network functions.
cmd = f'docker compose -f {file_name} up -d'
res = run_cmd(cmd, False)
# sometimes first try does not go through
if args.capture is not None:
cmd = f'sudo chmod 666 {args.capture}'
run_cmd(cmd)
if res is None:
exit(f'\033[0;31m Incorrect/Unsupported executing command {cmd}')
print(res)
logging.debug('\033[0;32m OAI 5G Core network started, checking the health status of the containers... takes few secs\033[0m....')
notSilentForFirstTime = False
for x in range(50):
cmd = f'docker compose -f {file_name} ps -a'
res = run_cmd(cmd, notSilentForFirstTime)
notSilentForFirstTime = True
if res is None:
exit(f'\033[0;31m Incorrect/Unsupported executing command "{cmd}"')
time.sleep(2)
cnt = res.count('(healthy)')
if cnt == ct:
logging.debug('\033[0;32m All components are healthy, please see below for more details\033[0m....')
print(res)
break
if cnt != ct:
logging.error('\033[0;31m Core network is un-healthy, please see below for more details\033[0m....')
print(res)
exit(-1)
time.sleep(10)
check_config(file_name)
def undeploy(file_name):
"""UnDeploy the docker container
Returns:
None
"""
logging.debug('\033[0;34m UnDeploying OAI 5G core components\033[0m....')
cmd = f'docker compose -f {file_name} down -t 0'
res = run_cmd(cmd, False)
if res is None:
exit(f'\033[0;31m Incorrect/Unsupported executing command {cmd}')
print(res)
cmd = f'docker volume prune -f'
run_cmd(cmd, True)
logging.debug('\033[0;32m OAI 5G core components are UnDeployed\033[0m....')
def check_config(file_name):
"""Checks the container configurations
Returns:
None
"""
logging.debug('\033[0;34m Checking if the containers are configured\033[0m....')
# With NRF configuration check
if args.scenario == '1':
logging.debug('\033[0;34m Checking if AMF, SMF and UPF registered with nrf core network\033[0m....')
cmd = 'curl -s -X GET http://192.168.70.130/nnrf-nfm/v1/nf-instances?nf-type="AMF" | grep -o "192.168.70.132"'
amf_registration_nrf = run_cmd(cmd, False)
if amf_registration_nrf is not None:
print(amf_registration_nrf)
cmd = 'curl -s -X GET http://192.168.70.130/nnrf-nfm/v1/nf-instances?nf-type="SMF" | grep -o "192.168.70.133"'
smf_registration_nrf = run_cmd(cmd, False)
if smf_registration_nrf is not None:
print(smf_registration_nrf)
if file_name == BASIC_VPP_W_NRF:
cmd = 'curl -s -X GET http://192.168.70.130/nnrf-nfm/v1/nf-instances?nf-type="UPF" | grep -o "192.168.70.201"'
else:
cmd = 'curl -s -X GET http://192.168.70.130/nnrf-nfm/v1/nf-instances?nf-type="UPF" | grep -o "192.168.70.134"'
upf_registration_nrf = run_cmd(cmd, False)
if upf_registration_nrf is not None:
print(upf_registration_nrf)
if file_name == BASIC_VPP_W_NRF or file_name == BASIC_W_NRF:
logging.debug('\033[0;34m Checking if AUSF, UDM and UDR registered with nrf core network\033[0m....')
cmd = 'curl -s -X GET http://192.168.70.130/nnrf-nfm/v1/nf-instances?nf-type="AUSF" | grep -o "192.168.70.138"'
ausf_registration_nrf = run_cmd(cmd, False)
if ausf_registration_nrf is not None:
print(ausf_registration_nrf)
cmd = 'curl -s -X GET http://192.168.70.130/nnrf-nfm/v1/nf-instances?nf-type="UDM" | grep -o "192.168.70.137"'
udm_registration_nrf = run_cmd(cmd, False)
if udm_registration_nrf is not None:
print(udm_registration_nrf)
cmd = 'curl -s -X GET http://192.168.70.130/nnrf-nfm/v1/nf-instances?nf-type="UDR" | grep -o "192.168.70.136"'
udr_registration_nrf = run_cmd(cmd, False)
if udr_registration_nrf is not None:
print(udr_registration_nrf)
else:
ausf_registration_nrf = True
udm_registration_nrf = True
udr_registration_nrf = True
if amf_registration_nrf is None or smf_registration_nrf is None or upf_registration_nrf is None or \
ausf_registration_nrf is None or udm_registration_nrf is None or udr_registration_nrf is None:
logging.error('\033[0;31m Registration problem with NRF, check the reason manually\033[0m....')
else:
if file_name == BASIC_VPP_W_NRF or file_name == BASIC_W_NRF:
logging.debug('\033[0;32m AUSF, UDM, UDR, AMF, SMF and UPF are registered to NRF\033[0m....')
else:
logging.debug('\033[0;32m AMF, SMF and UPF are registered to NRF\033[0m....')
if file_name == BASIC_VPP_W_NRF:
logging.debug('\033[0;34m Checking if SMF is able to connect with UPF\033[0m....')
cmd1 = 'docker logs oai-smf 2>&1 | grep "Received N4 ASSOCIATION SETUP RESPONSE from an UPF"'
cmd2 = 'docker logs oai-smf 2>&1 | grep "Node ID Type FQDN: vpp-upf"'
upf_logs1 = run_cmd(cmd1)
upf_logs2 = run_cmd(cmd2)
if upf_logs1 is None or upf_logs2 is None:
logging.error('\033[0;31m UPF did not answer to N4 Association request from SMF\033[0m....')
exit(-1)
else:
logging.debug('\033[0;32m UPF did answer to N4 Association request from SMF\033[0m....')
cmd1 = 'docker logs oai-smf 2>&1 | grep "PFCP HEARTBEAT PROCEDURE"'
upf_logs1 = run_cmd(cmd1)
if upf_logs1 is None:
logging.error('\033[0;31m SMF is NOT receiving heartbeats from UPF\033[0m....')
exit(-1)
else:
logging.debug('\033[0;32m SMF is receiving heartbeats from UPF\033[0m....')
elif file_name == BASIC_W_NRF:
logging.debug('\033[0;34m Checking if SMF is able to connect with UPF\033[0m....')
cmd1 = 'docker logs oai-smf 2>&1 | grep "Received N4 ASSOCIATION SETUP RESPONSE from an UPF"'
cmd2 = 'docker logs oai-smf 2>&1 | grep "Node ID Type FQDN: oai-spgwu"'
upf_logs1 = run_cmd(cmd1)
upf_logs2 = run_cmd(cmd2)
if upf_logs1 is None or upf_logs2 is None:
logging.error('\033[0;31m UPF did not answer to N4 Association request from SMF\033[0m....')
exit(-1)
else:
logging.debug('\033[0;32m UPF did answer to N4 Association request from SMF\033[0m....')
cmd1 = 'docker logs oai-smf 2>&1 | grep "PFCP HEARTBEAT PROCEDURE"'
upf_logs1 = run_cmd(cmd1)
if upf_logs1 is None:
logging.error('\033[0;31m SMF is NOT receiving heartbeats from UPF\033[0m....')
exit(-1)
else:
logging.debug('\033[0;32m SMF is receiving heartbeats from UPF\033[0m....')
else:
logging.debug('\033[0;34m Checking if SMF is able to connect with UPF\033[0m....')
cmd1 = 'docker logs oai-spgwu 2>&1 | grep "Received SX HEARTBEAT RESPONSE"'
cmd2 = 'docker logs oai-spgwu 2>&1 | grep "Received SX HEARTBEAT REQUEST"'
upf_logs1 = run_cmd(cmd1)
upf_logs2 = run_cmd(cmd2)
if upf_logs1 is None and upf_logs2 is None:
logging.error('\033[0;31m UPF is NOT receiving heartbeats from SMF\033[0m....')
exit(-1)
else:
logging.debug('\033[0;32m UPF is receiving heartbeats from SMF\033[0m....')
# With noNRF configuration checks
elif args.scenario == '2':
logging.debug('\033[0;34m Checking if SMF is able to connect with UPF\033[0m....')
if file_name == BASIC_VPP_NO_NRF:
cmd1 = 'docker logs oai-smf 2>&1 | grep "Received N4 ASSOCIATION SETUP RESPONSE from an UPF"'
cmd2 = 'docker logs oai-smf 2>&1 | grep "Node ID Type FQDN: gw1"'
upf_logs1 = run_cmd(cmd1)
upf_logs2 = run_cmd(cmd2)
if upf_logs1 is None or upf_logs2 is None:
logging.error('\033[0;31m UPF did not answer to N4 Association request from SMF\033[0m....')
exit(-1)
else:
logging.debug('\033[0;32m UPF did answer to N4 Association request from SMF\033[0m....')
status = 0
for x in range(4):
cmd = "docker logs oai-smf 2>&1 | grep 'handle_receive(16 bytes)'"
res = run_cmd(cmd)
if res is None:
logging.error('\033[0;31m UPF is NOT receiving heartbeats from SMF, re-trying\033[0m....')
else:
status += 1
if status > 2:
logging.debug('\033[0;32m UPF is receiving heartbeats from SMF\033[0m....')
logging.debug('\033[0;32m OAI 5G Core network is configured and healthy\033[0m....')
def run_cmd(cmd, silent=True):
if not silent:
logging.debug(cmd)
result = None
try:
res = subprocess.run(cmd,
shell=True, check=True,
stdout=subprocess.PIPE,
universal_newlines=True)
result = res.stdout.strip()
except:
pass
return result
if __name__ == '__main__':
# Parse the arguments to get the deployment instruction
args = _parse_args()
if args.type == 'start-mini':
# Mini function with NRF
if args.scenario == '1':
deploy(MINI_W_NRF)
# Mini function without NRF
elif args.scenario == '2':
deploy(MINI_NO_NRF)
elif args.type == 'start-basic':
# Basic function with NRF
if args.scenario == '1':
deploy(BASIC_W_NRF)
# Basic function without NRF
elif args.scenario == '2':
#deploy(BASIC_NO_NRF)
logging.error('Basic deployments without NRF are no longer supported')
sys.exit(-1)
elif args.type == 'start-basic-vpp':
# Basic function with NRF and VPP-UPF
if args.scenario == '1':
deploy(BASIC_VPP_W_NRF, True)
# Basic function without NRF but with VPP-UPF
elif args.scenario == '2':
#deploy(BASIC_VPP_NO_NRF, True)
logging.error('Basic deployments without NRF are no longer supported')
sys.exit(-1)
elif args.type == 'stop-mini':
if args.scenario == '1':
undeploy(MINI_W_NRF)
elif args.scenario == '2':
undeploy(MINI_NO_NRF)
elif args.type == 'stop-basic':
if args.scenario == '1':
undeploy(BASIC_W_NRF)
elif args.scenario == '2':
undeploy(BASIC_NO_NRF)
elif args.type == 'stop-basic-vpp':
if args.scenario == '1':
undeploy(BASIC_VPP_W_NRF)
elif args.scenario == '2':
undeploy(BASIC_VPP_NO_NRF)

View File

@@ -0,0 +1,363 @@
-- phpMyAdmin SQL Dump
-- version 5.1.0
-- https://www.phpmyadmin.net/
--
-- Host: 172.16.200.10:3306
-- Generation Time: Mar 22, 2021 at 10:31 AM
-- Server version: 5.7.33
-- PHP Version: 7.4.15
SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";
START TRANSACTION;
SET time_zone = "+00:00";
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
/*!40101 SET NAMES utf8mb4 */;
--
-- Database: `oai_db`
--
-- --------------------------------------------------------
--
-- Table structure for table `AccessAndMobilitySubscriptionData`
--
CREATE TABLE `AccessAndMobilitySubscriptionData` (
`ueid` varchar(15) NOT NULL,
`servingPlmnid` varchar(15) NOT NULL,
`supportedFeatures` varchar(50) DEFAULT NULL,
`gpsis` json DEFAULT NULL,
`internalGroupIds` json DEFAULT NULL,
`sharedVnGroupDataIds` json DEFAULT NULL,
`subscribedUeAmbr` json DEFAULT NULL,
`nssai` json DEFAULT NULL,
`ratRestrictions` json DEFAULT NULL,
`forbiddenAreas` json DEFAULT NULL,
`serviceAreaRestriction` json DEFAULT NULL,
`coreNetworkTypeRestrictions` json DEFAULT NULL,
`rfspIndex` int(10) DEFAULT NULL,
`subsRegTimer` int(10) DEFAULT NULL,
`ueUsageType` int(10) DEFAULT NULL,
`mpsPriority` tinyint(1) DEFAULT NULL,
`mcsPriority` tinyint(1) DEFAULT NULL,
`activeTime` int(10) DEFAULT NULL,
`sorInfo` json DEFAULT NULL,
`sorInfoExpectInd` tinyint(1) DEFAULT NULL,
`sorafRetrieval` tinyint(1) DEFAULT NULL,
`sorUpdateIndicatorList` json DEFAULT NULL,
`upuInfo` json DEFAULT NULL,
`micoAllowed` tinyint(1) DEFAULT NULL,
`sharedAmDataIds` json DEFAULT NULL,
`odbPacketServices` json DEFAULT NULL,
`serviceGapTime` int(10) DEFAULT NULL,
`mdtUserConsent` json DEFAULT NULL,
`mdtConfiguration` json DEFAULT NULL,
`traceData` json DEFAULT NULL,
`cagData` json DEFAULT NULL,
`stnSr` varchar(50) DEFAULT NULL,
`cMsisdn` varchar(50) DEFAULT NULL,
`nbIoTUePriority` int(10) DEFAULT NULL,
`nssaiInclusionAllowed` tinyint(1) DEFAULT NULL,
`rgWirelineCharacteristics` varchar(50) DEFAULT NULL,
`ecRestrictionDataWb` json DEFAULT NULL,
`ecRestrictionDataNb` tinyint(1) DEFAULT NULL,
`expectedUeBehaviourList` json DEFAULT NULL,
`primaryRatRestrictions` json DEFAULT NULL,
`secondaryRatRestrictions` json DEFAULT NULL,
`edrxParametersList` json DEFAULT NULL,
`ptwParametersList` json DEFAULT NULL,
`iabOperationAllowed` tinyint(1) DEFAULT NULL,
`wirelineForbiddenAreas` json DEFAULT NULL,
`wirelineServiceAreaRestriction` json DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
-- --------------------------------------------------------
--
-- Table structure for table `Amf3GppAccessRegistration`
--
CREATE TABLE `Amf3GppAccessRegistration` (
`ueid` varchar(15) NOT NULL,
`amfInstanceId` varchar(50) NOT NULL,
`supportedFeatures` varchar(50) DEFAULT NULL,
`purgeFlag` tinyint(1) DEFAULT NULL,
`pei` varchar(50) DEFAULT NULL,
`imsVoPs` json DEFAULT NULL,
`deregCallbackUri` varchar(50) NOT NULL,
`amfServiceNameDereg` json DEFAULT NULL,
`pcscfRestorationCallbackUri` varchar(50) DEFAULT NULL,
`amfServiceNamePcscfRest` json DEFAULT NULL,
`initialRegistrationInd` tinyint(1) DEFAULT NULL,
`guami` json NOT NULL,
`backupAmfInfo` json DEFAULT NULL,
`drFlag` tinyint(1) DEFAULT NULL,
`ratType` json NOT NULL,
`urrpIndicator` tinyint(1) DEFAULT NULL,
`amfEeSubscriptionId` varchar(50) DEFAULT NULL,
`epsInterworkingInfo` json DEFAULT NULL,
`ueSrvccCapability` tinyint(1) DEFAULT NULL,
`registrationTime` varchar(50) DEFAULT NULL,
`vgmlcAddress` json DEFAULT NULL,
`contextInfo` json DEFAULT NULL,
`noEeSubscriptionInd` tinyint(1) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
-- --------------------------------------------------------
--
-- Table structure for table `AuthenticationStatus`
--
CREATE TABLE `AuthenticationStatus` (
`ueid` varchar(20) NOT NULL,
`nfInstanceId` varchar(50) NOT NULL,
`success` tinyint(1) NOT NULL,
`timeStamp` varchar(50) NOT NULL,
`authType` varchar(25) NOT NULL,
`servingNetworkName` varchar(50) NOT NULL,
`authRemovalInd` tinyint(1) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
-- --------------------------------------------------------
--
-- Table structure for table `AuthenticationSubscription`
--
CREATE TABLE `AuthenticationSubscription` (
`ueid` varchar(20) NOT NULL,
`authenticationMethod` varchar(25) NOT NULL,
`encPermanentKey` varchar(50) DEFAULT NULL,
`protectionParameterId` varchar(50) DEFAULT NULL,
`sequenceNumber` json DEFAULT NULL,
`authenticationManagementField` varchar(50) DEFAULT NULL,
`algorithmId` varchar(50) DEFAULT NULL,
`encOpcKey` varchar(50) DEFAULT NULL,
`encTopcKey` varchar(50) DEFAULT NULL,
`vectorGenerationInHss` tinyint(1) DEFAULT NULL,
`n5gcAuthMethod` varchar(15) DEFAULT NULL,
`rgAuthenticationInd` tinyint(1) DEFAULT NULL,
`supi` varchar(20) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
--
-- Dumping data for table `AuthenticationSubscription`
--
INSERT INTO `AuthenticationSubscription` (`ueid`, `authenticationMethod`, `encPermanentKey`, `protectionParameterId`, `sequenceNumber`, `authenticationManagementField`, `algorithmId`, `encOpcKey`, `encTopcKey`, `vectorGenerationInHss`, `n5gcAuthMethod`, `rgAuthenticationInd`, `supi`) VALUES
('001010000000001', '5G_AKA', 'fec86ba6eb707ed08905757b1bb44b8f', 'fec86ba6eb707ed08905757b1bb44b8f', '{\"sqn\": \"000000000000\", \"sqnScheme\": \"NON_TIME_BASED\", \"lastIndexes\": {\"ausf\": 0}}', '8000', 'milenage', 'C42449363BBAD02B66D16BC975D77CC1', NULL, NULL, NULL, NULL, '001010000000001');
INSERT INTO `AuthenticationSubscription` (`ueid`, `authenticationMethod`, `encPermanentKey`, `protectionParameterId`, `sequenceNumber`, `authenticationManagementField`, `algorithmId`, `encOpcKey`, `encTopcKey`, `vectorGenerationInHss`, `n5gcAuthMethod`, `rgAuthenticationInd`, `supi`) VALUES
('001010000000002', '5G_AKA', 'fec86ba6eb707ed08905757b1bb44b8f', 'fec86ba6eb707ed08905757b1bb44b8f', '{\"sqn\": \"000000000000\", \"sqnScheme\": \"NON_TIME_BASED\", \"lastIndexes\": {\"ausf\": 0}}', '8000', 'milenage', 'C42449363BBAD02B66D16BC975D77CC1', NULL, NULL, NULL, NULL, '001010000000002');
INSERT INTO `AuthenticationSubscription` (`ueid`, `authenticationMethod`, `encPermanentKey`, `protectionParameterId`, `sequenceNumber`, `authenticationManagementField`, `algorithmId`, `encOpcKey`, `encTopcKey`, `vectorGenerationInHss`, `n5gcAuthMethod`, `rgAuthenticationInd`, `supi`) VALUES
('001010000000003', '5G_AKA', 'fec86ba6eb707ed08905757b1bb44b8f', 'fec86ba6eb707ed08905757b1bb44b8f', '{\"sqn\": \"000000000000\", \"sqnScheme\": \"NON_TIME_BASED\", \"lastIndexes\": {\"ausf\": 0}}', '8000', 'milenage', 'C42449363BBAD02B66D16BC975D77CC1', NULL, NULL, NULL, NULL, '001010000000003');
INSERT INTO `AuthenticationSubscription` (`ueid`, `authenticationMethod`, `encPermanentKey`, `protectionParameterId`, `sequenceNumber`, `authenticationManagementField`, `algorithmId`, `encOpcKey`, `encTopcKey`, `vectorGenerationInHss`, `n5gcAuthMethod`, `rgAuthenticationInd`, `supi`) VALUES
('001010000068280', '5G_AKA', 'fec86ba6eb707ed08905757b1bb44b8f', 'fec86ba6eb707ed08905757b1bb44b8f', '{\"sqn\": \"000000000000\", \"sqnScheme\": \"NON_TIME_BASED\", \"lastIndexes\": {\"ausf\": 0}}', '8000', 'milenage', 'C42449363BBAD02B66D16BC975D77CC1', NULL, NULL, NULL, NULL, '001010000068280');
INSERT INTO `AuthenticationSubscription` (`ueid`, `authenticationMethod`, `encPermanentKey`, `protectionParameterId`, `sequenceNumber`, `authenticationManagementField`, `algorithmId`, `encOpcKey`, `encTopcKey`, `vectorGenerationInHss`, `n5gcAuthMethod`, `rgAuthenticationInd`, `supi`) VALUES
('001010000068285', '5G_AKA', 'fec86ba6eb707ed08905757b1bb44b8f', 'fec86ba6eb707ed08905757b1bb44b8f', '{\"sqn\": \"000000000000\", \"sqnScheme\": \"NON_TIME_BASED\", \"lastIndexes\": {\"ausf\": 0}}', '8000', 'milenage', 'C42449363BBAD02B66D16BC975D77CC1', NULL, NULL, NULL, NULL, '001010000068285');
INSERT INTO `AuthenticationSubscription` (`ueid`, `authenticationMethod`, `encPermanentKey`, `protectionParameterId`, `sequenceNumber`, `authenticationManagementField`, `algorithmId`, `encOpcKey`, `encTopcKey`, `vectorGenerationInHss`, `n5gcAuthMethod`, `rgAuthenticationInd`, `supi`) VALUES
('001010000068286', '5G_AKA', 'fec86ba6eb707ed08905757b1bb44b8f', 'fec86ba6eb707ed08905757b1bb44b8f', '{\"sqn\": \"000000000000\", \"sqnScheme\": \"NON_TIME_BASED\", \"lastIndexes\": {\"ausf\": 0}}', '8000', 'milenage', 'C42449363BBAD02B66D16BC975D77CC1', NULL, NULL, NULL, NULL, '001010000068286');
INSERT INTO `AuthenticationSubscription` (`ueid`, `authenticationMethod`, `encPermanentKey`, `protectionParameterId`, `sequenceNumber`, `authenticationManagementField`, `algorithmId`, `encOpcKey`, `encTopcKey`, `vectorGenerationInHss`, `n5gcAuthMethod`, `rgAuthenticationInd`, `supi`) VALUES
('001010000068287', '5G_AKA', 'fec86ba6eb707ed08905757b1bb44b8f', 'fec86ba6eb707ed08905757b1bb44b8f', '{\"sqn\": \"000000000000\", \"sqnScheme\": \"NON_TIME_BASED\", \"lastIndexes\": {\"ausf\": 0}}', '8000', 'milenage', 'C42449363BBAD02B66D16BC975D77CC1', NULL, NULL, NULL, NULL, '001010000068287');
INSERT INTO `AuthenticationSubscription` (`ueid`, `authenticationMethod`, `encPermanentKey`, `protectionParameterId`, `sequenceNumber`, `authenticationManagementField`, `algorithmId`, `encOpcKey`, `encTopcKey`, `vectorGenerationInHss`, `n5gcAuthMethod`, `rgAuthenticationInd`, `supi`) VALUES
('001010000068288', '5G_AKA', 'fec86ba6eb707ed08905757b1bb44b8f', 'fec86ba6eb707ed08905757b1bb44b8f', '{\"sqn\": \"000000000000\", \"sqnScheme\": \"NON_TIME_BASED\", \"lastIndexes\": {\"ausf\": 0}}', '8000', 'milenage', 'C42449363BBAD02B66D16BC975D77CC1', NULL, NULL, NULL, NULL, '001010000068288');
INSERT INTO `AuthenticationSubscription` (`ueid`, `authenticationMethod`, `encPermanentKey`, `protectionParameterId`, `sequenceNumber`, `authenticationManagementField`, `algorithmId`, `encOpcKey`, `encTopcKey`, `vectorGenerationInHss`, `n5gcAuthMethod`, `rgAuthenticationInd`, `supi`) VALUES
('001010000068289', '5G_AKA', 'fec86ba6eb707ed08905757b1bb44b8f', 'fec86ba6eb707ed08905757b1bb44b8f', '{\"sqn\": \"000000000000\", \"sqnScheme\": \"NON_TIME_BASED\", \"lastIndexes\": {\"ausf\": 0}}', '8000', 'milenage', 'C42449363BBAD02B66D16BC975D77CC1', NULL, NULL, NULL, NULL, '001010000068289');
INSERT INTO `AuthenticationSubscription` (`ueid`, `authenticationMethod`, `encPermanentKey`, `protectionParameterId`, `sequenceNumber`, `authenticationManagementField`, `algorithmId`, `encOpcKey`, `encTopcKey`, `vectorGenerationInHss`, `n5gcAuthMethod`, `rgAuthenticationInd`, `supi`) VALUES
('001010000068299', '5G_AKA', 'fec86ba6eb707ed08905757b1bb44b8f', 'fec86ba6eb707ed08905757b1bb44b8f', '{\"sqn\": \"000000000000\", \"sqnScheme\": \"NON_TIME_BASED\", \"lastIndexes\": {\"ausf\": 0}}', '8000', 'milenage', 'C42449363BBAD02B66D16BC975D77CC1', NULL, NULL, NULL, NULL, '001010000068299');
INSERT INTO `AuthenticationSubscription` (`ueid`, `authenticationMethod`, `encPermanentKey`, `protectionParameterId`, `sequenceNumber`, `authenticationManagementField`, `algorithmId`, `encOpcKey`, `encTopcKey`, `vectorGenerationInHss`, `n5gcAuthMethod`, `rgAuthenticationInd`, `supi`) VALUES
('001010000068300', '5G_AKA', 'fec86ba6eb707ed08905757b1bb44b8f', 'fec86ba6eb707ed08905757b1bb44b8f', '{\"sqn\": \"000000000000\", \"sqnScheme\": \"NON_TIME_BASED\", \"lastIndexes\": {\"ausf\": 0}}', '8000', 'milenage', 'C42449363BBAD02B66D16BC975D77CC1', NULL, NULL, NULL, NULL, '001010000068300');
INSERT INTO `AuthenticationSubscription` (`ueid`, `authenticationMethod`, `encPermanentKey`, `protectionParameterId`, `sequenceNumber`, `authenticationManagementField`, `algorithmId`, `encOpcKey`, `encTopcKey`, `vectorGenerationInHss`, `n5gcAuthMethod`, `rgAuthenticationInd`, `supi`) VALUES
('001010000068307', '5G_AKA', 'fec86ba6eb707ed08905757b1bb44b8f', 'fec86ba6eb707ed08905757b1bb44b8f', '{\"sqn\": \"000000000000\", \"sqnScheme\": \"NON_TIME_BASED\", \"lastIndexes\": {\"ausf\": 0}}', '8000', 'milenage', 'C42449363BBAD02B66D16BC975D77CC1', NULL, NULL, NULL, NULL, '001010000068307');
INSERT INTO `AuthenticationSubscription` (`ueid`, `authenticationMethod`, `encPermanentKey`, `protectionParameterId`, `sequenceNumber`, `authenticationManagementField`, `algorithmId`, `encOpcKey`, `encTopcKey`, `vectorGenerationInHss`, `n5gcAuthMethod`, `rgAuthenticationInd`, `supi`) VALUES
('001010000068309', '5G_AKA', 'fec86ba6eb707ed08905757b1bb44b8f', 'fec86ba6eb707ed08905757b1bb44b8f', '{\"sqn\": \"000000000000\", \"sqnScheme\": \"NON_TIME_BASED\", \"lastIndexes\": {\"ausf\": 0}}', '8000', 'milenage', 'C42449363BBAD02B66D16BC975D77CC1', NULL, NULL, NULL, NULL, '001010000068309');
-- --------------------------------------------------------
--
-- Table structure for table `SdmSubscriptions`
--
CREATE TABLE `SdmSubscriptions` (
`ueid` varchar(15) NOT NULL,
`subsId` int(10) UNSIGNED NOT NULL,
`nfInstanceId` varchar(50) NOT NULL,
`implicitUnsubscribe` tinyint(1) DEFAULT NULL,
`expires` varchar(50) DEFAULT NULL,
`callbackReference` varchar(50) NOT NULL,
`amfServiceName` json DEFAULT NULL,
`monitoredResourceUris` json NOT NULL,
`singleNssai` json DEFAULT NULL,
`dnn` varchar(50) DEFAULT NULL,
`subscriptionId` varchar(50) DEFAULT NULL,
`plmnId` json DEFAULT NULL,
`immediateReport` tinyint(1) DEFAULT NULL,
`report` json DEFAULT NULL,
`supportedFeatures` varchar(50) DEFAULT NULL,
`contextInfo` json DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
-- --------------------------------------------------------
--
-- Table structure for table `SessionManagementSubscriptionData`
--
CREATE TABLE `SessionManagementSubscriptionData` (
`ueid` varchar(15) NOT NULL,
`servingPlmnid` varchar(15) NOT NULL,
`singleNssai` json NOT NULL,
`dnnConfigurations` json DEFAULT NULL,
`internalGroupIds` json DEFAULT NULL,
`sharedVnGroupDataIds` json DEFAULT NULL,
`sharedDnnConfigurationsId` varchar(50) DEFAULT NULL,
`odbPacketServices` json DEFAULT NULL,
`traceData` json DEFAULT NULL,
`sharedTraceDataId` varchar(50) DEFAULT NULL,
`expectedUeBehavioursList` json DEFAULT NULL,
`suggestedPacketNumDlList` json DEFAULT NULL,
`3gppChargingCharacteristics` varchar(50) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
--
-- Dumping data for table `SessionManagementSubscriptionData`
--
INSERT INTO `SessionManagementSubscriptionData` (`ueid`, `servingPlmnid`, `singleNssai`, `dnnConfigurations`) VALUES
('001010000000001', '00101', '{\"sst\": 1, \"sd\": \"1\"}','{\"oai\":{\"pduSessionTypes\":{ \"defaultSessionType\": \"IPV4\"},\"sscModes\": {\"defaultSscMode\": \"SSC_MODE_1\"},\"5gQosProfile\": {\"5qi\": 6,\"arp\":{\"priorityLevel\": 1,\"preemptCap\": \"NOT_PREEMPT\",\"preemptVuln\":\"NOT_PREEMPTABLE\"},\"priorityLevel\":1},\"sessionAmbr\":{\"uplink\":\"10000Mbps\", \"downlink\":\"10000Mbps\"},\"staticIpAddress\":[{\"ipv4Addr\": \"12.1.1.2\"}]}}');
INSERT INTO `SessionManagementSubscriptionData` (`ueid`, `servingPlmnid`, `singleNssai`, `dnnConfigurations`) VALUES
('001010000000002', '00101', '{\"sst\": 1, \"sd\": \"1\"}','{\"oai\":{\"pduSessionTypes\":{ \"defaultSessionType\": \"IPV4\"},\"sscModes\": {\"defaultSscMode\": \"SSC_MODE_1\"},\"5gQosProfile\": {\"5qi\": 6,\"arp\":{\"priorityLevel\": 1,\"preemptCap\": \"NOT_PREEMPT\",\"preemptVuln\":\"NOT_PREEMPTABLE\"},\"priorityLevel\":1},\"sessionAmbr\":{\"uplink\":\"10000Mbps\", \"downlink\":\"10000Mbps\"},\"staticIpAddress\":[{\"ipv4Addr\": \"12.1.1.3\"}]}}');
INSERT INTO `SessionManagementSubscriptionData` (`ueid`, `servingPlmnid`, `singleNssai`, `dnnConfigurations`) VALUES
('001010000000003', '00101', '{\"sst\": 1, \"sd\": \"1\"}','{\"oai\":{\"pduSessionTypes\":{ \"defaultSessionType\": \"IPV4\"},\"sscModes\": {\"defaultSscMode\": \"SSC_MODE_1\"},\"5gQosProfile\": {\"5qi\": 6,\"arp\":{\"priorityLevel\": 1,\"preemptCap\": \"NOT_PREEMPT\",\"preemptVuln\":\"NOT_PREEMPTABLE\"},\"priorityLevel\":1},\"sessionAmbr\":{\"uplink\":\"10000Mbps\", \"downlink\":\"10000Mbps\"},\"staticIpAddress\":[{\"ipv4Addr\": \"12.1.1.4\"}]}}');
INSERT INTO `SessionManagementSubscriptionData` (`ueid`, `servingPlmnid`, `singleNssai`, `dnnConfigurations`) VALUES
('001010000068280', '00101', '{\"sst\": 1, \"sd\": \"1\"}','{\"oai\":{\"pduSessionTypes\":{ \"defaultSessionType\": \"IPV4\"},\"sscModes\": {\"defaultSscMode\": \"SSC_MODE_1\"},\"5gQosProfile\": {\"5qi\": 6,\"arp\":{\"priorityLevel\": 1,\"preemptCap\": \"NOT_PREEMPT\",\"preemptVuln\":\"NOT_PREEMPTABLE\"},\"priorityLevel\":1},\"sessionAmbr\":{\"uplink\":\"10000Mbps\", \"downlink\":\"10000Mbps\"},\"staticIpAddress\":[{\"ipv4Addr\": \"12.1.1.5\"}]}}');
INSERT INTO `SessionManagementSubscriptionData` (`ueid`, `servingPlmnid`, `singleNssai`, `dnnConfigurations`) VALUES
('001010000068285', '00101', '{\"sst\": 1, \"sd\": \"1\"}','{\"oai\":{\"pduSessionTypes\":{ \"defaultSessionType\": \"IPV4\"},\"sscModes\": {\"defaultSscMode\": \"SSC_MODE_1\"},\"5gQosProfile\": {\"5qi\": 6,\"arp\":{\"priorityLevel\": 1,\"preemptCap\": \"NOT_PREEMPT\",\"preemptVuln\":\"NOT_PREEMPTABLE\"},\"priorityLevel\":1},\"sessionAmbr\":{\"uplink\":\"10000Mbps\", \"downlink\":\"10000Mbps\"},\"staticIpAddress\":[{\"ipv4Addr\": \"12.1.1.6\"}]}}');
INSERT INTO `SessionManagementSubscriptionData` (`ueid`, `servingPlmnid`, `singleNssai`, `dnnConfigurations`) VALUES
('001010000068286', '00101', '{\"sst\": 1, \"sd\": \"1\"}','{\"oai\":{\"pduSessionTypes\":{ \"defaultSessionType\": \"IPV4\"},\"sscModes\": {\"defaultSscMode\": \"SSC_MODE_1\"},\"5gQosProfile\": {\"5qi\": 6,\"arp\":{\"priorityLevel\": 1,\"preemptCap\": \"NOT_PREEMPT\",\"preemptVuln\":\"NOT_PREEMPTABLE\"},\"priorityLevel\":1},\"sessionAmbr\":{\"uplink\":\"10000Mbps\", \"downlink\":\"10000Mbps\"},\"staticIpAddress\":[{\"ipv4Addr\": \"12.1.1.7\"}]}}');
INSERT INTO `SessionManagementSubscriptionData` (`ueid`, `servingPlmnid`, `singleNssai`, `dnnConfigurations`) VALUES
('001010000068287', '00101', '{\"sst\": 1, \"sd\": \"1\"}','{\"oai\":{\"pduSessionTypes\":{ \"defaultSessionType\": \"IPV4\"},\"sscModes\": {\"defaultSscMode\": \"SSC_MODE_1\"},\"5gQosProfile\": {\"5qi\": 6,\"arp\":{\"priorityLevel\": 1,\"preemptCap\": \"NOT_PREEMPT\",\"preemptVuln\":\"NOT_PREEMPTABLE\"},\"priorityLevel\":1},\"sessionAmbr\":{\"uplink\":\"10000Mbps\", \"downlink\":\"10000Mbps\"},\"staticIpAddress\":[{\"ipv4Addr\": \"12.1.1.8\"}]}}');
INSERT INTO `SessionManagementSubscriptionData` (`ueid`, `servingPlmnid`, `singleNssai`, `dnnConfigurations`) VALUES
('001010000068288', '00101', '{\"sst\": 1, \"sd\": \"1\"}','{\"oai\":{\"pduSessionTypes\":{ \"defaultSessionType\": \"IPV4\"},\"sscModes\": {\"defaultSscMode\": \"SSC_MODE_1\"},\"5gQosProfile\": {\"5qi\": 6,\"arp\":{\"priorityLevel\": 1,\"preemptCap\": \"NOT_PREEMPT\",\"preemptVuln\":\"NOT_PREEMPTABLE\"},\"priorityLevel\":1},\"sessionAmbr\":{\"uplink\":\"10000Mbps\", \"downlink\":\"10000Mbps\"},\"staticIpAddress\":[{\"ipv4Addr\": \"12.1.1.9\"}]}}');
INSERT INTO `SessionManagementSubscriptionData` (`ueid`, `servingPlmnid`, `singleNssai`, `dnnConfigurations`) VALUES
('001010000068289', '00101', '{\"sst\": 1, \"sd\": \"1\"}','{\"oai\":{\"pduSessionTypes\":{ \"defaultSessionType\": \"IPV4\"},\"sscModes\": {\"defaultSscMode\": \"SSC_MODE_1\"},\"5gQosProfile\": {\"5qi\": 6,\"arp\":{\"priorityLevel\": 1,\"preemptCap\": \"NOT_PREEMPT\",\"preemptVuln\":\"NOT_PREEMPTABLE\"},\"priorityLevel\":1},\"sessionAmbr\":{\"uplink\":\"10000Mbps\", \"downlink\":\"10000Mbps\"},\"staticIpAddress\":[{\"ipv4Addr\": \"12.1.1.10\"}]}}');
INSERT INTO `SessionManagementSubscriptionData` (`ueid`, `servingPlmnid`, `singleNssai`, `dnnConfigurations`) VALUES
('001010000068299', '00101', '{\"sst\": 1, \"sd\": \"1\"}','{\"oai\":{\"pduSessionTypes\":{ \"defaultSessionType\": \"IPV4\"},\"sscModes\": {\"defaultSscMode\": \"SSC_MODE_1\"},\"5gQosProfile\": {\"5qi\": 6,\"arp\":{\"priorityLevel\": 1,\"preemptCap\": \"NOT_PREEMPT\",\"preemptVuln\":\"NOT_PREEMPTABLE\"},\"priorityLevel\":1},\"sessionAmbr\":{\"uplink\":\"10000Mbps\", \"downlink\":\"10000Mbps\"},\"staticIpAddress\":[{\"ipv4Addr\": \"12.1.1.11\"}]}}');
INSERT INTO `SessionManagementSubscriptionData` (`ueid`, `servingPlmnid`, `singleNssai`, `dnnConfigurations`) VALUES
('001010000068300', '00101', '{\"sst\": 1, \"sd\": \"1\"}','{\"oai\":{\"pduSessionTypes\":{ \"defaultSessionType\": \"IPV4\"},\"sscModes\": {\"defaultSscMode\": \"SSC_MODE_1\"},\"5gQosProfile\": {\"5qi\": 6,\"arp\":{\"priorityLevel\": 1,\"preemptCap\": \"NOT_PREEMPT\",\"preemptVuln\":\"NOT_PREEMPTABLE\"},\"priorityLevel\":1},\"sessionAmbr\":{\"uplink\":\"10000Mbps\", \"downlink\":\"10000Mbps\"},\"staticIpAddress\":[{\"ipv4Addr\": \"12.1.1.12\"}]}}');
INSERT INTO `SessionManagementSubscriptionData` (`ueid`, `servingPlmnid`, `singleNssai`, `dnnConfigurations`) VALUES
('001010000068307', '00101', '{\"sst\": 1, \"sd\": \"1\"}','{\"oai\":{\"pduSessionTypes\":{ \"defaultSessionType\": \"IPV4\"},\"sscModes\": {\"defaultSscMode\": \"SSC_MODE_1\"},\"5gQosProfile\": {\"5qi\": 6,\"arp\":{\"priorityLevel\": 1,\"preemptCap\": \"NOT_PREEMPT\",\"preemptVuln\":\"NOT_PREEMPTABLE\"},\"priorityLevel\":1},\"sessionAmbr\":{\"uplink\":\"10000Mbps\", \"downlink\":\"10000Mbps\"},\"staticIpAddress\":[{\"ipv4Addr\": \"12.1.1.13\"}]}}');
INSERT INTO `SessionManagementSubscriptionData` (`ueid`, `servingPlmnid`, `singleNssai`, `dnnConfigurations`) VALUES
('001010000068309', '00101', '{\"sst\": 1, \"sd\": \"1\"}','{\"oai\":{\"pduSessionTypes\":{ \"defaultSessionType\": \"IPV4\"},\"sscModes\": {\"defaultSscMode\": \"SSC_MODE_1\"},\"5gQosProfile\": {\"5qi\": 6,\"arp\":{\"priorityLevel\": 1,\"preemptCap\": \"NOT_PREEMPT\",\"preemptVuln\":\"NOT_PREEMPTABLE\"},\"priorityLevel\":1},\"sessionAmbr\":{\"uplink\":\"10000Mbps\", \"downlink\":\"10000Mbps\"},\"staticIpAddress\":[{\"ipv4Addr\": \"12.1.1.14\"}]}}');
-- --------------------------------------------------------
--
-- Table structure for table `SmfRegistrations`
--
CREATE TABLE `SmfRegistrations` (
`ueid` varchar(15) NOT NULL,
`subpduSessionId` int(10) NOT NULL,
`smfInstanceId` varchar(50) NOT NULL,
`smfSetId` varchar(50) DEFAULT NULL,
`supportedFeatures` varchar(50) DEFAULT NULL,
`pduSessionId` int(10) NOT NULL,
`singleNssai` json NOT NULL,
`dnn` varchar(50) DEFAULT NULL,
`emergencyServices` tinyint(1) DEFAULT NULL,
`pcscfRestorationCallbackUri` varchar(50) DEFAULT NULL,
`plmnId` json NOT NULL,
`pgwFqdn` varchar(50) DEFAULT NULL,
`epdgInd` tinyint(1) DEFAULT NULL,
`deregCallbackUri` varchar(50) DEFAULT NULL,
`registrationReason` json DEFAULT NULL,
`registrationTime` varchar(50) DEFAULT NULL,
`contextInfo` json DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
-- --------------------------------------------------------
--
-- Table structure for table `SmfSelectionSubscriptionData`
--
CREATE TABLE `SmfSelectionSubscriptionData` (
`ueid` varchar(15) NOT NULL,
`servingPlmnid` varchar(15) NOT NULL,
`supportedFeatures` varchar(50) DEFAULT NULL,
`subscribedSnssaiInfos` json DEFAULT NULL,
`sharedSnssaiInfosId` varchar(50) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
--
-- Indexes for dumped tables
--
--
-- Indexes for table `AccessAndMobilitySubscriptionData`
--
ALTER TABLE `AccessAndMobilitySubscriptionData`
ADD PRIMARY KEY (`ueid`,`servingPlmnid`) USING BTREE;
--
-- Indexes for table `Amf3GppAccessRegistration`
--
ALTER TABLE `Amf3GppAccessRegistration`
ADD PRIMARY KEY (`ueid`);
--
-- Indexes for table `AuthenticationStatus`
--
ALTER TABLE `AuthenticationStatus`
ADD PRIMARY KEY (`ueid`);
--
-- Indexes for table `AuthenticationSubscription`
--
ALTER TABLE `AuthenticationSubscription`
ADD PRIMARY KEY (`ueid`);
--
-- Indexes for table `SdmSubscriptions`
--
ALTER TABLE `SdmSubscriptions`
ADD PRIMARY KEY (`subsId`,`ueid`) USING BTREE;
--
-- Indexes for table `SessionManagementSubscriptionData`
--
ALTER TABLE `SessionManagementSubscriptionData`
ADD PRIMARY KEY (`ueid`,`servingPlmnid`) USING BTREE;
--
-- Indexes for table `SmfRegistrations`
--
ALTER TABLE `SmfRegistrations`
ADD PRIMARY KEY (`ueid`,`subpduSessionId`) USING BTREE;
--
-- Indexes for table `SmfSelectionSubscriptionData`
--
ALTER TABLE `SmfSelectionSubscriptionData`
ADD PRIMARY KEY (`ueid`,`servingPlmnid`) USING BTREE;
--
-- AUTO_INCREMENT for dumped tables
--
--
-- AUTO_INCREMENT for table `SdmSubscriptions`
--
ALTER TABLE `SdmSubscriptions`
MODIFY `subsId` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;
COMMIT;
/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;

View File

@@ -0,0 +1,346 @@
version: '3.8'
services:
mysql:
container_name: "mysql"
image: mysql:5.7
volumes:
- ./database/oai_db.sql:/docker-entrypoint-initdb.d/oai_db.sql
- ./healthscripts/mysql-healthcheck2.sh:/tmp/mysql-healthcheck.sh
environment:
- TZ=Europe/Paris
- MYSQL_DATABASE=oai_db
- MYSQL_USER=test
- MYSQL_PASSWORD=test
- MYSQL_ROOT_PASSWORD=linux
healthcheck:
test: /bin/bash -c "/tmp/mysql-healthcheck.sh"
interval: 10s
timeout: 5s
retries: 5
networks:
public_net:
ipv4_address: 192.168.70.131
oai-udr:
container_name: "oai-udr"
image: oai-udr:v1.5.0
environment:
- TZ=Europe/Paris
- INSTANCE=0
- PID_DIRECTORY=/var/run
- UDR_NAME=OAI_UDR
- UDR_INTERFACE_NAME_FOR_NUDR=eth0
- UDR_INTERFACE_PORT_FOR_NUDR=80
- UDR_INTERFACE_HTTP2_PORT_FOR_NUDR=8080
- USE_HTTP2=no
- UDR_API_VERSION=v1
- MYSQL_IPV4_ADDRESS=192.168.70.131
- MYSQL_USER=test
- MYSQL_PASS=test
- DB_CONNECTION_TIMEOUT=300 # Reset the connection to the DB after expiring the timeout (in second) currently can't be changed
- MYSQL_DB=oai_db
- WAIT_MYSQL=120
- USE_FQDN_DNS=yes
- REGISTER_NRF=yes
- NRF_IPV4_ADDRESS=192.168.70.130
- NRF_PORT=80
- NRF_API_VERSION=v1
- NRF_FQDN=oai-nrf
depends_on:
- mysql
- oai-nrf
networks:
public_net:
ipv4_address: 192.168.70.136
oai-udm:
container_name: "oai-udm"
image: oai-udm:v1.5.0
environment:
- TZ=Europe/Paris
- INSTANCE=0
- PID_DIRECTORY=/var/run
- UDM_NAME=OAI_UDM
- SBI_IF_NAME=eth0
- SBI_PORT=80
- SBI_HTTP2_PORT=8080
- USE_HTTP2=no
- UDM_VERSION_NB=v1
- USE_FQDN_DNS=yes
- UDR_IP_ADDRESS=192.168.70.136
- UDR_PORT=80
- UDR_VERSION_NB=v1
- UDR_FQDN=oai-udr
- REGISTER_NRF=yes
- NRF_IPV4_ADDRESS=192.168.70.130
- NRF_PORT=80
- NRF_API_VERSION=v1
- NRF_FQDN=oai-nrf
depends_on:
- oai-udr
networks:
public_net:
ipv4_address: 192.168.70.137
oai-ausf:
container_name: "oai-ausf"
image: oai-ausf:v1.5.0
environment:
- TZ=Europe/Paris
- INSTANCE_ID=0
- PID_DIR=/var/run
- AUSF_NAME=OAI_AUSF
- SBI_IF_NAME=eth0
- SBI_PORT=80
- USE_HTTP2=no
- SBI_HTTP2_PORT=8080
- USE_FQDN_DNS=yes
- UDM_IP_ADDRESS=192.168.70.137
- UDM_PORT=80
- UDM_VERSION_NB=v1
- UDM_FQDN=oai-udm
- REGISTER_NRF=yes
- NRF_IPV4_ADDRESS=192.168.70.130
- NRF_PORT=80
- NRF_API_VERSION=v1
- NRF_FQDN=oai-nrf
depends_on:
- oai-udm
networks:
public_net:
ipv4_address: 192.168.70.138
oai-nrf:
container_name: "oai-nrf"
image: oai-nrf:v1.5.0
environment:
- TZ=Europe/Paris
- NRF_INTERFACE_NAME_FOR_SBI=eth0
- NRF_INTERFACE_PORT_FOR_SBI=80
- NRF_INTERFACE_HTTP2_PORT_FOR_SBI=8080
- NRF_API_VERSION=v1
- INSTANCE=0
- PID_DIRECTORY=/var/run
networks:
public_net:
ipv4_address: 192.168.70.130
oai-amf:
container_name: "oai-amf"
image: oai-amf:v1.5.0
environment:
- TZ=Europe/paris
- INSTANCE=0
- PID_DIRECTORY=/var/run
- MCC=001
- MNC=01
- REGION_ID=128
- AMF_SET_ID=1
- SERVED_GUAMI_MCC_0=001
- SERVED_GUAMI_MNC_0=01
- SERVED_GUAMI_REGION_ID_0=128
- SERVED_GUAMI_AMF_SET_ID_0=1
- SERVED_GUAMI_MCC_1=460
- SERVED_GUAMI_MNC_1=11
- SERVED_GUAMI_REGION_ID_1=10
- SERVED_GUAMI_AMF_SET_ID_1=1
- PLMN_SUPPORT_MCC=001
- PLMN_SUPPORT_MNC=01
- PLMN_SUPPORT_TAC=0x0001
- SST_0=1
- SD_0=0x1
- SST_1=1
- SD_1=0x2
- SST_2=1
- SD_2=0x3
- AMF_INTERFACE_NAME_FOR_NGAP=eth0
- AMF_INTERFACE_NAME_FOR_N11=eth0
- SMF_INSTANCE_ID_0=1
- SMF_FQDN_0=oai-smf
- SMF_IPV4_ADDR_0=192.168.70.133
- SMF_HTTP_VERSION_0=v1
- SELECTED_0=true
- SMF_INSTANCE_ID_1=2
- SMF_FQDN_1=oai-smf
- SMF_IPV4_ADDR_1=0.0.0.0
- SMF_HTTP_VERSION_1=v1
- SELECTED_1=false
- MYSQL_SERVER=192.168.70.131
- MYSQL_USER=root
- MYSQL_PASS=linux
- MYSQL_DB=oai_db
- OPERATOR_KEY=1006020f0a478bf6b699f15c062e42b3
- NRF_IPV4_ADDRESS=192.168.70.130
- NRF_PORT=80
- EXTERNAL_NRF=no
- NF_REGISTRATION=yes
- SMF_SELECTION=yes
- USE_FQDN_DNS=yes
- EXTERNAL_AUSF=yes
- EXTERNAL_UDM=no
- EXTERNAL_NSSF=no
- USE_HTTP2=no
- NRF_API_VERSION=v1
- NRF_FQDN=oai-nrf
- AUSF_IPV4_ADDRESS=192.168.70.138
- AUSF_PORT=80
- AUSF_API_VERSION=v1
- AUSF_FQDN=oai-ausf
- UDM_IPV4_ADDRESS=192.168.70.137
- UDM_PORT=80
- UDM_API_VERSION=v2
- UDM_FQDN=oai-udm
- INT_ALGO_LIST=["NIA1", "NIA2"]
- CIPH_ALGO_LIST=["NEA0", "NEA2"]
depends_on:
- mysql
- oai-nrf
- oai-ausf
networks:
public_net:
ipv4_address: 192.168.70.132
oai-smf:
container_name: "oai-smf"
image: oai-smf:v1.5.0
environment:
- TZ=Europe/Paris
- INSTANCE=0
- PID_DIRECTORY=/var/run
- SMF_INTERFACE_NAME_FOR_N4=eth0
- SMF_INTERFACE_NAME_FOR_SBI=eth0
- SMF_INTERFACE_PORT_FOR_SBI=80
- SMF_INTERFACE_HTTP2_PORT_FOR_SBI=9090
- SMF_API_VERSION=v1
- DEFAULT_DNS_IPV4_ADDRESS=8.8.8.8
- DEFAULT_DNS_SEC_IPV4_ADDRESS=4.4.4.4
- AMF_IPV4_ADDRESS=192.168.70.132
- AMF_PORT=80
- AMF_API_VERSION=v1
- AMF_FQDN=oai-amf
- UDM_IPV4_ADDRESS=192.168.70.137
- UDM_PORT=80
- UDM_API_VERSION=v2
- UDM_FQDN=oai-udm
- UPF_IPV4_ADDRESS=192.168.70.134
- UPF_FQDN_0=oai-spgwu
- NRF_IPV4_ADDRESS=192.168.70.130
- NRF_PORT=80
- NRF_API_VERSION=v1
- USE_LOCAL_SUBSCRIPTION_INFO=yes #Set to yes if SMF uses local subscription information instead of from an UDM
- USE_NETWORK_INSTANCE=no #Set yes if network instance is to be used for given UPF
- NRF_FQDN=oai-nrf
- REGISTER_NRF=yes
- DISCOVER_UPF=yes
- USE_FQDN_DNS=yes
- HTTP_VERSION=1 # Default: 1
- UE_MTU=1500
- DNN_NI0=oai
- TYPE0=IPv4
- DNN_RANGE0=12.1.1.2 - 12.1.1.253
- NSSAI_SST0=1
- NSSAI_SD0=0x1
- SESSION_AMBR_UL0=10000Mbps
- SESSION_AMBR_DL0=10000Mbps
- DNN_NI1=oai2
- TYPE1=IPv4
- DNN_RANGE1=12.1.2.2 - 12.1.2.253
- NSSAI_SST1=1
- NSSAI_SD1=0x2
- SESSION_AMBR_UL1=10000Mbps
- SESSION_AMBR_DL1=10000Mbps
- DNN_NI2=oai3
- TYPE2=IPv4
- DNN_RANGE2=12.1.3.2 - 12.1.3.253
- NSSAI_SST2=1
- NSSAI_SD2=0x3
- SESSION_AMBR_UL2=10000Mbps
- SESSION_AMBR_DL2=10000Mbps
- DNN_NI3=ims
- TYPE3=IPv4v6
- DNN_RANGE3=14.1.1.2 - 14.1.1.253
- DEFAULT_CSCF_IPV4_ADDRESS=127.0.0.1 # only needed when ims is being used
- ENABLE_USAGE_REPORTING=no # Set yes if UE USAGE REPORTING is to be done at UPF
depends_on:
- oai-nrf
- oai-amf
networks:
public_net:
ipv4_address: 192.168.70.133
oai-spgwu:
container_name: "oai-spgwu"
image: oai-spgwu-tiny:v1.5.0
environment:
- TZ=Europe/Paris
- PID_DIRECTORY=/var/run
- SGW_INTERFACE_NAME_FOR_S1U_S12_S4_UP=eth0
- SGW_INTERFACE_NAME_FOR_SX=eth0
- PGW_INTERFACE_NAME_FOR_SGI=eth0
- NETWORK_UE_NAT_OPTION=yes
- NETWORK_UE_IP=12.1.1.0/24
- SPGWC0_IP_ADDRESS=192.168.70.133
- BYPASS_UL_PFCP_RULES=no
- MCC=001
- MNC=01
- MNC03=001
- TAC=1
- GW_ID=1
- THREAD_S1U_PRIO=80
- S1U_THREADS=8
- THREAD_SX_PRIO=81
- SX_THREADS=1
- THREAD_SGI_PRIO=80
- SGI_THREADS=8
- REALM=openairinterface.org
- ENABLE_5G_FEATURES=yes
- REGISTER_NRF=yes
- USE_FQDN_NRF=yes
- UPF_FQDN_5G=oai-spgwu
- NRF_IPV4_ADDRESS=192.168.70.130
- NRF_PORT=80
- NRF_API_VERSION=v1
- NRF_FQDN=oai-nrf
- NSSAI_SST_0=1
- NSSAI_SD_0=0x1
- DNN_0=oai
- NSSAI_SST_1=1
- NSSAI_SD_1=0x2
- DNN_1=oai2
- NSSAI_SST_2=1
- NSSAI_SD_2=0x3
- DNN_2=oai3
depends_on:
- oai-nrf
- oai-smf
cap_add:
- NET_ADMIN
- SYS_ADMIN
cap_drop:
- ALL
privileged: true
networks:
public_net:
ipv4_address: 192.168.70.134
oai-ext-dn:
image: trf-gen-cn5g:latest
privileged: true
container_name: oai-ext-dn
entrypoint: /bin/bash -c \
"ip route add 12.1.1.0/24 via 192.168.70.134 dev eth0; sleep infinity"
depends_on:
- oai-spgwu
healthcheck:
test: /bin/bash -c "ip r | grep 12.1.1"
interval: 10s
timeout: 5s
retries: 5
networks:
public_net:
ipv4_address: 192.168.70.135
networks:
# public_net:
# external:
# name: demo-oai-public-net
public_net:
driver: bridge
name: nric-net
ipam:
config:
- subnet: 192.168.70.128/26
driver_opts:
com.docker.network.bridge.name: "eth0"
com.docker.network.driver.mtu: 9000

View File

@@ -0,0 +1,46 @@
#!/bin/bash
set -eo pipefail
if [ "$MYSQL_ROOT_PASSWORD" ] && [ -z "$MYSQL_USER" ] && [ -z "$MYSQL_PASSWORD" ]; then
echo >&2 'Healthcheck error: cannot determine root password (and MYSQL_USER and MYSQL_PASSWORD were not set)'
exit 0
fi
host="$(hostname --ip-address || echo '127.0.0.1')"
user="${MYSQL_USER:-root}"
export MYSQL_PWD="${MYSQL_PASSWORD:-$MYSQL_ROOT_PASSWORD}"
args=(
# force mysql to not use the local "mysqld.sock" (test "external" connectivity)
-h"$host"
-u"$user"
--silent
)
STATUS=0
if command -v mysqladmin &> /dev/null; then
if mysqladmin "${args[@]}" ping > /dev/null; then
database_check=$(mysql -u$user -D oai_db --silent -e "SELECT * FROM users;")
if [[ -z $database_check ]]; then
echo "Healthcheck error: oai_db not populated"
STATUS=1
fi
STATUS=0
else
echo "Healthcheck error: Mysql port inactive"
STATUS=1
fi
else
if select="$(echo 'SELECT 1' | mysql "${args[@]}")" && [ "$select" = '1' ]; then
database_check=$(mysql -u$user -D oai_db --silent -e "SELECT * FROM users;")
if [[ -z $database_check ]]; then
echo "Healthcheck error: oai_db not populated"
STATUS=1
fi
STATUS=0
else
echo "Healthcheck error: Mysql port inactive"
STATUS=1
fi
fi
exit $STATUS

View File

@@ -0,0 +1,46 @@
#!/bin/bash
set -eo pipefail
if [ "$MYSQL_ROOT_PASSWORD" ] && [ -z "$MYSQL_USER" ] && [ -z "$MYSQL_PASSWORD" ]; then
echo >&2 'Healthcheck error: cannot determine root password (and MYSQL_USER and MYSQL_PASSWORD were not set)'
exit 0
fi
host="$(hostname --ip-address || echo '127.0.0.1')"
user="${MYSQL_USER:-root}"
export MYSQL_PWD="${MYSQL_PASSWORD:-$MYSQL_ROOT_PASSWORD}"
args=(
# force mysql to not use the local "mysqld.sock" (test "external" connectivity)
-h"$host"
-u"$user"
--silent
)
STATUS=0
if command -v mysqladmin &> /dev/null; then
if mysqladmin "${args[@]}" ping > /dev/null; then
database_check=$(mysql -u$user -D oai_db --silent -e "SELECT * FROM AuthenticationSubscription;")
if [[ -z $database_check ]]; then
echo "Healthcheck error: oai_db not populated"
STATUS=1
fi
STATUS=0
else
echo "Healthcheck error: Mysql port inactive"
STATUS=1
fi
else
if select="$(echo 'SELECT 1' | mysql "${args[@]}")" && [ "$select" = '1' ]; then
database_check=$(mysql -u$user -D oai_db --silent -e "SELECT * FROM AuthenticationSubscription;")
if [[ -z $database_check ]]; then
echo "Healthcheck error: oai_db not populated"
STATUS=1
fi
STATUS=0
else
echo "Healthcheck error: Mysql port inactive"
STATUS=1
fi
fi
exit $STATUS

View File

@@ -0,0 +1,19 @@
#!/bin/bash
# Work directory path is the current directory
WORK_DIR=`pwd`
## Configuration of the packer forwarding
sudo sysctl net.ipv4.conf.all.forwarding=1
sudo iptables -P FORWARD ACCEPT
# sudo sysctl -w net.core.wmem_max=25000000
# sudo sysctl -w net.core.rmem_max=25000000
sudo sysctl -w net.core.wmem_max=33554432
sudo sysctl -w net.core.rmem_max=33554432
sudo sysctl -w net.core.wmem_default=33554432
sudo sysctl -w net.core.rmem_default=33554432
## Start the 5GC
cd $WORK_DIR/core-scripts
sudo python3 core-network.py --type start-basic --scenario 1

View File

@@ -0,0 +1,8 @@
#!/bin/bash
# Work directory path is the current directory
WORK_DIR=`pwd`
## Start the 5GC
cd $WORK_DIR/core-scripts
sudo python3 core-network.py --type stop-basic

View File

@@ -0,0 +1,27 @@
version: '3.8'
services:
oai-gnb:
image: oaisoftwarealliance/oai-gnb:2023.w13
privileged: true
container_name: rfsim5g-oai-gnb
entrypoint: /bin/sh -c "/opt/oai-gnb/bin/uhd_images_downloader.py && /opt/oai-gnb/bin/nr-softmodem -O /opt/oai-gnb/etc/gnb.conf --sa -E --log_config.global_log_options level nocolor time"
networks:
public_net:
ipv4_address: 192.168.70.150
volumes:
- ../conf/b210PRB106.conf:/opt/oai-gnb/etc/gnb.conf
healthcheck:
test: /bin/bash -c "pgrep nr-softmodem"
interval: 10s
timeout: 5s
retries: 5
networks:
public_net:
driver: bridge
name: nric-net
external: true
ipam:
config:
- subnet: 192.168.70.128/26
driver_opts:
com.docker.network.bridge.name: "eth0"

View File

@@ -0,0 +1,27 @@
version: '3.8'
services:
oai-gnb:
image: oaisoftwarealliance/oai-gnb:2023.w13
privileged: true
container_name: rfsim5g-oai-gnb
entrypoint: /bin/sh -c "/opt/oai-gnb/bin/uhd_images_downloader.py && /opt/oai-gnb/bin/nr-softmodem -O /opt/oai-gnb/etc/gnb.conf --sa -E --log_config.global_log_options level nocolor time"
networks:
public_net:
ipv4_address: 192.168.70.150
volumes:
- ../conf/b210PRB162.conf:/opt/oai-gnb/etc/gnb.conf
healthcheck:
test: /bin/bash -c "pgrep nr-softmodem"
interval: 10s
timeout: 5s
retries: 5
networks:
public_net:
driver: bridge
name: nric-net
external: true
ipam:
config:
- subnet: 192.168.70.128/26
driver_opts:
com.docker.network.bridge.name: "eth0"

View File

@@ -0,0 +1,31 @@
version: '3.8'
services:
oai-gnb:
image: oaisoftwarealliance/oai-gnb:v2.0.0 #oai-gnb:latest
privileged: true
networks:
public_net:
ipv4_address: 192.168.70.150
container_name: oai-gnb
environment:
USE_ADDITIONAL_OPTIONS: --sa --tune-offset 20000000 --ue-txgain 50 --ue-rxgain 40 --ue-fo-compensation --log_config.global_log_options level,nocolor,time
volumes:
- ../conf/n310PRB106.conf:/opt/oai-gnb/etc/gnb.conf
healthcheck:
test: /bin/bash -c "pgrep nr-softmodem"
interval: 10s
timeout: 5s
retries: 5
networks:
public_net:
driver: bridge
name: nric-net
external: true
ipam:
config:
- subnet: 192.168.70.128/26
driver_opts:
com.docker.network.bridge.name: "eth0"

View File

@@ -0,0 +1,31 @@
version: '3.8'
services:
oai-gnb:
image: oaisoftwarealliance/oai-gnb:v2.0.0 #oai-gnb:latest
privileged: true
networks:
public_net:
ipv4_address: 192.168.70.150
container_name: oai-gnb
environment:
USE_ADDITIONAL_OPTIONS: --sa --tune-offset 20000000 --ue-txgain 50 --ue-rxgain 40 --ue-fo-compensation --log_config.global_log_options level,nocolor,time
volumes:
- ../conf/n310PRB162.conf:/opt/oai-gnb/etc/gnb.conf
healthcheck:
test: /bin/bash -c "pgrep nr-softmodem"
interval: 10s
timeout: 5s
retries: 5
networks:
public_net:
driver: bridge
name: nric-net
external: true
ipam:
config:
- subnet: 192.168.70.128/26
driver_opts:
com.docker.network.bridge.name: "eth0"

View File

@@ -0,0 +1,31 @@
version: '3.8'
services:
oai-gnb:
image: oaisoftwarealliance/oai-gnb:v2.0.0 #oai-gnb:latest
privileged: true
networks:
public_net:
ipv4_address: 192.168.70.150
container_name: oai-gnb
environment:
USE_ADDITIONAL_OPTIONS: --sa --tune-offset 20000000 --ue-txgain 50 --ue-rxgain 40 --ue-fo-compensation --log_config.global_log_options level,nocolor,time
volumes:
- ../conf/n310PRB273.conf:/opt/oai-gnb/etc/gnb.conf
healthcheck:
test: /bin/bash -c "pgrep nr-softmodem"
interval: 10s
timeout: 5s
retries: 5
networks:
public_net:
driver: bridge
name: nric-net
external: true
ipam:
config:
- subnet: 192.168.70.128/26
driver_opts:
com.docker.network.bridge.name: "eth0"

View File

@@ -0,0 +1,42 @@
# Configuration of User Equipment
This tutorial covers how to use the previously configured SIM Card on the Motorola G50.
### Step 1: Insert the SIM in the UE (Motorola G50)
In this step you must insert the SIM card into your cell phone, so that we can continue with the settings in order to make it possible to connect the device to the gNB.
### Step 2: Configure the UE (Motorola G50)
In this part, you will set the parameters to connect the OAI RAN 5G to the Motorola G50. Therefore, you will create the APN according to the images below. Once this is done, you will need to choose the APN created.
<p align="center"><img src="img/1.png"></br>
Figure 1: step by step to open the APN configuration menu.</p>
:exclamation: **Now you must configure the parameters as shown in the figure below.**
<p align="center"><img src="img/2.png"></br>
Figure 2: configuration parameters.
</p>
### Step 3: Real UE deployment (Motorola G50) (after 5GC and gNB deployment)
In this step, you must disable the smartphone's internet, as shown in the figure below
<p align="center"><img src="img/3.png"></br>
Figure 3: Wi-fi off image.</p>
<p align="center"><img src="img/4.png"></br>
Figure 4: Wi-fi off image.</p>
Now let's disable the "Automatically select network" option, to do this follow the steps shown in figure 8.
<p align="center"><img src="img/5.png"></br>
Figure 5: Disable automatically select network.</p>
After completing the previous step, the smartphone will start searching for new networks. Bearing this in mind, this step may take approximately 5 minutes to identify any available networks.
<p align="center"><img src="img/6.png"></br>
Figure 6: smartphone searching network.</p>
After the search is complete, the smartphone will display a screen similar to figure 10. At this point, you must select the "TEST PLMN 001-01" network and try to establish an internet connection.
<p align="center"><img src="img/7.png"></br>
Figure 7: Available networks.</p>
By following the steps presented in this tutorial, developers will be able to set up a development environment to work with SIM cards on Linux.
more informations: https://www.sysmocom.de/manuals/sysmousim-manual.pdf

Binary file not shown.

After

Width:  |  Height:  |  Size: 489 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 556 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 51 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 330 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 277 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 19 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 90 KiB

View File

@@ -0,0 +1,79 @@
# USRP N310 installation
Before proceeding with the installation, check the following points:
* Connect the USRP N310 into power
* Connect the SFP+ adapter to port SFP+ 0 in USRP N310
* Connect the USRP N310 to port ethernet or an SPF+ port in the PC
## Step 1: Network configuration
By default, the IP addresses of the ports SFP+ 0 and SFP+ 1 of USRP N310 are 192.168.10.2/24 and 192.168.20.2/24, respectively. Moreover, the port SFP+ 0 operates in max gigabit, and the port SFP+ 1 can operate in ten gigabit.
Run the command below to configure the USRP network to the port SFP+ 0:
```bash
sudo ip addr add 192.168.10.1/24 dev <ETHERNET_INTERFACE_NAME>
```
In order to test your connectivity with USRP N310 in the port SFP+ 0, run the command below:
```bash
ping 192.168.10.2
```
## Step 2: Verify UHD library version
On the host PC, run the command below to verify UHD library version:
```bash
uhd_usrp_probe -version
```
That version must be the same of the UHD library version on the USRP N310, then run the commands below to access the USRP N310 and verify the UHD library version:
```bash
ssh root@192.168.10.2
uhd_usrp_probe -version
```
If the UHD library version is the same on the host PC and the USRP, the installation is complete. If the versions are different, proceed to the next steps to update the version on the USRP.
# Updating the USRP libuhd (optional)
## Step 1: Download the USRP image
On the host PC, run the command below:
```bash
sudo uhd_images_downloader -t mender -t n3xx --yes
```
## Step 2: Send UHD image file to USRP
When the download is complete, check the destination location, as in the image below:
![image](img/uhd-image-update.png)
Next, go to directory of downloaded file (in this case /usr/share/uhd/images) and run the command below to send the UHD image file to the USRP:
```bash
scp <image_file> root@192.168.10.2:~
```
## Step 3: Install the new version of the UHD library
Run the commands below to access the USRP and install the new version of the UHD library:
```bash
ssh root@192.168.10.2
mender -f -rootfs usrp_n3xx_fs.mender install
```
## Step 4: Reboot USRP
Run the command below:
```bash
reboot
```
After reboot, run the command below to save changes:
```bash
mender --commit
```
# More information about USRP N310
* To shutdown the USRP, use the command `init 0`
* Features and test with OpenAirInterface: [OAI Reference Architecture for 5G and 6G Research with USRP - Ettus Knowledge Base](https://kb.ettus.com/OAI_Reference_Architecture_for_5G_and_6G_Research_with_USRP)

Binary file not shown.

After

Width:  |  Height:  |  Size: 60 KiB

View File

@@ -0,0 +1,70 @@
# Performance Mode
## General Instructions
This module consists of changing your desktop power mode to perfomance mode. The main goal of this configuration is to enable OAI use all the desktop's resources needed without restrictions.
Based on: [OpenAirKernelMainSetup · Wiki · oai / openairinterface5G · GitLab (eurecom.fr)](https://gitlab.eurecom.fr/oai/openairinterface5g/-/wikis/OpenAirKernelMainSetup).
New commands can be found in [doc/NR_SA_Tutorial_COTS_UE.md · develop · oai / openairinterface5G · GitLab (eurecom.fr)](https://gitlab.eurecom.fr/oai/openairinterface5g/-/blob/develop/doc/NR_SA_Tutorial_COTS_UE.md), but **not tested yet**.
### Step 1: Configuration of the linux kernel
The goal of this section is to guide step-by-step how to set up the linux environment for the performance mode.
To download and enable the low-latency kernel as in [Environment installation](../../README.md):
#### Step 1.2 Removing all power management
We need to disable specific power management features in the BIOS, such as sleep states, especially `C-states`, in order to enhance the
machine's performance. C-states refer to different energy-saving modes available for the CPU. In this subsection, we will configure the CPU to
operate in a mode that utilizes 100% of its power:
1. In `/etc/default/grub`, add `quiet intel_pstate=disable` and `processor.max_cstate=1 intel_idle.max_cstate=0` to `GRUB_CMDLINE_LINUX_DEFAULT`, as in:
```bash
GRUB_CMDLINE_LINUX="quiet intel_pstate=disable processor.max_cstate=1 intel_idle.max_cstate=0"
```
<p align="center"><img src="img/1.png"></br>
Figure 1: New lines add in grub.</p>
2. Use `sudo update-grub` for update the grub:
```bash
sudo update-grub
```
3. In `/etc/modprobe.d/blacklist.conf`, add line `blacklist intel_powerclamp`:
```bash
blacklist intel_powerclamp
```
Obs: if the file does not exist, create one, and add the line into it!
4. Install i7z:
```bash
sudo apt-get install i7z
```
5. Reboot the system.
6. Use the command:
```bash
sudo i7z
```
After completing these steps, Linux will display a result similar to figure below, where the C0% or C1% values will be close to 100%. The C0 state represents the CPU being fully active and actively executing instructions. On the other hand, the C1 state signifies the CPU being fully active but idle, waiting for instructions.
<p align="center"><img src="img/2.png"></br>
Figure 2: i7z output.</p>
#### Step 2.3 Disabling CPU Frequency scaling
1. Use:
```bash
sudo apt-get install cpufrequtils
```
2. Write `GOVERNOR="performance"` in `/etc/default/cpufrequtils`.
Obs: if the file does not exist, create one, and add the line into it !
3. Restart cpufrequtils
```bash
sudo /etc/init.d/cpufrequtils restart
```
4. Check if all core are in perfomance mode with the command:
```bash
cpufreq-info
```
To change back to powersave mode, you need to use `sudo cpufreq-set -c X -g on demand` , where `X` is the number of which CPU.

Binary file not shown.

After

Width:  |  Height:  |  Size: 83 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 292 KiB

View File

@@ -0,0 +1,111 @@
# Installation and configuration of the Sysmocom development environment
This tutorial covers the process of installing and configuring a development environment for sysmocom SIM cards on the Linux operating system.
## installation and configuration of dependencies
### Step 1: System update:
To begin with, it is important to ensure that the operating system is up to date. Use the following command to perform the update:
```bash
sudo apt-get update -y
```
### Step 2: Basic Tools Installation:
Install the basic tools necessary to interact with SIM cards using the commands below:
```bash
sudo apt-get install -y pcsc-tools
sudo apt-get install pcscd systemd
```
### Step 3: Configuring the pcscd Service:
Enable and start the pcscd service to ensure the system is ready to interact with SIM cards:
```bash
sudo systemctl enable pcscd.socket
sudo systemctl start pcscd.socket
```
### Step 4: Installation of the pcsclite-dev Library:
The libpcsclite-dev library is necessary for developing applications that interact with SIM cards. Install it using the following command:
```bash
sudo apt-get install -y libpcsclite-dev
```
### Step 5: SWIG Tool Installation:
The SWIG tool is used to generate programming interfaces for different languages. Install it with the following command:
```bash
sudo apt-get install swig
```
### Step 6: Installation of Python Libraries:
Install the necessary Python libraries to interact with SIM cards:
```bash
pip install pyscard
pip install pytlv
```
### Step 7: Git clone the configuration files
After preparing the environment in your operating system, we must download the Sysmocom configuration files, to do this run the following command
```bash
git clone https://github.com/sysmocom/sysmo-usim-tool
```
### Step 8: Insert SIM Card into the reader
In this part you will insert the sysmocom SIM Card in the sysmocom reader. After, connect the USB cable to the PC.
<p align="center"><img src="img/1.png"></br>
Figure 1: Sysmocom SIM Card and Sysmocom reader.</p>
### Step 9: Verify the SIM Card information
In this part you will check the status and information of the SIM card, to do this run the following command.
```bash
pcsc_scan
```
After executing the command, a result similar to that in figure 2 is expected.
<p align="center"><img src="img/2.png"></br>
Figure 2: Expected results for step 9.
</p>
### Step 10: Configure the SIM Card
In this step you will identify the IMSI printed on the sysmocom SIM card. To do this, simply look at your SIM card and identify the IMSI number as shown in figure 3.
<p align="center"><img src="img/3.png"></br>
Figure 3: IMSI in the sysmocom.</p>
### Step 11: Find the ADM1 parameter
In this step, you will search for the ADM1 parameter associated with the SIM card in the sysmocom details file. To do this, enter the file with information about your SIM card and search for IMSI. By doing this, you will identify ADM1.
:warning: **Attention, each SIM card has its own information**, look for the information on your SIM Card.
### Step 12: Configure the IMSI, KEY and OPC parameter in SIM Card
:warning: **IMPORTANT:** `If you miss 3 times the ADM1 value`, you will **BLOCK** the SIM Card. Pay attention to each command.
If you are following our tutorial, the IMSI, KEY and OPC values will be as follows:
```
imsi = 001010000000001
key = fec86ba6eb707ed08905757b1bb44b8f
opc = c42449363bbad02b66d16bc975d77cc1
```
After retrieving the IMSI, KEY and OPC value, you can execute the following commands to configure the IMSI, KEY and OPC on the SIM card. To do this, we will first enter the repository directory that was cloned from github, typing the following command:
```bash
cd sysmocom
```
Now, within the sysmocom directory, you will register each piece of information, we will start with IMSI, to do this, type the following command, replacing the `ADM1_value` and `IMSI_NUMBER` fields with the respective value obtained previously:
```bash
./sysmo-isim-tool.sja2.py -a ADM1_value -J IMSI_NUMBER
```
Now let's register the KEY, to do this, you must type the following command, remembering to change `ADM1_value` and `KEY_NUMBER`, with the respective values obtained previously:
```bash
./sysmo-isim-tool.sja2.py -a ADM1_value -K KEY_NUMBER
```
Finally, now let's register the OPC_NUMBER, to do this, you must type the following command, remembering to change `ADM1_value` and `OPC_NUMBER`, with the respective values obtained previously:
```bash
./sysmo-isim-tool.sja2.py -a ADM1_value -C OPC_NUMBER
```
Having done this procedure so far, we have our SIM card configured and ready to be used in a UE.

Binary file not shown.

After

Width:  |  Height:  |  Size: 263 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 185 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 268 KiB

View File

@@ -0,0 +1,188 @@
Connecting to host 192.168.70.135, port 5201
Reverse mode, remote host 192.168.70.135 is sending
[ 5] local 12.1.1.3 port 41964 connected to 192.168.70.135 port 5201
[ 5] 0.00-1.00 sec 6.66 MBytes 55.8 Mbits/sec
[ 5] 1.00-2.00 sec 12.2 MBytes 102 Mbits/sec
[ 5] 2.00-3.00 sec 12.6 MBytes 106 Mbits/sec
[ 5] 3.00-4.00 sec 13.9 MBytes 117 Mbits/sec
[ 5] 4.00-5.00 sec 11.4 MBytes 95.3 Mbits/sec
[ 5] 5.00-6.00 sec 10.8 MBytes 90.3 Mbits/sec
[ 5] 6.00-7.00 sec 11.1 MBytes 93.1 Mbits/sec
[ 5] 7.00-8.00 sec 12.1 MBytes 102 Mbits/sec
[ 5] 8.00-9.00 sec 11.9 MBytes 99.6 Mbits/sec
[ 5] 9.00-10.00 sec 11.5 MBytes 96.0 Mbits/sec
[ 5] 10.00-11.00 sec 12.2 MBytes 103 Mbits/sec
[ 5] 11.00-12.00 sec 11.2 MBytes 94.2 Mbits/sec
[ 5] 12.00-13.00 sec 11.7 MBytes 98.4 Mbits/sec
[ 5] 13.00-14.00 sec 12.9 MBytes 108 Mbits/sec
[ 5] 14.00-15.00 sec 12.3 MBytes 103 Mbits/sec
[ 5] 15.00-16.00 sec 13.1 MBytes 110 Mbits/sec
[ 5] 16.00-17.00 sec 11.4 MBytes 95.8 Mbits/sec
[ 5] 17.00-18.00 sec 12.5 MBytes 105 Mbits/sec
[ 5] 18.00-19.00 sec 11.6 MBytes 97.2 Mbits/sec
[ 5] 19.00-20.00 sec 12.1 MBytes 102 Mbits/sec
[ 5] 20.00-21.00 sec 11.6 MBytes 97.6 Mbits/sec
[ 5] 21.00-22.00 sec 12.1 MBytes 102 Mbits/sec
[ 5] 22.00-23.00 sec 10.8 MBytes 90.7 Mbits/sec
[ 5] 23.00-24.00 sec 11.7 MBytes 98.4 Mbits/sec
[ 5] 24.00-25.00 sec 11.9 MBytes 99.7 Mbits/sec
[ 5] 25.00-26.00 sec 13.0 MBytes 109 Mbits/sec
[ 5] 26.00-27.00 sec 12.2 MBytes 102 Mbits/sec
[ 5] 27.00-28.00 sec 13.5 MBytes 113 Mbits/sec
[ 5] 28.00-29.00 sec 12.1 MBytes 102 Mbits/sec
[ 5] 29.00-30.00 sec 12.0 MBytes 101 Mbits/sec
[ 5] 30.00-31.00 sec 13.1 MBytes 110 Mbits/sec
[ 5] 31.00-32.00 sec 11.9 MBytes 100 Mbits/sec
[ 5] 32.00-33.00 sec 12.6 MBytes 106 Mbits/sec
[ 5] 33.00-34.00 sec 12.0 MBytes 101 Mbits/sec
[ 5] 34.00-35.00 sec 12.9 MBytes 108 Mbits/sec
[ 5] 35.00-36.00 sec 12.5 MBytes 105 Mbits/sec
[ 5] 36.00-37.00 sec 14.2 MBytes 119 Mbits/sec
[ 5] 37.00-38.00 sec 12.6 MBytes 106 Mbits/sec
[ 5] 38.00-39.00 sec 12.9 MBytes 108 Mbits/sec
[ 5] 39.00-40.00 sec 13.7 MBytes 115 Mbits/sec
[ 5] 40.00-41.00 sec 12.8 MBytes 107 Mbits/sec
[ 5] 41.00-42.00 sec 13.5 MBytes 113 Mbits/sec
[ 5] 42.00-43.00 sec 12.0 MBytes 101 Mbits/sec
[ 5] 43.00-44.00 sec 12.7 MBytes 106 Mbits/sec
[ 5] 44.00-45.00 sec 12.6 MBytes 106 Mbits/sec
[ 5] 45.00-46.00 sec 12.4 MBytes 104 Mbits/sec
[ 5] 46.00-47.00 sec 12.9 MBytes 108 Mbits/sec
[ 5] 47.00-48.00 sec 11.7 MBytes 98.4 Mbits/sec
[ 5] 48.00-49.00 sec 11.2 MBytes 94.1 Mbits/sec
[ 5] 49.00-50.00 sec 13.2 MBytes 111 Mbits/sec
[ 5] 50.00-51.00 sec 14.2 MBytes 119 Mbits/sec
[ 5] 51.00-52.00 sec 13.0 MBytes 109 Mbits/sec
[ 5] 52.00-53.00 sec 13.0 MBytes 109 Mbits/sec
[ 5] 53.00-54.00 sec 14.1 MBytes 118 Mbits/sec
[ 5] 54.00-55.00 sec 12.9 MBytes 108 Mbits/sec
[ 5] 55.00-56.00 sec 14.1 MBytes 118 Mbits/sec
[ 5] 56.00-57.00 sec 12.0 MBytes 101 Mbits/sec
[ 5] 57.00-58.00 sec 12.2 MBytes 103 Mbits/sec
[ 5] 58.00-59.00 sec 12.7 MBytes 106 Mbits/sec
[ 5] 59.00-60.00 sec 12.1 MBytes 101 Mbits/sec
[ 5] 60.00-61.00 sec 13.0 MBytes 109 Mbits/sec
[ 5] 61.00-62.00 sec 12.1 MBytes 102 Mbits/sec
[ 5] 62.00-63.00 sec 12.9 MBytes 109 Mbits/sec
[ 5] 63.00-64.00 sec 12.5 MBytes 105 Mbits/sec
[ 5] 64.00-65.00 sec 12.2 MBytes 102 Mbits/sec
[ 5] 65.00-66.00 sec 12.3 MBytes 103 Mbits/sec
[ 5] 66.00-67.00 sec 11.9 MBytes 99.6 Mbits/sec
[ 5] 67.00-68.00 sec 12.9 MBytes 108 Mbits/sec
[ 5] 68.00-69.00 sec 11.8 MBytes 98.7 Mbits/sec
[ 5] 69.00-70.00 sec 12.1 MBytes 101 Mbits/sec
[ 5] 70.00-71.00 sec 11.8 MBytes 98.8 Mbits/sec
[ 5] 71.00-72.00 sec 11.9 MBytes 99.6 Mbits/sec
[ 5] 72.00-73.00 sec 11.7 MBytes 98.3 Mbits/sec
[ 5] 73.00-74.00 sec 12.3 MBytes 103 Mbits/sec
[ 5] 74.00-75.00 sec 11.6 MBytes 97.5 Mbits/sec
[ 5] 75.00-76.00 sec 12.4 MBytes 104 Mbits/sec
[ 5] 76.00-77.00 sec 11.4 MBytes 95.5 Mbits/sec
[ 5] 77.00-78.00 sec 12.4 MBytes 104 Mbits/sec
[ 5] 78.00-79.00 sec 11.5 MBytes 96.6 Mbits/sec
[ 5] 79.00-80.00 sec 11.9 MBytes 99.7 Mbits/sec
[ 5] 80.00-81.00 sec 11.7 MBytes 98.4 Mbits/sec
[ 5] 81.00-82.00 sec 11.2 MBytes 94.0 Mbits/sec
[ 5] 82.00-83.00 sec 12.6 MBytes 106 Mbits/sec
[ 5] 83.00-84.00 sec 11.3 MBytes 95.2 Mbits/sec
[ 5] 84.00-85.00 sec 12.5 MBytes 105 Mbits/sec
[ 5] 85.00-86.00 sec 11.3 MBytes 94.9 Mbits/sec
[ 5] 86.00-87.00 sec 12.4 MBytes 104 Mbits/sec
[ 5] 87.00-88.00 sec 11.3 MBytes 94.9 Mbits/sec
[ 5] 88.00-89.00 sec 12.5 MBytes 105 Mbits/sec
[ 5] 89.00-90.00 sec 11.0 MBytes 92.4 Mbits/sec
[ 5] 90.00-91.00 sec 13.1 MBytes 110 Mbits/sec
[ 5] 91.00-92.00 sec 12.1 MBytes 101 Mbits/sec
[ 5] 92.00-93.00 sec 12.9 MBytes 108 Mbits/sec
[ 5] 93.00-94.00 sec 12.2 MBytes 102 Mbits/sec
[ 5] 94.00-95.00 sec 11.4 MBytes 95.9 Mbits/sec
[ 5] 95.00-96.00 sec 10.4 MBytes 87.3 Mbits/sec
[ 5] 96.00-97.00 sec 12.5 MBytes 104 Mbits/sec
[ 5] 97.00-98.00 sec 9.72 MBytes 81.5 Mbits/sec
[ 5] 98.00-99.00 sec 12.4 MBytes 104 Mbits/sec
[ 5] 99.00-100.00 sec 12.2 MBytes 103 Mbits/sec
[ 5] 100.00-101.00 sec 11.1 MBytes 93.4 Mbits/sec
[ 5] 101.00-102.00 sec 13.1 MBytes 110 Mbits/sec
[ 5] 102.00-103.00 sec 12.9 MBytes 109 Mbits/sec
[ 5] 103.00-104.00 sec 12.3 MBytes 103 Mbits/sec
[ 5] 104.00-105.00 sec 12.0 MBytes 101 Mbits/sec
[ 5] 105.00-106.00 sec 9.47 MBytes 79.5 Mbits/sec
[ 5] 106.00-107.00 sec 11.5 MBytes 96.7 Mbits/sec
[ 5] 107.00-108.00 sec 9.21 MBytes 77.2 Mbits/sec
[ 5] 108.00-109.00 sec 11.8 MBytes 98.6 Mbits/sec
[ 5] 109.00-110.00 sec 11.4 MBytes 95.9 Mbits/sec
[ 5] 110.00-111.00 sec 12.0 MBytes 100 Mbits/sec
[ 5] 111.00-112.00 sec 11.7 MBytes 97.9 Mbits/sec
[ 5] 112.00-113.00 sec 11.7 MBytes 98.3 Mbits/sec
[ 5] 113.00-114.00 sec 11.2 MBytes 94.0 Mbits/sec
[ 5] 114.00-115.00 sec 12.7 MBytes 107 Mbits/sec
[ 5] 115.00-116.00 sec 12.0 MBytes 101 Mbits/sec
[ 5] 116.00-117.00 sec 12.9 MBytes 108 Mbits/sec
[ 5] 117.00-118.00 sec 12.5 MBytes 105 Mbits/sec
[ 5] 118.00-119.00 sec 13.0 MBytes 109 Mbits/sec
[ 5] 119.00-120.00 sec 11.0 MBytes 92.0 Mbits/sec
[ 5] 120.00-121.00 sec 9.98 MBytes 83.7 Mbits/sec
[ 5] 121.00-122.00 sec 12.2 MBytes 102 Mbits/sec
[ 5] 122.00-123.00 sec 9.78 MBytes 82.0 Mbits/sec
[ 5] 123.00-124.00 sec 13.1 MBytes 110 Mbits/sec
[ 5] 124.00-125.00 sec 13.3 MBytes 111 Mbits/sec
[ 5] 125.00-126.00 sec 10.5 MBytes 88.2 Mbits/sec
[ 5] 126.00-127.00 sec 13.1 MBytes 110 Mbits/sec
[ 5] 127.00-128.00 sec 7.52 MBytes 63.1 Mbits/sec
[ 5] 128.00-129.00 sec 10.3 MBytes 86.7 Mbits/sec
[ 5] 129.00-130.00 sec 10.5 MBytes 88.2 Mbits/sec
[ 5] 130.00-131.00 sec 11.7 MBytes 98.1 Mbits/sec
[ 5] 131.00-132.00 sec 11.7 MBytes 97.9 Mbits/sec
[ 5] 132.00-133.00 sec 12.1 MBytes 101 Mbits/sec
[ 5] 133.00-134.00 sec 13.0 MBytes 109 Mbits/sec
[ 5] 134.00-135.00 sec 12.3 MBytes 103 Mbits/sec
[ 5] 135.00-136.00 sec 12.5 MBytes 105 Mbits/sec
[ 5] 136.00-137.00 sec 13.1 MBytes 110 Mbits/sec
[ 5] 137.00-138.00 sec 13.1 MBytes 110 Mbits/sec
[ 5] 138.00-139.00 sec 13.4 MBytes 112 Mbits/sec
[ 5] 139.00-140.00 sec 13.2 MBytes 111 Mbits/sec
[ 5] 140.00-141.00 sec 12.8 MBytes 108 Mbits/sec
[ 5] 141.00-142.00 sec 12.7 MBytes 107 Mbits/sec
[ 5] 142.00-143.00 sec 13.4 MBytes 112 Mbits/sec
[ 5] 143.00-144.00 sec 13.3 MBytes 112 Mbits/sec
[ 5] 144.00-145.00 sec 13.4 MBytes 112 Mbits/sec
[ 5] 145.00-146.00 sec 13.6 MBytes 114 Mbits/sec
[ 5] 146.00-147.00 sec 11.7 MBytes 98.0 Mbits/sec
[ 5] 147.00-148.00 sec 11.7 MBytes 98.4 Mbits/sec
[ 5] 148.00-149.00 sec 11.8 MBytes 99.0 Mbits/sec
[ 5] 149.00-150.00 sec 11.9 MBytes 99.7 Mbits/sec
[ 5] 150.00-151.00 sec 12.7 MBytes 106 Mbits/sec
[ 5] 151.00-152.00 sec 12.2 MBytes 102 Mbits/sec
[ 5] 152.00-153.00 sec 11.2 MBytes 93.7 Mbits/sec
[ 5] 153.00-154.00 sec 11.7 MBytes 98.4 Mbits/sec
[ 5] 154.00-155.00 sec 11.9 MBytes 99.7 Mbits/sec
[ 5] 155.00-156.00 sec 12.5 MBytes 105 Mbits/sec
[ 5] 156.00-157.00 sec 12.4 MBytes 104 Mbits/sec
[ 5] 157.00-158.00 sec 14.1 MBytes 118 Mbits/sec
[ 5] 158.00-159.00 sec 12.6 MBytes 105 Mbits/sec
[ 5] 159.00-160.00 sec 12.3 MBytes 104 Mbits/sec
[ 5] 160.00-161.00 sec 12.3 MBytes 104 Mbits/sec
[ 5] 161.00-162.00 sec 13.6 MBytes 114 Mbits/sec
[ 5] 162.00-163.00 sec 11.8 MBytes 99.0 Mbits/sec
[ 5] 163.00-164.00 sec 12.0 MBytes 101 Mbits/sec
[ 5] 164.00-165.00 sec 12.8 MBytes 107 Mbits/sec
[ 5] 165.00-166.00 sec 13.1 MBytes 110 Mbits/sec
[ 5] 166.00-167.00 sec 13.8 MBytes 116 Mbits/sec
[ 5] 167.00-168.00 sec 12.5 MBytes 105 Mbits/sec
[ 5] 168.00-169.00 sec 13.0 MBytes 109 Mbits/sec
[ 5] 169.00-170.00 sec 12.2 MBytes 102 Mbits/sec
[ 5] 170.00-171.00 sec 13.2 MBytes 110 Mbits/sec
[ 5] 171.00-172.00 sec 10.7 MBytes 89.6 Mbits/sec
[ 5] 172.00-173.00 sec 11.8 MBytes 98.8 Mbits/sec
[ 5] 173.00-174.00 sec 8.77 MBytes 73.6 Mbits/sec
[ 5] 174.00-175.00 sec 12.1 MBytes 102 Mbits/sec
[ 5] 175.00-176.00 sec 11.8 MBytes 98.7 Mbits/sec
[ 5] 176.00-177.00 sec 12.1 MBytes 102 Mbits/sec
[ 5] 177.00-178.00 sec 11.8 MBytes 98.8 Mbits/sec
[ 5] 178.00-179.00 sec 12.0 MBytes 101 Mbits/sec
[ 5] 179.00-180.00 sec 10.1 MBytes 84.7 Mbits/sec
- - - - - - - - - - - - - - - - - - - - - - - - -
[ ID] Interval Transfer Bitrate Retr
[ 5] 0.00-180.05 sec 2.13 GBytes 102 Mbits/sec 4041 sender
[ 5] 0.00-180.00 sec 2.13 GBytes 102 Mbits/sec receiver
iperf Done.

View File

@@ -0,0 +1,188 @@
Connecting to host 192.168.70.135, port 5201
Reverse mode, remote host 192.168.70.135 is sending
[ 5] local 12.1.1.3 port 33342 connected to 192.168.70.135 port 5201
[ 5] 0.00-1.00 sec 6.87 MBytes 57.6 Mbits/sec
[ 5] 1.00-2.00 sec 13.0 MBytes 109 Mbits/sec
[ 5] 2.00-3.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 3.00-4.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 4.00-5.00 sec 15.9 MBytes 134 Mbits/sec
[ 5] 5.00-6.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 6.00-7.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 7.00-8.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 8.00-9.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 9.00-10.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 10.00-11.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 11.00-12.00 sec 16.1 MBytes 135 Mbits/sec
[ 5] 12.00-13.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 13.00-14.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 14.00-15.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 15.00-16.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 16.00-17.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 17.00-18.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 18.00-19.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 19.00-20.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 20.00-21.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 21.00-22.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 22.00-23.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 23.00-24.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 24.00-25.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 25.00-26.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 26.00-27.00 sec 15.8 MBytes 133 Mbits/sec
[ 5] 27.00-28.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 28.00-29.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 29.00-30.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 30.00-31.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 31.00-32.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 32.00-33.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 33.00-34.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 34.00-35.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 35.00-36.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 36.00-37.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 37.00-38.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 38.00-39.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 39.00-40.00 sec 16.1 MBytes 135 Mbits/sec
[ 5] 40.00-41.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 41.00-42.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 42.00-43.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 43.00-44.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 44.00-45.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 45.00-46.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 46.00-47.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 47.00-48.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 48.00-49.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 49.00-50.00 sec 15.9 MBytes 133 Mbits/sec
[ 5] 50.00-51.00 sec 16.1 MBytes 135 Mbits/sec
[ 5] 51.00-52.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 52.00-53.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 53.00-54.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 54.00-55.00 sec 16.1 MBytes 135 Mbits/sec
[ 5] 55.00-56.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 56.00-57.00 sec 16.1 MBytes 135 Mbits/sec
[ 5] 57.00-58.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 58.00-59.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 59.00-60.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 60.00-61.00 sec 16.2 MBytes 135 Mbits/sec
[ 5] 61.00-62.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 62.00-63.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 63.00-64.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 64.00-65.00 sec 16.0 MBytes 135 Mbits/sec
[ 5] 65.00-66.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 66.00-67.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 67.00-68.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 68.00-69.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 69.00-70.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 70.00-71.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 71.00-72.00 sec 15.8 MBytes 133 Mbits/sec
[ 5] 72.00-73.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 73.00-74.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 74.00-75.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 75.00-76.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 76.00-77.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 77.00-78.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 78.00-79.00 sec 16.1 MBytes 135 Mbits/sec
[ 5] 79.00-80.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 80.00-81.00 sec 15.9 MBytes 134 Mbits/sec
[ 5] 81.00-82.00 sec 16.1 MBytes 135 Mbits/sec
[ 5] 82.00-83.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 83.00-84.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 84.00-85.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 85.00-86.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 86.00-87.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 87.00-88.00 sec 16.2 MBytes 135 Mbits/sec
[ 5] 88.00-89.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 89.00-90.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 90.00-91.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 91.00-92.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 92.00-93.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 93.00-94.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 94.00-95.00 sec 16.1 MBytes 135 Mbits/sec
[ 5] 95.00-96.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 96.00-97.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 97.00-98.00 sec 16.1 MBytes 135 Mbits/sec
[ 5] 98.00-99.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 99.00-100.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 100.00-101.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 101.00-102.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 102.00-103.00 sec 16.2 MBytes 135 Mbits/sec
[ 5] 103.00-104.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 104.00-105.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 105.00-106.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 106.00-107.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 107.00-108.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 108.00-109.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 109.00-110.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 110.00-111.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 111.00-112.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 112.00-113.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 113.00-114.00 sec 16.2 MBytes 135 Mbits/sec
[ 5] 114.00-115.00 sec 16.1 MBytes 135 Mbits/sec
[ 5] 115.00-116.00 sec 15.7 MBytes 132 Mbits/sec
[ 5] 116.00-117.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 117.00-118.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 118.00-119.00 sec 16.1 MBytes 135 Mbits/sec
[ 5] 119.00-120.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 120.00-121.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 121.00-122.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 122.00-123.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 123.00-124.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 124.00-125.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 125.00-126.00 sec 16.1 MBytes 135 Mbits/sec
[ 5] 126.00-127.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 127.00-128.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 128.00-129.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 129.00-130.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 130.00-131.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 131.00-132.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 132.00-133.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 133.00-134.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 134.00-135.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 135.00-136.00 sec 16.2 MBytes 135 Mbits/sec
[ 5] 136.00-137.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 137.00-138.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 138.00-139.00 sec 16.0 MBytes 134 Mbits/sec
[ 5] 139.00-140.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 140.00-141.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 141.00-142.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 142.00-143.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 143.00-144.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 144.00-145.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 145.00-146.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 146.00-147.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 147.00-148.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 148.00-149.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 149.00-150.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 150.00-151.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 151.00-152.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 152.00-153.00 sec 16.2 MBytes 135 Mbits/sec
[ 5] 153.00-154.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 154.00-155.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 155.00-156.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 156.00-157.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 157.00-158.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 158.00-159.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 159.00-160.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 160.00-161.00 sec 15.8 MBytes 132 Mbits/sec
[ 5] 161.00-162.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 162.00-163.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 163.00-164.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 164.00-165.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 165.00-166.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 166.00-167.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 167.00-168.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 168.00-169.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 169.00-170.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 170.00-171.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 171.00-172.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 172.00-173.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 173.00-174.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 174.00-175.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 175.00-176.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 176.00-177.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 177.00-178.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 178.00-179.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 179.00-180.00 sec 16.1 MBytes 135 Mbits/sec
- - - - - - - - - - - - - - - - - - - - - - - - -
[ ID] Interval Transfer Bitrate Retr
[ 5] 0.00-180.05 sec 2.83 GBytes 135 Mbits/sec 7929 sender
[ 5] 0.00-180.00 sec 2.83 GBytes 135 Mbits/sec receiver
iperf Done.

View File

@@ -0,0 +1,188 @@
Connecting to host 192.168.70.135, port 5201
Reverse mode, remote host 192.168.70.135 is sending
[ 5] local 12.1.1.3 port 41506 connected to 192.168.70.135 port 5201
[ 5] 0.00-1.00 sec 8.39 MBytes 70.4 Mbits/sec
[ 5] 1.00-2.00 sec 13.5 MBytes 113 Mbits/sec
[ 5] 2.00-3.00 sec 14.3 MBytes 120 Mbits/sec
[ 5] 3.00-4.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 4.00-5.00 sec 13.6 MBytes 114 Mbits/sec
[ 5] 5.00-6.00 sec 14.8 MBytes 124 Mbits/sec
[ 5] 6.00-7.00 sec 15.7 MBytes 131 Mbits/sec
[ 5] 7.00-8.00 sec 15.4 MBytes 129 Mbits/sec
[ 5] 8.00-9.00 sec 16.0 MBytes 134 Mbits/sec
[ 5] 9.00-10.00 sec 15.3 MBytes 128 Mbits/sec
[ 5] 10.00-11.00 sec 15.3 MBytes 128 Mbits/sec
[ 5] 11.00-12.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 12.00-13.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 13.00-14.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 14.00-15.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 15.00-16.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 16.00-17.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 17.00-18.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 18.00-19.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 19.00-20.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 20.00-21.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 21.00-22.00 sec 16.1 MBytes 136 Mbits/sec
[ 5] 22.00-23.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 23.00-24.00 sec 16.2 MBytes 135 Mbits/sec
[ 5] 24.00-25.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 25.00-26.00 sec 16.1 MBytes 135 Mbits/sec
[ 5] 26.00-27.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 27.00-28.00 sec 16.1 MBytes 135 Mbits/sec
[ 5] 28.00-29.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 29.00-30.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 30.00-31.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 31.00-32.00 sec 16.2 MBytes 135 Mbits/sec
[ 5] 32.00-33.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 33.00-34.00 sec 16.2 MBytes 135 Mbits/sec
[ 5] 34.00-35.00 sec 13.7 MBytes 115 Mbits/sec
[ 5] 35.00-36.00 sec 18.3 MBytes 153 Mbits/sec
[ 5] 36.00-37.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 37.00-38.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 38.00-39.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 39.00-40.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 40.00-41.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 41.00-42.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 42.00-43.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 43.00-44.00 sec 16.1 MBytes 135 Mbits/sec
[ 5] 44.00-45.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 45.00-46.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 46.00-47.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 47.00-48.00 sec 16.1 MBytes 135 Mbits/sec
[ 5] 48.00-49.00 sec 15.9 MBytes 133 Mbits/sec
[ 5] 49.00-50.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 50.00-51.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 51.00-52.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 52.00-53.00 sec 16.2 MBytes 135 Mbits/sec
[ 5] 53.00-54.00 sec 16.2 MBytes 135 Mbits/sec
[ 5] 54.00-55.00 sec 16.1 MBytes 135 Mbits/sec
[ 5] 55.00-56.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 56.00-57.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 57.00-58.00 sec 15.5 MBytes 130 Mbits/sec
[ 5] 58.00-59.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 59.00-60.00 sec 16.1 MBytes 135 Mbits/sec
[ 5] 60.00-61.00 sec 15.7 MBytes 131 Mbits/sec
[ 5] 61.00-62.00 sec 15.1 MBytes 127 Mbits/sec
[ 5] 62.00-63.00 sec 15.8 MBytes 132 Mbits/sec
[ 5] 63.00-64.00 sec 15.0 MBytes 126 Mbits/sec
[ 5] 64.00-65.00 sec 16.1 MBytes 135 Mbits/sec
[ 5] 65.00-66.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 66.00-67.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 67.00-68.00 sec 15.4 MBytes 129 Mbits/sec
[ 5] 68.00-69.00 sec 15.8 MBytes 132 Mbits/sec
[ 5] 69.00-70.00 sec 16.1 MBytes 135 Mbits/sec
[ 5] 70.00-71.00 sec 15.5 MBytes 130 Mbits/sec
[ 5] 71.00-72.00 sec 15.6 MBytes 131 Mbits/sec
[ 5] 72.00-73.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 73.00-74.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 74.00-75.00 sec 15.9 MBytes 133 Mbits/sec
[ 5] 75.00-76.00 sec 13.1 MBytes 110 Mbits/sec
[ 5] 76.00-77.00 sec 15.7 MBytes 131 Mbits/sec
[ 5] 77.00-78.00 sec 14.5 MBytes 122 Mbits/sec
[ 5] 78.00-79.00 sec 15.5 MBytes 130 Mbits/sec
[ 5] 79.00-80.00 sec 13.9 MBytes 117 Mbits/sec
[ 5] 80.00-81.00 sec 15.8 MBytes 133 Mbits/sec
[ 5] 81.00-82.00 sec 15.1 MBytes 126 Mbits/sec
[ 5] 82.00-83.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 83.00-84.00 sec 16.1 MBytes 135 Mbits/sec
[ 5] 84.00-85.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 85.00-86.00 sec 16.1 MBytes 135 Mbits/sec
[ 5] 86.00-87.00 sec 16.0 MBytes 134 Mbits/sec
[ 5] 87.00-88.00 sec 16.1 MBytes 135 Mbits/sec
[ 5] 88.00-89.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 89.00-90.00 sec 15.9 MBytes 133 Mbits/sec
[ 5] 90.00-91.00 sec 16.2 MBytes 135 Mbits/sec
[ 5] 91.00-92.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 92.00-93.00 sec 16.1 MBytes 135 Mbits/sec
[ 5] 93.00-94.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 94.00-95.00 sec 16.2 MBytes 135 Mbits/sec
[ 5] 95.00-96.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 96.00-97.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 97.00-98.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 98.00-99.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 99.00-100.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 100.00-101.00 sec 15.9 MBytes 133 Mbits/sec
[ 5] 101.00-102.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 102.00-103.00 sec 16.2 MBytes 135 Mbits/sec
[ 5] 103.00-104.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 104.00-105.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 105.00-106.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 106.00-107.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 107.00-108.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 108.00-109.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 109.00-110.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 110.00-111.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 111.00-112.00 sec 16.1 MBytes 136 Mbits/sec
[ 5] 112.00-113.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 113.00-114.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 114.00-115.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 115.00-116.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 116.00-117.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 117.00-118.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 118.00-119.00 sec 16.1 MBytes 135 Mbits/sec
[ 5] 119.00-120.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 120.00-121.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 121.00-122.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 122.00-123.00 sec 15.8 MBytes 133 Mbits/sec
[ 5] 123.00-124.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 124.00-125.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 125.00-126.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 126.00-127.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 127.00-128.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 128.00-129.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 129.00-130.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 130.00-131.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 131.00-132.00 sec 16.2 MBytes 135 Mbits/sec
[ 5] 132.00-133.00 sec 16.2 MBytes 135 Mbits/sec
[ 5] 133.00-134.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 134.00-135.00 sec 16.1 MBytes 135 Mbits/sec
[ 5] 135.00-136.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 136.00-137.00 sec 16.2 MBytes 135 Mbits/sec
[ 5] 137.00-138.00 sec 14.4 MBytes 121 Mbits/sec
[ 5] 138.00-139.00 sec 16.0 MBytes 134 Mbits/sec
[ 5] 139.00-140.00 sec 16.2 MBytes 135 Mbits/sec
[ 5] 140.00-141.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 141.00-142.00 sec 16.2 MBytes 135 Mbits/sec
[ 5] 142.00-143.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 143.00-144.00 sec 16.1 MBytes 135 Mbits/sec
[ 5] 144.00-145.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 145.00-146.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 146.00-147.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 147.00-148.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 148.00-149.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 149.00-150.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 150.00-151.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 151.00-152.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 152.00-153.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 153.00-154.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 154.00-155.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 155.00-156.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 156.00-157.00 sec 16.1 MBytes 136 Mbits/sec
[ 5] 157.00-158.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 158.00-159.00 sec 16.1 MBytes 135 Mbits/sec
[ 5] 159.00-160.00 sec 16.2 MBytes 135 Mbits/sec
[ 5] 160.00-161.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 161.00-162.00 sec 14.2 MBytes 119 Mbits/sec
[ 5] 162.00-163.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 163.00-164.00 sec 16.2 MBytes 135 Mbits/sec
[ 5] 164.00-165.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 165.00-166.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 166.00-167.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 167.00-168.00 sec 16.0 MBytes 134 Mbits/sec
[ 5] 168.00-169.00 sec 16.1 MBytes 135 Mbits/sec
[ 5] 169.00-170.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 170.00-171.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 171.00-172.00 sec 16.1 MBytes 135 Mbits/sec
[ 5] 172.00-173.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 173.00-174.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 174.00-175.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 175.00-176.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 176.00-177.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 177.00-178.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 178.00-179.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 179.00-180.00 sec 16.2 MBytes 136 Mbits/sec
- - - - - - - - - - - - - - - - - - - - - - - - -
[ ID] Interval Transfer Bitrate Retr
[ 5] 0.00-180.04 sec 2.80 GBytes 134 Mbits/sec 4888 sender
[ 5] 0.00-180.00 sec 2.80 GBytes 134 Mbits/sec receiver
iperf Done.

View File

@@ -0,0 +1,188 @@
Connecting to host 192.168.70.135, port 5201
Reverse mode, remote host 192.168.70.135 is sending
[ 5] local 12.1.1.3 port 41742 connected to 192.168.70.135 port 5201
[ 5] 0.00-1.00 sec 4.08 MBytes 34.2 Mbits/sec
[ 5] 1.00-2.00 sec 4.76 MBytes 39.9 Mbits/sec
[ 5] 2.00-3.00 sec 6.61 MBytes 55.5 Mbits/sec
[ 5] 3.00-4.00 sec 12.4 MBytes 104 Mbits/sec
[ 5] 4.00-5.00 sec 15.9 MBytes 133 Mbits/sec
[ 5] 5.00-6.00 sec 14.0 MBytes 117 Mbits/sec
[ 5] 6.00-7.00 sec 16.4 MBytes 138 Mbits/sec
[ 5] 7.00-8.00 sec 15.9 MBytes 133 Mbits/sec
[ 5] 8.00-9.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 9.00-10.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 10.00-11.00 sec 16.1 MBytes 135 Mbits/sec
[ 5] 11.00-12.00 sec 14.8 MBytes 124 Mbits/sec
[ 5] 12.00-13.00 sec 15.6 MBytes 130 Mbits/sec
[ 5] 13.00-14.00 sec 14.8 MBytes 124 Mbits/sec
[ 5] 14.00-15.00 sec 15.1 MBytes 127 Mbits/sec
[ 5] 15.00-16.00 sec 15.0 MBytes 126 Mbits/sec
[ 5] 16.00-17.00 sec 16.1 MBytes 135 Mbits/sec
[ 5] 17.00-18.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 18.00-19.00 sec 15.9 MBytes 134 Mbits/sec
[ 5] 19.00-20.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 20.00-21.00 sec 16.1 MBytes 135 Mbits/sec
[ 5] 21.00-22.00 sec 14.5 MBytes 121 Mbits/sec
[ 5] 22.00-23.00 sec 14.9 MBytes 125 Mbits/sec
[ 5] 23.00-24.00 sec 15.6 MBytes 131 Mbits/sec
[ 5] 24.00-25.00 sec 16.1 MBytes 135 Mbits/sec
[ 5] 25.00-26.00 sec 16.1 MBytes 135 Mbits/sec
[ 5] 26.00-27.00 sec 16.1 MBytes 135 Mbits/sec
[ 5] 27.00-28.00 sec 14.6 MBytes 122 Mbits/sec
[ 5] 28.00-29.00 sec 13.9 MBytes 116 Mbits/sec
[ 5] 29.00-30.00 sec 15.6 MBytes 131 Mbits/sec
[ 5] 30.00-31.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 31.00-32.00 sec 16.1 MBytes 135 Mbits/sec
[ 5] 32.00-33.00 sec 16.1 MBytes 135 Mbits/sec
[ 5] 33.00-34.00 sec 16.1 MBytes 135 Mbits/sec
[ 5] 34.00-35.00 sec 16.1 MBytes 135 Mbits/sec
[ 5] 35.00-36.00 sec 15.4 MBytes 129 Mbits/sec
[ 5] 36.00-37.00 sec 16.2 MBytes 135 Mbits/sec
[ 5] 37.00-38.00 sec 15.4 MBytes 129 Mbits/sec
[ 5] 38.00-39.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 39.00-40.00 sec 16.1 MBytes 135 Mbits/sec
[ 5] 40.00-41.00 sec 16.1 MBytes 135 Mbits/sec
[ 5] 41.00-42.00 sec 16.1 MBytes 135 Mbits/sec
[ 5] 42.00-43.00 sec 16.1 MBytes 135 Mbits/sec
[ 5] 43.00-44.00 sec 16.1 MBytes 135 Mbits/sec
[ 5] 44.00-45.00 sec 16.1 MBytes 135 Mbits/sec
[ 5] 45.00-46.00 sec 16.1 MBytes 135 Mbits/sec
[ 5] 46.00-47.00 sec 16.1 MBytes 135 Mbits/sec
[ 5] 47.00-48.00 sec 16.1 MBytes 135 Mbits/sec
[ 5] 48.00-49.00 sec 16.2 MBytes 135 Mbits/sec
[ 5] 49.00-50.00 sec 16.1 MBytes 135 Mbits/sec
[ 5] 50.00-51.00 sec 16.1 MBytes 135 Mbits/sec
[ 5] 51.00-52.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 52.00-53.00 sec 15.9 MBytes 133 Mbits/sec
[ 5] 53.00-54.00 sec 14.9 MBytes 125 Mbits/sec
[ 5] 54.00-55.00 sec 16.1 MBytes 135 Mbits/sec
[ 5] 55.00-56.00 sec 16.0 MBytes 134 Mbits/sec
[ 5] 56.00-57.00 sec 15.5 MBytes 130 Mbits/sec
[ 5] 57.00-58.00 sec 13.5 MBytes 113 Mbits/sec
[ 5] 58.00-59.00 sec 15.4 MBytes 129 Mbits/sec
[ 5] 59.00-60.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 60.00-61.00 sec 16.1 MBytes 135 Mbits/sec
[ 5] 61.00-62.00 sec 16.0 MBytes 134 Mbits/sec
[ 5] 62.00-63.00 sec 16.2 MBytes 135 Mbits/sec
[ 5] 63.00-64.00 sec 16.1 MBytes 135 Mbits/sec
[ 5] 64.00-65.00 sec 16.2 MBytes 135 Mbits/sec
[ 5] 65.00-66.00 sec 16.1 MBytes 135 Mbits/sec
[ 5] 66.00-67.00 sec 15.8 MBytes 132 Mbits/sec
[ 5] 67.00-68.00 sec 14.0 MBytes 117 Mbits/sec
[ 5] 68.00-69.00 sec 16.2 MBytes 135 Mbits/sec
[ 5] 69.00-70.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 70.00-71.00 sec 16.1 MBytes 135 Mbits/sec
[ 5] 71.00-72.00 sec 14.8 MBytes 124 Mbits/sec
[ 5] 72.00-73.00 sec 16.0 MBytes 134 Mbits/sec
[ 5] 73.00-74.00 sec 16.1 MBytes 135 Mbits/sec
[ 5] 74.00-75.00 sec 16.1 MBytes 135 Mbits/sec
[ 5] 75.00-76.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 76.00-77.00 sec 16.1 MBytes 135 Mbits/sec
[ 5] 77.00-78.00 sec 16.1 MBytes 135 Mbits/sec
[ 5] 78.00-79.00 sec 14.4 MBytes 121 Mbits/sec
[ 5] 79.00-80.00 sec 16.1 MBytes 135 Mbits/sec
[ 5] 80.00-81.00 sec 16.1 MBytes 135 Mbits/sec
[ 5] 81.00-82.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 82.00-83.00 sec 16.1 MBytes 135 Mbits/sec
[ 5] 83.00-84.00 sec 16.1 MBytes 135 Mbits/sec
[ 5] 84.00-85.00 sec 16.1 MBytes 135 Mbits/sec
[ 5] 85.00-86.00 sec 16.1 MBytes 135 Mbits/sec
[ 5] 86.00-87.00 sec 14.2 MBytes 119 Mbits/sec
[ 5] 87.00-88.00 sec 16.1 MBytes 135 Mbits/sec
[ 5] 88.00-89.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 89.00-90.00 sec 16.1 MBytes 135 Mbits/sec
[ 5] 90.00-91.00 sec 16.1 MBytes 135 Mbits/sec
[ 5] 91.00-92.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 92.00-93.00 sec 16.0 MBytes 135 Mbits/sec
[ 5] 93.00-94.00 sec 16.0 MBytes 134 Mbits/sec
[ 5] 94.00-95.00 sec 16.1 MBytes 135 Mbits/sec
[ 5] 95.00-96.00 sec 16.1 MBytes 135 Mbits/sec
[ 5] 96.00-97.00 sec 16.1 MBytes 135 Mbits/sec
[ 5] 97.00-98.00 sec 16.1 MBytes 135 Mbits/sec
[ 5] 98.00-99.00 sec 15.9 MBytes 134 Mbits/sec
[ 5] 99.00-100.00 sec 15.9 MBytes 133 Mbits/sec
[ 5] 100.00-101.00 sec 15.7 MBytes 132 Mbits/sec
[ 5] 101.00-102.00 sec 14.8 MBytes 124 Mbits/sec
[ 5] 102.00-103.00 sec 14.1 MBytes 118 Mbits/sec
[ 5] 103.00-104.00 sec 16.1 MBytes 135 Mbits/sec
[ 5] 104.00-105.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 105.00-106.00 sec 16.0 MBytes 134 Mbits/sec
[ 5] 106.00-107.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 107.00-108.00 sec 16.1 MBytes 135 Mbits/sec
[ 5] 108.00-109.00 sec 16.1 MBytes 135 Mbits/sec
[ 5] 109.00-110.00 sec 16.1 MBytes 135 Mbits/sec
[ 5] 110.00-111.00 sec 16.1 MBytes 135 Mbits/sec
[ 5] 111.00-112.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 112.00-113.00 sec 16.1 MBytes 135 Mbits/sec
[ 5] 113.00-114.00 sec 16.1 MBytes 135 Mbits/sec
[ 5] 114.00-115.00 sec 16.2 MBytes 135 Mbits/sec
[ 5] 115.00-116.00 sec 15.8 MBytes 133 Mbits/sec
[ 5] 116.00-117.00 sec 16.1 MBytes 135 Mbits/sec
[ 5] 117.00-118.00 sec 15.7 MBytes 132 Mbits/sec
[ 5] 118.00-119.00 sec 16.1 MBytes 135 Mbits/sec
[ 5] 119.00-120.00 sec 15.9 MBytes 134 Mbits/sec
[ 5] 120.00-121.00 sec 16.2 MBytes 135 Mbits/sec
[ 5] 121.00-122.00 sec 16.1 MBytes 135 Mbits/sec
[ 5] 122.00-123.00 sec 15.9 MBytes 133 Mbits/sec
[ 5] 123.00-124.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 124.00-125.00 sec 16.1 MBytes 135 Mbits/sec
[ 5] 125.00-126.00 sec 15.1 MBytes 126 Mbits/sec
[ 5] 126.00-127.00 sec 15.6 MBytes 131 Mbits/sec
[ 5] 127.00-128.00 sec 16.1 MBytes 135 Mbits/sec
[ 5] 128.00-129.00 sec 16.1 MBytes 135 Mbits/sec
[ 5] 129.00-130.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 130.00-131.00 sec 16.1 MBytes 135 Mbits/sec
[ 5] 131.00-132.00 sec 16.1 MBytes 135 Mbits/sec
[ 5] 132.00-133.00 sec 16.0 MBytes 134 Mbits/sec
[ 5] 133.00-134.00 sec 16.0 MBytes 134 Mbits/sec
[ 5] 134.00-135.00 sec 16.3 MBytes 137 Mbits/sec
[ 5] 135.00-136.00 sec 16.1 MBytes 135 Mbits/sec
[ 5] 136.00-137.00 sec 16.1 MBytes 135 Mbits/sec
[ 5] 137.00-138.00 sec 16.2 MBytes 135 Mbits/sec
[ 5] 138.00-139.00 sec 16.1 MBytes 135 Mbits/sec
[ 5] 139.00-140.00 sec 16.1 MBytes 135 Mbits/sec
[ 5] 140.00-141.00 sec 16.1 MBytes 135 Mbits/sec
[ 5] 141.00-142.00 sec 16.1 MBytes 135 Mbits/sec
[ 5] 142.00-143.00 sec 16.1 MBytes 135 Mbits/sec
[ 5] 143.00-144.00 sec 16.1 MBytes 135 Mbits/sec
[ 5] 144.00-145.00 sec 16.1 MBytes 135 Mbits/sec
[ 5] 145.00-146.00 sec 15.2 MBytes 128 Mbits/sec
[ 5] 146.00-147.00 sec 13.8 MBytes 116 Mbits/sec
[ 5] 147.00-148.00 sec 14.7 MBytes 123 Mbits/sec
[ 5] 148.00-149.00 sec 16.1 MBytes 135 Mbits/sec
[ 5] 149.00-150.00 sec 15.0 MBytes 126 Mbits/sec
[ 5] 150.00-151.00 sec 15.3 MBytes 129 Mbits/sec
[ 5] 151.00-152.00 sec 16.1 MBytes 135 Mbits/sec
[ 5] 152.00-153.00 sec 15.9 MBytes 133 Mbits/sec
[ 5] 153.00-154.00 sec 14.6 MBytes 122 Mbits/sec
[ 5] 154.00-155.00 sec 15.9 MBytes 133 Mbits/sec
[ 5] 155.00-156.00 sec 15.6 MBytes 131 Mbits/sec
[ 5] 156.00-157.00 sec 15.2 MBytes 128 Mbits/sec
[ 5] 157.00-158.00 sec 15.3 MBytes 129 Mbits/sec
[ 5] 158.00-159.00 sec 16.1 MBytes 135 Mbits/sec
[ 5] 159.00-160.00 sec 15.8 MBytes 133 Mbits/sec
[ 5] 160.00-161.00 sec 15.8 MBytes 133 Mbits/sec
[ 5] 161.00-162.00 sec 16.1 MBytes 135 Mbits/sec
[ 5] 162.00-163.00 sec 14.9 MBytes 125 Mbits/sec
[ 5] 163.00-164.00 sec 12.9 MBytes 108 Mbits/sec
[ 5] 164.00-165.00 sec 12.3 MBytes 103 Mbits/sec
[ 5] 165.00-166.00 sec 14.7 MBytes 124 Mbits/sec
[ 5] 166.00-167.00 sec 14.5 MBytes 122 Mbits/sec
[ 5] 167.00-168.00 sec 13.8 MBytes 116 Mbits/sec
[ 5] 168.00-169.00 sec 15.8 MBytes 132 Mbits/sec
[ 5] 169.00-170.00 sec 11.9 MBytes 99.7 Mbits/sec
[ 5] 170.00-171.00 sec 16.0 MBytes 134 Mbits/sec
[ 5] 171.00-172.00 sec 16.1 MBytes 135 Mbits/sec
[ 5] 172.00-173.00 sec 15.8 MBytes 133 Mbits/sec
[ 5] 173.00-174.00 sec 16.0 MBytes 134 Mbits/sec
[ 5] 174.00-175.00 sec 16.1 MBytes 135 Mbits/sec
[ 5] 175.00-176.00 sec 16.1 MBytes 135 Mbits/sec
[ 5] 176.00-177.00 sec 16.0 MBytes 134 Mbits/sec
[ 5] 177.00-178.00 sec 16.1 MBytes 135 Mbits/sec
[ 5] 178.00-179.00 sec 16.1 MBytes 135 Mbits/sec
[ 5] 179.00-180.00 sec 16.1 MBytes 135 Mbits/sec
- - - - - - - - - - - - - - - - - - - - - - - - -
[ ID] Interval Transfer Bitrate Retr
[ 5] 0.00-180.06 sec 2.73 GBytes 130 Mbits/sec 2793 sender
[ 5] 0.00-180.00 sec 2.73 GBytes 130 Mbits/sec receiver
iperf Done.

Binary file not shown.

After

Width:  |  Height:  |  Size: 84 KiB

File diff suppressed because it is too large Load Diff

After

Width:  |  Height:  |  Size: 36 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 103 KiB

File diff suppressed because it is too large Load Diff

After

Width:  |  Height:  |  Size: 46 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 59 KiB

File diff suppressed because it is too large Load Diff

After

Width:  |  Height:  |  Size: 35 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 111 KiB

File diff suppressed because it is too large Load Diff

After

Width:  |  Height:  |  Size: 47 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 59 KiB

File diff suppressed because it is too large Load Diff

After

Width:  |  Height:  |  Size: 35 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 71 KiB

File diff suppressed because it is too large Load Diff

After

Width:  |  Height:  |  Size: 35 KiB

View File

@@ -0,0 +1,188 @@
Connecting to host 192.168.70.135, port 5201
Reverse mode, remote host 192.168.70.135 is sending
[ 5] local 12.1.1.3 port 56708 connected to 192.168.70.135 port 5201
[ 5] 0.00-1.00 sec 8.01 MBytes 67.2 Mbits/sec
[ 5] 1.00-2.00 sec 14.2 MBytes 119 Mbits/sec
[ 5] 2.00-3.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 3.00-4.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 4.00-5.00 sec 14.9 MBytes 125 Mbits/sec
[ 5] 5.00-6.00 sec 17.0 MBytes 143 Mbits/sec
[ 5] 6.00-7.00 sec 16.1 MBytes 135 Mbits/sec
[ 5] 7.00-8.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 8.00-9.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 9.00-10.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 10.00-11.00 sec 16.1 MBytes 135 Mbits/sec
[ 5] 11.00-12.00 sec 16.1 MBytes 135 Mbits/sec
[ 5] 12.00-13.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 13.00-14.00 sec 16.2 MBytes 135 Mbits/sec
[ 5] 14.00-15.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 15.00-16.00 sec 16.1 MBytes 135 Mbits/sec
[ 5] 16.00-17.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 17.00-18.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 18.00-19.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 19.00-20.00 sec 16.1 MBytes 135 Mbits/sec
[ 5] 20.00-21.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 21.00-22.00 sec 16.2 MBytes 135 Mbits/sec
[ 5] 22.00-23.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 23.00-24.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 24.00-25.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 25.00-26.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 26.00-27.00 sec 15.7 MBytes 132 Mbits/sec
[ 5] 27.00-28.00 sec 16.4 MBytes 137 Mbits/sec
[ 5] 28.00-29.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 29.00-30.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 30.00-31.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 31.00-32.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 32.00-33.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 33.00-34.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 34.00-35.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 35.00-36.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 36.00-37.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 37.00-38.00 sec 16.0 MBytes 135 Mbits/sec
[ 5] 38.00-39.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 39.00-40.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 40.00-41.00 sec 16.1 MBytes 135 Mbits/sec
[ 5] 41.00-42.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 42.00-43.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 43.00-44.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 44.00-45.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 45.00-46.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 46.00-47.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 47.00-48.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 48.00-49.00 sec 15.8 MBytes 133 Mbits/sec
[ 5] 49.00-50.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 50.00-51.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 51.00-52.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 52.00-53.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 53.00-54.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 54.00-55.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 55.00-56.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 56.00-57.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 57.00-58.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 58.00-59.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 59.00-60.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 60.00-61.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 61.00-62.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 62.00-63.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 63.00-64.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 64.00-65.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 65.00-66.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 66.00-67.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 67.00-68.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 68.00-69.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 69.00-70.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 70.00-71.00 sec 13.9 MBytes 116 Mbits/sec
[ 5] 71.00-72.00 sec 18.2 MBytes 152 Mbits/sec
[ 5] 72.00-73.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 73.00-74.00 sec 16.1 MBytes 135 Mbits/sec
[ 5] 74.00-75.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 75.00-76.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 76.00-77.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 77.00-78.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 78.00-79.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 79.00-80.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 80.00-81.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 81.00-82.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 82.00-83.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 83.00-84.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 84.00-85.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 85.00-86.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 86.00-87.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 87.00-88.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 88.00-89.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 89.00-90.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 90.00-91.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 91.00-92.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 92.00-93.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 93.00-94.00 sec 15.9 MBytes 133 Mbits/sec
[ 5] 94.00-95.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 95.00-96.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 96.00-97.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 97.00-98.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 98.00-99.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 99.00-100.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 100.00-101.00 sec 16.1 MBytes 135 Mbits/sec
[ 5] 101.00-102.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 102.00-103.00 sec 16.2 MBytes 135 Mbits/sec
[ 5] 103.00-104.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 104.00-105.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 105.00-106.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 106.00-107.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 107.00-108.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 108.00-109.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 109.00-110.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 110.00-111.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 111.00-112.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 112.00-113.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 113.00-114.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 114.00-115.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 115.00-116.00 sec 15.8 MBytes 132 Mbits/sec
[ 5] 116.00-117.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 117.00-118.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 118.00-119.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 119.00-120.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 120.00-121.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 121.00-122.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 122.00-123.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 123.00-124.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 124.00-125.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 125.00-126.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 126.00-127.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 127.00-128.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 128.00-129.00 sec 16.1 MBytes 135 Mbits/sec
[ 5] 129.00-130.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 130.00-131.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 131.00-132.00 sec 16.1 MBytes 136 Mbits/sec
[ 5] 132.00-133.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 133.00-134.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 134.00-135.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 135.00-136.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 136.00-137.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 137.00-138.00 sec 13.9 MBytes 116 Mbits/sec
[ 5] 138.00-139.00 sec 18.2 MBytes 153 Mbits/sec
[ 5] 139.00-140.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 140.00-141.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 141.00-142.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 142.00-143.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 143.00-144.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 144.00-145.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 145.00-146.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 146.00-147.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 147.00-148.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 148.00-149.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 149.00-150.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 150.00-151.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 151.00-152.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 152.00-153.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 153.00-154.00 sec 16.2 MBytes 135 Mbits/sec
[ 5] 154.00-155.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 155.00-156.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 156.00-157.00 sec 16.1 MBytes 135 Mbits/sec
[ 5] 157.00-158.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 158.00-159.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 159.00-160.00 sec 16.2 MBytes 135 Mbits/sec
[ 5] 160.00-161.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 161.00-162.00 sec 16.1 MBytes 134 Mbits/sec
[ 5] 162.00-163.00 sec 16.1 MBytes 135 Mbits/sec
[ 5] 163.00-164.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 164.00-165.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 165.00-166.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 166.00-167.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 167.00-168.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 168.00-169.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 169.00-170.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 170.00-171.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 171.00-172.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 172.00-173.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 173.00-174.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 174.00-175.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 175.00-176.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 176.00-177.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 177.00-178.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 178.00-179.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 179.00-180.00 sec 16.2 MBytes 136 Mbits/sec
- - - - - - - - - - - - - - - - - - - - - - - - -
[ ID] Interval Transfer Bitrate Retr
[ 5] 0.00-180.04 sec 2.83 GBytes 135 Mbits/sec 8433 sender
[ 5] 0.00-180.00 sec 2.83 GBytes 135 Mbits/sec receiver
iperf Done.

View File

@@ -0,0 +1,188 @@
Connecting to host 192.168.70.135, port 5201
Reverse mode, remote host 192.168.70.135 is sending
[ 5] local 12.1.1.3 port 47008 connected to 192.168.70.135 port 5201
[ 5] 0.00-1.00 sec 4.42 MBytes 37.0 Mbits/sec
[ 5] 1.00-2.00 sec 9.88 MBytes 82.9 Mbits/sec
[ 5] 2.00-3.00 sec 15.4 MBytes 130 Mbits/sec
[ 5] 3.00-4.00 sec 16.0 MBytes 134 Mbits/sec
[ 5] 4.00-5.00 sec 16.0 MBytes 134 Mbits/sec
[ 5] 5.00-6.00 sec 15.8 MBytes 133 Mbits/sec
[ 5] 6.00-7.00 sec 15.8 MBytes 132 Mbits/sec
[ 5] 7.00-8.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 8.00-9.00 sec 15.4 MBytes 129 Mbits/sec
[ 5] 9.00-10.00 sec 15.9 MBytes 133 Mbits/sec
[ 5] 10.00-11.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 11.00-12.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 12.00-13.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 13.00-14.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 14.00-15.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 15.00-16.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 16.00-17.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 17.00-18.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 18.00-19.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 19.00-20.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 20.00-21.00 sec 16.1 MBytes 135 Mbits/sec
[ 5] 21.00-22.00 sec 16.1 MBytes 135 Mbits/sec
[ 5] 22.00-23.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 23.00-24.00 sec 16.1 MBytes 135 Mbits/sec
[ 5] 24.00-25.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 25.00-26.00 sec 16.0 MBytes 134 Mbits/sec
[ 5] 26.00-27.00 sec 16.1 MBytes 135 Mbits/sec
[ 5] 27.00-28.00 sec 16.1 MBytes 135 Mbits/sec
[ 5] 28.00-29.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 29.00-30.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 30.00-31.00 sec 15.9 MBytes 133 Mbits/sec
[ 5] 31.00-32.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 32.00-33.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 33.00-34.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 34.00-35.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 35.00-36.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 36.00-37.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 37.00-38.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 38.00-39.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 39.00-40.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 40.00-41.00 sec 16.1 MBytes 135 Mbits/sec
[ 5] 41.00-42.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 42.00-43.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 43.00-44.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 44.00-45.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 45.00-46.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 46.00-47.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 47.00-48.00 sec 16.1 MBytes 135 Mbits/sec
[ 5] 48.00-49.00 sec 14.7 MBytes 123 Mbits/sec
[ 5] 49.00-50.00 sec 17.4 MBytes 146 Mbits/sec
[ 5] 50.00-51.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 51.00-52.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 52.00-53.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 53.00-54.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 54.00-55.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 55.00-56.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 56.00-57.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 57.00-58.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 58.00-59.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 59.00-60.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 60.00-61.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 61.00-62.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 62.00-63.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 63.00-64.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 64.00-65.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 65.00-66.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 66.00-67.00 sec 16.1 MBytes 135 Mbits/sec
[ 5] 67.00-68.00 sec 16.1 MBytes 135 Mbits/sec
[ 5] 68.00-69.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 69.00-70.00 sec 16.1 MBytes 135 Mbits/sec
[ 5] 70.00-71.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 71.00-72.00 sec 15.9 MBytes 133 Mbits/sec
[ 5] 72.00-73.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 73.00-74.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 74.00-75.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 75.00-76.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 76.00-77.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 77.00-78.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 78.00-79.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 79.00-80.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 80.00-81.00 sec 16.1 MBytes 135 Mbits/sec
[ 5] 81.00-82.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 82.00-83.00 sec 16.1 MBytes 135 Mbits/sec
[ 5] 83.00-84.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 84.00-85.00 sec 16.1 MBytes 135 Mbits/sec
[ 5] 85.00-86.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 86.00-87.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 87.00-88.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 88.00-89.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 89.00-90.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 90.00-91.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 91.00-92.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 92.00-93.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 93.00-94.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 94.00-95.00 sec 15.8 MBytes 132 Mbits/sec
[ 5] 95.00-96.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 96.00-97.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 97.00-98.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 98.00-99.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 99.00-100.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 100.00-101.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 101.00-102.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 102.00-103.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 103.00-104.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 104.00-105.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 105.00-106.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 106.00-107.00 sec 16.1 MBytes 135 Mbits/sec
[ 5] 107.00-108.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 108.00-109.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 109.00-110.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 110.00-111.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 111.00-112.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 112.00-113.00 sec 16.1 MBytes 135 Mbits/sec
[ 5] 113.00-114.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 114.00-115.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 115.00-116.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 116.00-117.00 sec 15.2 MBytes 128 Mbits/sec
[ 5] 117.00-118.00 sec 16.8 MBytes 141 Mbits/sec
[ 5] 118.00-119.00 sec 16.1 MBytes 135 Mbits/sec
[ 5] 119.00-120.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 120.00-121.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 121.00-122.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 122.00-123.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 123.00-124.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 124.00-125.00 sec 16.1 MBytes 135 Mbits/sec
[ 5] 125.00-126.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 126.00-127.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 127.00-128.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 128.00-129.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 129.00-130.00 sec 16.2 MBytes 135 Mbits/sec
[ 5] 130.00-131.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 131.00-132.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 132.00-133.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 133.00-134.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 134.00-135.00 sec 16.2 MBytes 135 Mbits/sec
[ 5] 135.00-136.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 136.00-137.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 137.00-138.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 138.00-139.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 139.00-140.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 140.00-141.00 sec 15.9 MBytes 133 Mbits/sec
[ 5] 141.00-142.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 142.00-143.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 143.00-144.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 144.00-145.00 sec 16.1 MBytes 135 Mbits/sec
[ 5] 145.00-146.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 146.00-147.00 sec 16.1 MBytes 135 Mbits/sec
[ 5] 147.00-148.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 148.00-149.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 149.00-150.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 150.00-151.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 151.00-152.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 152.00-153.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 153.00-154.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 154.00-155.00 sec 16.2 MBytes 135 Mbits/sec
[ 5] 155.00-156.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 156.00-157.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 157.00-158.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 158.00-159.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 159.00-160.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 160.00-161.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 161.00-162.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 162.00-163.00 sec 15.9 MBytes 134 Mbits/sec
[ 5] 163.00-164.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 164.00-165.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 165.00-166.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 166.00-167.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 167.00-168.00 sec 16.0 MBytes 134 Mbits/sec
[ 5] 168.00-169.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 169.00-170.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 170.00-171.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 171.00-172.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 172.00-173.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 173.00-174.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 174.00-175.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 175.00-176.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 176.00-177.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 177.00-178.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 178.00-179.00 sec 16.1 MBytes 135 Mbits/sec
[ 5] 179.00-180.00 sec 16.1 MBytes 135 Mbits/sec
- - - - - - - - - - - - - - - - - - - - - - - - -
[ ID] Interval Transfer Bitrate Retr
[ 5] 0.00-180.04 sec 2.82 GBytes 135 Mbits/sec 8640 sender
[ 5] 0.00-180.00 sec 2.82 GBytes 134 Mbits/sec receiver
iperf Done.

View File

@@ -0,0 +1,188 @@
Connecting to host 192.168.70.135, port 5201
Reverse mode, remote host 192.168.70.135 is sending
[ 5] local 12.1.1.3 port 53268 connected to 192.168.70.135 port 5201
[ 5] 0.00-1.00 sec 7.09 MBytes 59.4 Mbits/sec
[ 5] 1.00-2.00 sec 13.2 MBytes 111 Mbits/sec
[ 5] 2.00-3.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 3.00-4.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 4.00-5.00 sec 15.4 MBytes 129 Mbits/sec
[ 5] 5.00-6.00 sec 16.8 MBytes 141 Mbits/sec
[ 5] 6.00-7.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 7.00-8.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 8.00-9.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 9.00-10.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 10.00-11.00 sec 16.1 MBytes 135 Mbits/sec
[ 5] 11.00-12.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 12.00-13.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 13.00-14.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 14.00-15.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 15.00-16.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 16.00-17.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 17.00-18.00 sec 16.2 MBytes 135 Mbits/sec
[ 5] 18.00-19.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 19.00-20.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 20.00-21.00 sec 16.2 MBytes 135 Mbits/sec
[ 5] 21.00-22.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 22.00-23.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 23.00-24.00 sec 16.1 MBytes 135 Mbits/sec
[ 5] 24.00-25.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 25.00-26.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 26.00-27.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 27.00-28.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 28.00-29.00 sec 15.9 MBytes 133 Mbits/sec
[ 5] 29.00-30.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 30.00-31.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 31.00-32.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 32.00-33.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 33.00-34.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 34.00-35.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 35.00-36.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 36.00-37.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 37.00-38.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 38.00-39.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 39.00-40.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 40.00-41.00 sec 16.0 MBytes 135 Mbits/sec
[ 5] 41.00-42.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 42.00-43.00 sec 16.1 MBytes 135 Mbits/sec
[ 5] 43.00-44.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 44.00-45.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 45.00-46.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 46.00-47.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 47.00-48.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 48.00-49.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 49.00-50.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 50.00-51.00 sec 15.8 MBytes 133 Mbits/sec
[ 5] 51.00-52.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 52.00-53.00 sec 16.1 MBytes 135 Mbits/sec
[ 5] 53.00-54.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 54.00-55.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 55.00-56.00 sec 16.1 MBytes 135 Mbits/sec
[ 5] 56.00-57.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 57.00-58.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 58.00-59.00 sec 16.1 MBytes 135 Mbits/sec
[ 5] 59.00-60.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 60.00-61.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 61.00-62.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 62.00-63.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 63.00-64.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 64.00-65.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 65.00-66.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 66.00-67.00 sec 16.1 MBytes 135 Mbits/sec
[ 5] 67.00-68.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 68.00-69.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 69.00-70.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 70.00-71.00 sec 16.1 MBytes 135 Mbits/sec
[ 5] 71.00-72.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 72.00-73.00 sec 15.1 MBytes 126 Mbits/sec
[ 5] 73.00-74.00 sec 16.8 MBytes 142 Mbits/sec
[ 5] 74.00-75.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 75.00-76.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 76.00-77.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 77.00-78.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 78.00-79.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 79.00-80.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 80.00-81.00 sec 16.1 MBytes 135 Mbits/sec
[ 5] 81.00-82.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 82.00-83.00 sec 16.2 MBytes 135 Mbits/sec
[ 5] 83.00-84.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 84.00-85.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 85.00-86.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 86.00-87.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 87.00-88.00 sec 16.1 MBytes 135 Mbits/sec
[ 5] 88.00-89.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 89.00-90.00 sec 16.1 MBytes 135 Mbits/sec
[ 5] 90.00-91.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 91.00-92.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 92.00-93.00 sec 16.2 MBytes 135 Mbits/sec
[ 5] 93.00-94.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 94.00-95.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 95.00-96.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 96.00-97.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 97.00-98.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 98.00-99.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 99.00-100.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 100.00-101.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 101.00-102.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 102.00-103.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 103.00-104.00 sec 16.1 MBytes 135 Mbits/sec
[ 5] 104.00-105.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 105.00-106.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 106.00-107.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 107.00-108.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 108.00-109.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 109.00-110.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 110.00-111.00 sec 13.8 MBytes 116 Mbits/sec
[ 5] 111.00-112.00 sec 18.3 MBytes 154 Mbits/sec
[ 5] 112.00-113.00 sec 16.1 MBytes 135 Mbits/sec
[ 5] 113.00-114.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 114.00-115.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 115.00-116.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 116.00-117.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 117.00-118.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 118.00-119.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 119.00-120.00 sec 16.2 MBytes 135 Mbits/sec
[ 5] 120.00-121.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 121.00-122.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 122.00-123.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 123.00-124.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 124.00-125.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 125.00-126.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 126.00-127.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 127.00-128.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 128.00-129.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 129.00-130.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 130.00-131.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 131.00-132.00 sec 16.1 MBytes 135 Mbits/sec
[ 5] 132.00-133.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 133.00-134.00 sec 16.1 MBytes 135 Mbits/sec
[ 5] 134.00-135.00 sec 16.0 MBytes 134 Mbits/sec
[ 5] 135.00-136.00 sec 16.1 MBytes 136 Mbits/sec
[ 5] 136.00-137.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 137.00-138.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 138.00-139.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 139.00-140.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 140.00-141.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 141.00-142.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 142.00-143.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 143.00-144.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 144.00-145.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 145.00-146.00 sec 16.1 MBytes 135 Mbits/sec
[ 5] 146.00-147.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 147.00-148.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 148.00-149.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 149.00-150.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 150.00-151.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 151.00-152.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 152.00-153.00 sec 16.1 MBytes 135 Mbits/sec
[ 5] 153.00-154.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 154.00-155.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 155.00-156.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 156.00-157.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 157.00-158.00 sec 15.9 MBytes 134 Mbits/sec
[ 5] 158.00-159.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 159.00-160.00 sec 16.1 MBytes 135 Mbits/sec
[ 5] 160.00-161.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 161.00-162.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 162.00-163.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 163.00-164.00 sec 16.1 MBytes 135 Mbits/sec
[ 5] 164.00-165.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 165.00-166.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 166.00-167.00 sec 16.0 MBytes 134 Mbits/sec
[ 5] 167.00-168.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 168.00-169.00 sec 16.2 MBytes 135 Mbits/sec
[ 5] 169.00-170.00 sec 16.1 MBytes 135 Mbits/sec
[ 5] 170.00-171.00 sec 16.1 MBytes 135 Mbits/sec
[ 5] 171.00-172.00 sec 16.0 MBytes 134 Mbits/sec
[ 5] 172.00-173.00 sec 16.1 MBytes 135 Mbits/sec
[ 5] 173.00-174.00 sec 16.1 MBytes 135 Mbits/sec
[ 5] 174.00-175.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 175.00-176.00 sec 16.1 MBytes 135 Mbits/sec
[ 5] 176.00-177.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 177.00-178.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 178.00-179.00 sec 16.1 MBytes 135 Mbits/sec
[ 5] 179.00-180.00 sec 16.2 MBytes 136 Mbits/sec
- - - - - - - - - - - - - - - - - - - - - - - - -
[ ID] Interval Transfer Bitrate Retr
[ 5] 0.00-180.05 sec 2.83 GBytes 135 Mbits/sec 8237 sender
[ 5] 0.00-180.00 sec 2.83 GBytes 135 Mbits/sec receiver
iperf Done.

View File

@@ -0,0 +1,188 @@
Connecting to host 192.168.70.135, port 5201
Reverse mode, remote host 192.168.70.135 is sending
[ 5] local 12.1.1.3 port 53500 connected to 192.168.70.135 port 5201
[ 5] 0.00-1.00 sec 6.56 MBytes 55.0 Mbits/sec
[ 5] 1.00-2.00 sec 12.9 MBytes 108 Mbits/sec
[ 5] 2.00-3.00 sec 16.1 MBytes 135 Mbits/sec
[ 5] 3.00-4.00 sec 16.1 MBytes 135 Mbits/sec
[ 5] 4.00-5.00 sec 15.2 MBytes 128 Mbits/sec
[ 5] 5.00-6.00 sec 17.0 MBytes 143 Mbits/sec
[ 5] 6.00-7.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 7.00-8.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 8.00-9.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 9.00-10.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 10.00-11.00 sec 16.1 MBytes 135 Mbits/sec
[ 5] 11.00-12.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 12.00-13.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 13.00-14.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 14.00-15.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 15.00-16.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 16.00-17.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 17.00-18.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 18.00-19.00 sec 16.2 MBytes 135 Mbits/sec
[ 5] 19.00-20.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 20.00-21.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 21.00-22.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 22.00-23.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 23.00-24.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 24.00-25.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 25.00-26.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 26.00-27.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 27.00-28.00 sec 15.5 MBytes 130 Mbits/sec
[ 5] 28.00-29.00 sec 16.6 MBytes 139 Mbits/sec
[ 5] 29.00-30.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 30.00-31.00 sec 16.1 MBytes 135 Mbits/sec
[ 5] 31.00-32.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 32.00-33.00 sec 16.1 MBytes 136 Mbits/sec
[ 5] 33.00-34.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 34.00-35.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 35.00-36.00 sec 16.2 MBytes 135 Mbits/sec
[ 5] 36.00-37.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 37.00-38.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 38.00-39.00 sec 16.1 MBytes 135 Mbits/sec
[ 5] 39.00-40.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 40.00-41.00 sec 16.0 MBytes 135 Mbits/sec
[ 5] 41.00-42.00 sec 16.1 MBytes 135 Mbits/sec
[ 5] 42.00-43.00 sec 16.1 MBytes 135 Mbits/sec
[ 5] 43.00-44.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 44.00-45.00 sec 16.2 MBytes 135 Mbits/sec
[ 5] 45.00-46.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 46.00-47.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 47.00-48.00 sec 16.2 MBytes 135 Mbits/sec
[ 5] 48.00-49.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 49.00-50.00 sec 16.1 MBytes 135 Mbits/sec
[ 5] 50.00-51.00 sec 15.9 MBytes 133 Mbits/sec
[ 5] 51.00-52.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 52.00-53.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 53.00-54.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 54.00-55.00 sec 16.1 MBytes 135 Mbits/sec
[ 5] 55.00-56.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 56.00-57.00 sec 16.2 MBytes 135 Mbits/sec
[ 5] 57.00-58.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 58.00-59.00 sec 16.1 MBytes 136 Mbits/sec
[ 5] 59.00-60.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 60.00-61.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 61.00-62.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 62.00-63.00 sec 16.2 MBytes 135 Mbits/sec
[ 5] 63.00-64.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 64.00-65.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 65.00-66.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 66.00-67.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 67.00-68.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 68.00-69.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 69.00-70.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 70.00-71.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 71.00-72.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 72.00-73.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 73.00-74.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 74.00-75.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 75.00-76.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 76.00-77.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 77.00-78.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 78.00-79.00 sec 16.1 MBytes 135 Mbits/sec
[ 5] 79.00-80.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 80.00-81.00 sec 16.2 MBytes 135 Mbits/sec
[ 5] 81.00-82.00 sec 15.9 MBytes 134 Mbits/sec
[ 5] 82.00-83.00 sec 16.4 MBytes 138 Mbits/sec
[ 5] 83.00-84.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 84.00-85.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 85.00-86.00 sec 16.1 MBytes 135 Mbits/sec
[ 5] 86.00-87.00 sec 16.1 MBytes 135 Mbits/sec
[ 5] 87.00-88.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 88.00-89.00 sec 16.1 MBytes 135 Mbits/sec
[ 5] 89.00-90.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 90.00-91.00 sec 16.1 MBytes 135 Mbits/sec
[ 5] 91.00-92.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 92.00-93.00 sec 16.2 MBytes 135 Mbits/sec
[ 5] 93.00-94.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 94.00-95.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 95.00-96.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 96.00-97.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 97.00-98.00 sec 16.1 MBytes 135 Mbits/sec
[ 5] 98.00-99.00 sec 16.1 MBytes 135 Mbits/sec
[ 5] 99.00-100.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 100.00-101.00 sec 16.1 MBytes 136 Mbits/sec
[ 5] 101.00-102.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 102.00-103.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 103.00-104.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 104.00-105.00 sec 15.9 MBytes 133 Mbits/sec
[ 5] 105.00-106.00 sec 16.1 MBytes 135 Mbits/sec
[ 5] 106.00-107.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 107.00-108.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 108.00-109.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 109.00-110.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 110.00-111.00 sec 16.1 MBytes 136 Mbits/sec
[ 5] 111.00-112.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 112.00-113.00 sec 16.1 MBytes 135 Mbits/sec
[ 5] 113.00-114.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 114.00-115.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 115.00-116.00 sec 16.1 MBytes 135 Mbits/sec
[ 5] 116.00-117.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 117.00-118.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 118.00-119.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 119.00-120.00 sec 16.1 MBytes 136 Mbits/sec
[ 5] 120.00-121.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 121.00-122.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 122.00-123.00 sec 16.2 MBytes 135 Mbits/sec
[ 5] 123.00-124.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 124.00-125.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 125.00-126.00 sec 16.1 MBytes 135 Mbits/sec
[ 5] 126.00-127.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 127.00-128.00 sec 15.2 MBytes 128 Mbits/sec
[ 5] 128.00-129.00 sec 17.0 MBytes 142 Mbits/sec
[ 5] 129.00-130.00 sec 16.1 MBytes 135 Mbits/sec
[ 5] 130.00-131.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 131.00-132.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 132.00-133.00 sec 16.1 MBytes 135 Mbits/sec
[ 5] 133.00-134.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 134.00-135.00 sec 16.1 MBytes 135 Mbits/sec
[ 5] 135.00-136.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 136.00-137.00 sec 16.1 MBytes 135 Mbits/sec
[ 5] 137.00-138.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 138.00-139.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 139.00-140.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 140.00-141.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 141.00-142.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 142.00-143.00 sec 16.1 MBytes 135 Mbits/sec
[ 5] 143.00-144.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 144.00-145.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 145.00-146.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 146.00-147.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 147.00-148.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 148.00-149.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 149.00-150.00 sec 16.1 MBytes 135 Mbits/sec
[ 5] 150.00-151.00 sec 15.9 MBytes 133 Mbits/sec
[ 5] 151.00-152.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 152.00-153.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 153.00-154.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 154.00-155.00 sec 16.1 MBytes 136 Mbits/sec
[ 5] 155.00-156.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 156.00-157.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 157.00-158.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 158.00-159.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 159.00-160.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 160.00-161.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 161.00-162.00 sec 16.1 MBytes 135 Mbits/sec
[ 5] 162.00-163.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 163.00-164.00 sec 16.0 MBytes 134 Mbits/sec
[ 5] 164.00-165.00 sec 16.1 MBytes 135 Mbits/sec
[ 5] 165.00-166.00 sec 16.1 MBytes 135 Mbits/sec
[ 5] 166.00-167.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 167.00-168.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 168.00-169.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 169.00-170.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 170.00-171.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 171.00-172.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 172.00-173.00 sec 16.0 MBytes 134 Mbits/sec
[ 5] 173.00-174.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 174.00-175.00 sec 16.1 MBytes 135 Mbits/sec
[ 5] 175.00-176.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 176.00-177.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 177.00-178.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 178.00-179.00 sec 16.1 MBytes 136 Mbits/sec
[ 5] 179.00-180.00 sec 16.2 MBytes 136 Mbits/sec
- - - - - - - - - - - - - - - - - - - - - - - - -
[ ID] Interval Transfer Bitrate Retr
[ 5] 0.00-180.05 sec 2.83 GBytes 135 Mbits/sec 7835 sender
[ 5] 0.00-180.00 sec 2.83 GBytes 135 Mbits/sec receiver
iperf Done.

View File

@@ -0,0 +1,188 @@
Connecting to host 192.168.70.135, port 5201
Reverse mode, remote host 192.168.70.135 is sending
[ 5] local 12.1.1.3 port 53718 connected to 192.168.70.135 port 5201
[ 5] 0.00-1.00 sec 8.17 MBytes 68.6 Mbits/sec
[ 5] 1.00-2.00 sec 14.2 MBytes 119 Mbits/sec
[ 5] 2.00-3.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 3.00-4.00 sec 16.1 MBytes 135 Mbits/sec
[ 5] 4.00-5.00 sec 16.1 MBytes 135 Mbits/sec
[ 5] 5.00-6.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 6.00-7.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 7.00-8.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 8.00-9.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 9.00-10.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 10.00-11.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 11.00-12.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 12.00-13.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 13.00-14.00 sec 16.1 MBytes 135 Mbits/sec
[ 5] 14.00-15.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 15.00-16.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 16.00-17.00 sec 16.1 MBytes 136 Mbits/sec
[ 5] 17.00-18.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 18.00-19.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 19.00-20.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 20.00-21.00 sec 16.1 MBytes 135 Mbits/sec
[ 5] 21.00-22.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 22.00-23.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 23.00-24.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 24.00-25.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 25.00-26.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 26.00-27.00 sec 15.1 MBytes 127 Mbits/sec
[ 5] 27.00-28.00 sec 16.9 MBytes 142 Mbits/sec
[ 5] 28.00-29.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 29.00-30.00 sec 16.0 MBytes 134 Mbits/sec
[ 5] 30.00-31.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 31.00-32.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 32.00-33.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 33.00-34.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 34.00-35.00 sec 16.1 MBytes 135 Mbits/sec
[ 5] 35.00-36.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 36.00-37.00 sec 16.2 MBytes 135 Mbits/sec
[ 5] 37.00-38.00 sec 16.0 MBytes 135 Mbits/sec
[ 5] 38.00-39.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 39.00-40.00 sec 16.1 MBytes 135 Mbits/sec
[ 5] 40.00-41.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 41.00-42.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 42.00-43.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 43.00-44.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 44.00-45.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 45.00-46.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 46.00-47.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 47.00-48.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 48.00-49.00 sec 15.9 MBytes 134 Mbits/sec
[ 5] 49.00-50.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 50.00-51.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 51.00-52.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 52.00-53.00 sec 16.1 MBytes 135 Mbits/sec
[ 5] 53.00-54.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 54.00-55.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 55.00-56.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 56.00-57.00 sec 16.1 MBytes 135 Mbits/sec
[ 5] 57.00-58.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 58.00-59.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 59.00-60.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 60.00-61.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 61.00-62.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 62.00-63.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 63.00-64.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 64.00-65.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 65.00-66.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 66.00-67.00 sec 16.1 MBytes 135 Mbits/sec
[ 5] 67.00-68.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 68.00-69.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 69.00-70.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 70.00-71.00 sec 14.7 MBytes 123 Mbits/sec
[ 5] 71.00-72.00 sec 17.5 MBytes 146 Mbits/sec
[ 5] 72.00-73.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 73.00-74.00 sec 16.0 MBytes 135 Mbits/sec
[ 5] 74.00-75.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 75.00-76.00 sec 16.1 MBytes 135 Mbits/sec
[ 5] 76.00-77.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 77.00-78.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 78.00-79.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 79.00-80.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 80.00-81.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 81.00-82.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 82.00-83.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 83.00-84.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 84.00-85.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 85.00-86.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 86.00-87.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 87.00-88.00 sec 16.1 MBytes 135 Mbits/sec
[ 5] 88.00-89.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 89.00-90.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 90.00-91.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 91.00-92.00 sec 16.1 MBytes 135 Mbits/sec
[ 5] 92.00-93.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 93.00-94.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 94.00-95.00 sec 15.9 MBytes 134 Mbits/sec
[ 5] 95.00-96.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 96.00-97.00 sec 16.1 MBytes 135 Mbits/sec
[ 5] 97.00-98.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 98.00-99.00 sec 16.1 MBytes 135 Mbits/sec
[ 5] 99.00-100.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 100.00-101.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 101.00-102.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 102.00-103.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 103.00-104.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 104.00-105.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 105.00-106.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 106.00-107.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 107.00-108.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 108.00-109.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 109.00-110.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 110.00-111.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 111.00-112.00 sec 16.1 MBytes 135 Mbits/sec
[ 5] 112.00-113.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 113.00-114.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 114.00-115.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 115.00-116.00 sec 16.1 MBytes 135 Mbits/sec
[ 5] 116.00-117.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 117.00-118.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 118.00-119.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 119.00-120.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 120.00-121.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 121.00-122.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 122.00-123.00 sec 16.1 MBytes 135 Mbits/sec
[ 5] 123.00-124.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 124.00-125.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 125.00-126.00 sec 16.2 MBytes 135 Mbits/sec
[ 5] 126.00-127.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 127.00-128.00 sec 16.0 MBytes 134 Mbits/sec
[ 5] 128.00-129.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 129.00-130.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 130.00-131.00 sec 16.1 MBytes 135 Mbits/sec
[ 5] 131.00-132.00 sec 16.1 MBytes 135 Mbits/sec
[ 5] 132.00-133.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 133.00-134.00 sec 16.1 MBytes 135 Mbits/sec
[ 5] 134.00-135.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 135.00-136.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 136.00-137.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 137.00-138.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 138.00-139.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 139.00-140.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 140.00-141.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 141.00-142.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 142.00-143.00 sec 16.1 MBytes 135 Mbits/sec
[ 5] 143.00-144.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 144.00-145.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 145.00-146.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 146.00-147.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 147.00-148.00 sec 16.2 MBytes 135 Mbits/sec
[ 5] 148.00-149.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 149.00-150.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 150.00-151.00 sec 16.1 MBytes 136 Mbits/sec
[ 5] 151.00-152.00 sec 15.9 MBytes 134 Mbits/sec
[ 5] 152.00-153.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 153.00-154.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 154.00-155.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 155.00-156.00 sec 16.1 MBytes 135 Mbits/sec
[ 5] 156.00-157.00 sec 16.1 MBytes 135 Mbits/sec
[ 5] 157.00-158.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 158.00-159.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 159.00-160.00 sec 16.1 MBytes 135 Mbits/sec
[ 5] 160.00-161.00 sec 16.0 MBytes 134 Mbits/sec
[ 5] 161.00-162.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 162.00-163.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 163.00-164.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 164.00-165.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 165.00-166.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 166.00-167.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 167.00-168.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 168.00-169.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 169.00-170.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 170.00-171.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 171.00-172.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 172.00-173.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 173.00-174.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 174.00-175.00 sec 15.2 MBytes 127 Mbits/sec
[ 5] 175.00-176.00 sec 16.9 MBytes 142 Mbits/sec
[ 5] 176.00-177.00 sec 16.1 MBytes 136 Mbits/sec
[ 5] 177.00-178.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 178.00-179.00 sec 16.2 MBytes 135 Mbits/sec
[ 5] 179.00-180.00 sec 16.1 MBytes 136 Mbits/sec
- - - - - - - - - - - - - - - - - - - - - - - - -
[ ID] Interval Transfer Bitrate Retr
[ 5] 0.00-180.04 sec 2.83 GBytes 135 Mbits/sec 8657 sender
[ 5] 0.00-180.00 sec 2.83 GBytes 135 Mbits/sec receiver
iperf Done.

View File

@@ -0,0 +1,188 @@
Connecting to host 192.168.70.135, port 5201
Reverse mode, remote host 192.168.70.135 is sending
[ 5] local 12.1.1.3 port 53858 connected to 192.168.70.135 port 5201
[ 5] 0.00-1.00 sec 8.69 MBytes 72.9 Mbits/sec
[ 5] 1.00-2.00 sec 14.6 MBytes 122 Mbits/sec
[ 5] 2.00-3.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 3.00-4.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 4.00-5.00 sec 15.9 MBytes 134 Mbits/sec
[ 5] 5.00-6.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 6.00-7.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 7.00-8.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 8.00-9.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 9.00-10.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 10.00-11.00 sec 16.1 MBytes 135 Mbits/sec
[ 5] 11.00-12.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 12.00-13.00 sec 16.1 MBytes 135 Mbits/sec
[ 5] 13.00-14.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 14.00-15.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 15.00-16.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 16.00-17.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 17.00-18.00 sec 16.1 MBytes 136 Mbits/sec
[ 5] 18.00-19.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 19.00-20.00 sec 16.1 MBytes 136 Mbits/sec
[ 5] 20.00-21.00 sec 16.1 MBytes 135 Mbits/sec
[ 5] 21.00-22.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 22.00-23.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 23.00-24.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 24.00-25.00 sec 16.2 MBytes 135 Mbits/sec
[ 5] 25.00-26.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 26.00-27.00 sec 15.8 MBytes 132 Mbits/sec
[ 5] 27.00-28.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 28.00-29.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 29.00-30.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 30.00-31.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 31.00-32.00 sec 16.1 MBytes 135 Mbits/sec
[ 5] 32.00-33.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 33.00-34.00 sec 16.1 MBytes 135 Mbits/sec
[ 5] 34.00-35.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 35.00-36.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 36.00-37.00 sec 16.1 MBytes 135 Mbits/sec
[ 5] 37.00-38.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 38.00-39.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 39.00-40.00 sec 16.1 MBytes 135 Mbits/sec
[ 5] 40.00-41.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 41.00-42.00 sec 16.2 MBytes 135 Mbits/sec
[ 5] 42.00-43.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 43.00-44.00 sec 16.1 MBytes 135 Mbits/sec
[ 5] 44.00-45.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 45.00-46.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 46.00-47.00 sec 16.2 MBytes 135 Mbits/sec
[ 5] 47.00-48.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 48.00-49.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 49.00-50.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 50.00-51.00 sec 16.0 MBytes 134 Mbits/sec
[ 5] 51.00-52.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 52.00-53.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 53.00-54.00 sec 16.1 MBytes 135 Mbits/sec
[ 5] 54.00-55.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 55.00-56.00 sec 16.1 MBytes 135 Mbits/sec
[ 5] 56.00-57.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 57.00-58.00 sec 16.1 MBytes 135 Mbits/sec
[ 5] 58.00-59.00 sec 16.0 MBytes 134 Mbits/sec
[ 5] 59.00-60.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 60.00-61.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 61.00-62.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 62.00-63.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 63.00-64.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 64.00-65.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 65.00-66.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 66.00-67.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 67.00-68.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 68.00-69.00 sec 16.1 MBytes 135 Mbits/sec
[ 5] 69.00-70.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 70.00-71.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 71.00-72.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 72.00-73.00 sec 15.8 MBytes 133 Mbits/sec
[ 5] 73.00-74.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 74.00-75.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 75.00-76.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 76.00-77.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 77.00-78.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 78.00-79.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 79.00-80.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 80.00-81.00 sec 16.1 MBytes 136 Mbits/sec
[ 5] 81.00-82.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 82.00-83.00 sec 16.1 MBytes 135 Mbits/sec
[ 5] 83.00-84.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 84.00-85.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 85.00-86.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 86.00-87.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 87.00-88.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 88.00-89.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 89.00-90.00 sec 16.2 MBytes 135 Mbits/sec
[ 5] 90.00-91.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 91.00-92.00 sec 16.1 MBytes 135 Mbits/sec
[ 5] 92.00-93.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 93.00-94.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 94.00-95.00 sec 16.0 MBytes 134 Mbits/sec
[ 5] 95.00-96.00 sec 16.2 MBytes 135 Mbits/sec
[ 5] 96.00-97.00 sec 15.8 MBytes 133 Mbits/sec
[ 5] 97.00-98.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 98.00-99.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 99.00-100.00 sec 16.1 MBytes 135 Mbits/sec
[ 5] 100.00-101.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 101.00-102.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 102.00-103.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 103.00-104.00 sec 16.2 MBytes 135 Mbits/sec
[ 5] 104.00-105.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 105.00-106.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 106.00-107.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 107.00-108.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 108.00-109.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 109.00-110.00 sec 16.1 MBytes 135 Mbits/sec
[ 5] 110.00-111.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 111.00-112.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 112.00-113.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 113.00-114.00 sec 16.1 MBytes 135 Mbits/sec
[ 5] 114.00-115.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 115.00-116.00 sec 16.1 MBytes 135 Mbits/sec
[ 5] 116.00-117.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 117.00-118.00 sec 16.1 MBytes 135 Mbits/sec
[ 5] 118.00-119.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 119.00-120.00 sec 15.3 MBytes 128 Mbits/sec
[ 5] 120.00-121.00 sec 17.0 MBytes 143 Mbits/sec
[ 5] 121.00-122.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 122.00-123.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 123.00-124.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 124.00-125.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 125.00-126.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 126.00-127.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 127.00-128.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 128.00-129.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 129.00-130.00 sec 16.1 MBytes 135 Mbits/sec
[ 5] 130.00-131.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 131.00-132.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 132.00-133.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 133.00-134.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 134.00-135.00 sec 16.1 MBytes 135 Mbits/sec
[ 5] 135.00-136.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 136.00-137.00 sec 16.1 MBytes 136 Mbits/sec
[ 5] 137.00-138.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 138.00-139.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 139.00-140.00 sec 16.1 MBytes 136 Mbits/sec
[ 5] 140.00-141.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 141.00-142.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 142.00-143.00 sec 16.2 MBytes 135 Mbits/sec
[ 5] 143.00-144.00 sec 16.0 MBytes 134 Mbits/sec
[ 5] 144.00-145.00 sec 16.1 MBytes 135 Mbits/sec
[ 5] 145.00-146.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 146.00-147.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 147.00-148.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 148.00-149.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 149.00-150.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 150.00-151.00 sec 16.1 MBytes 135 Mbits/sec
[ 5] 151.00-152.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 152.00-153.00 sec 16.1 MBytes 135 Mbits/sec
[ 5] 153.00-154.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 154.00-155.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 155.00-156.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 156.00-157.00 sec 16.2 MBytes 135 Mbits/sec
[ 5] 157.00-158.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 158.00-159.00 sec 16.1 MBytes 135 Mbits/sec
[ 5] 159.00-160.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 160.00-161.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 161.00-162.00 sec 16.1 MBytes 135 Mbits/sec
[ 5] 162.00-163.00 sec 16.1 MBytes 135 Mbits/sec
[ 5] 163.00-164.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 164.00-165.00 sec 13.3 MBytes 111 Mbits/sec
[ 5] 165.00-166.00 sec 18.7 MBytes 157 Mbits/sec
[ 5] 166.00-167.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 167.00-168.00 sec 16.1 MBytes 136 Mbits/sec
[ 5] 168.00-169.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 169.00-170.00 sec 16.2 MBytes 135 Mbits/sec
[ 5] 170.00-171.00 sec 16.1 MBytes 136 Mbits/sec
[ 5] 171.00-172.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 172.00-173.00 sec 16.1 MBytes 135 Mbits/sec
[ 5] 173.00-174.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 174.00-175.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 175.00-176.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 176.00-177.00 sec 16.1 MBytes 135 Mbits/sec
[ 5] 177.00-178.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 178.00-179.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 179.00-180.00 sec 16.2 MBytes 136 Mbits/sec
- - - - - - - - - - - - - - - - - - - - - - - - -
[ ID] Interval Transfer Bitrate Retr
[ 5] 0.00-180.07 sec 2.83 GBytes 135 Mbits/sec 9289 sender
[ 5] 0.00-180.00 sec 2.83 GBytes 135 Mbits/sec receiver
iperf Done.

View File

@@ -0,0 +1,188 @@
Connecting to host 192.168.70.135, port 5201
Reverse mode, remote host 192.168.70.135 is sending
[ 5] local 12.1.1.3 port 54170 connected to 192.168.70.135 port 5201
[ 5] 0.00-1.00 sec 8.43 MBytes 70.7 Mbits/sec
[ 5] 1.00-2.00 sec 14.5 MBytes 122 Mbits/sec
[ 5] 2.00-3.00 sec 16.1 MBytes 135 Mbits/sec
[ 5] 3.00-4.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 4.00-5.00 sec 16.0 MBytes 134 Mbits/sec
[ 5] 5.00-6.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 6.00-7.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 7.00-8.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 8.00-9.00 sec 16.1 MBytes 135 Mbits/sec
[ 5] 9.00-10.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 10.00-11.00 sec 16.1 MBytes 135 Mbits/sec
[ 5] 11.00-12.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 12.00-13.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 13.00-14.00 sec 16.1 MBytes 135 Mbits/sec
[ 5] 14.00-15.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 15.00-16.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 16.00-17.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 17.00-18.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 18.00-19.00 sec 16.1 MBytes 135 Mbits/sec
[ 5] 19.00-20.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 20.00-21.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 21.00-22.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 22.00-23.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 23.00-24.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 24.00-25.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 25.00-26.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 26.00-27.00 sec 15.2 MBytes 127 Mbits/sec
[ 5] 27.00-28.00 sec 16.9 MBytes 142 Mbits/sec
[ 5] 28.00-29.00 sec 16.1 MBytes 135 Mbits/sec
[ 5] 29.00-30.00 sec 16.1 MBytes 135 Mbits/sec
[ 5] 30.00-31.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 31.00-32.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 32.00-33.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 33.00-34.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 34.00-35.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 35.00-36.00 sec 16.1 MBytes 135 Mbits/sec
[ 5] 36.00-37.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 37.00-38.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 38.00-39.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 39.00-40.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 40.00-41.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 41.00-42.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 42.00-43.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 43.00-44.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 44.00-45.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 45.00-46.00 sec 16.1 MBytes 135 Mbits/sec
[ 5] 46.00-47.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 47.00-48.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 48.00-49.00 sec 16.1 MBytes 135 Mbits/sec
[ 5] 49.00-50.00 sec 15.9 MBytes 133 Mbits/sec
[ 5] 50.00-51.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 51.00-52.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 52.00-53.00 sec 15.8 MBytes 132 Mbits/sec
[ 5] 53.00-54.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 54.00-55.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 55.00-56.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 56.00-57.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 57.00-58.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 58.00-59.00 sec 16.1 MBytes 135 Mbits/sec
[ 5] 59.00-60.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 60.00-61.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 61.00-62.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 62.00-63.00 sec 16.1 MBytes 135 Mbits/sec
[ 5] 63.00-64.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 64.00-65.00 sec 16.1 MBytes 135 Mbits/sec
[ 5] 65.00-66.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 66.00-67.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 67.00-68.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 68.00-69.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 69.00-70.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 70.00-71.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 71.00-72.00 sec 15.9 MBytes 133 Mbits/sec
[ 5] 72.00-73.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 73.00-74.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 74.00-75.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 75.00-76.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 76.00-77.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 77.00-78.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 78.00-79.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 79.00-80.00 sec 16.1 MBytes 135 Mbits/sec
[ 5] 80.00-81.00 sec 16.0 MBytes 134 Mbits/sec
[ 5] 81.00-82.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 82.00-83.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 83.00-84.00 sec 15.6 MBytes 131 Mbits/sec
[ 5] 84.00-85.00 sec 15.8 MBytes 133 Mbits/sec
[ 5] 85.00-86.00 sec 16.2 MBytes 135 Mbits/sec
[ 5] 86.00-87.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 87.00-88.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 88.00-89.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 89.00-90.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 90.00-91.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 91.00-92.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 92.00-93.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 93.00-94.00 sec 14.4 MBytes 121 Mbits/sec
[ 5] 94.00-95.00 sec 17.0 MBytes 143 Mbits/sec
[ 5] 95.00-96.00 sec 16.1 MBytes 135 Mbits/sec
[ 5] 96.00-97.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 97.00-98.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 98.00-99.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 99.00-100.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 100.00-101.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 101.00-102.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 102.00-103.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 103.00-104.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 104.00-105.00 sec 16.1 MBytes 135 Mbits/sec
[ 5] 105.00-106.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 106.00-107.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 107.00-108.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 108.00-109.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 109.00-110.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 110.00-111.00 sec 16.1 MBytes 135 Mbits/sec
[ 5] 111.00-112.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 112.00-113.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 113.00-114.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 114.00-115.00 sec 16.1 MBytes 135 Mbits/sec
[ 5] 115.00-116.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 116.00-117.00 sec 15.9 MBytes 133 Mbits/sec
[ 5] 117.00-118.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 118.00-119.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 119.00-120.00 sec 16.2 MBytes 135 Mbits/sec
[ 5] 120.00-121.00 sec 16.1 MBytes 135 Mbits/sec
[ 5] 121.00-122.00 sec 16.1 MBytes 135 Mbits/sec
[ 5] 122.00-123.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 123.00-124.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 124.00-125.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 125.00-126.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 126.00-127.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 127.00-128.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 128.00-129.00 sec 16.1 MBytes 135 Mbits/sec
[ 5] 129.00-130.00 sec 16.1 MBytes 135 Mbits/sec
[ 5] 130.00-131.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 131.00-132.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 132.00-133.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 133.00-134.00 sec 16.1 MBytes 135 Mbits/sec
[ 5] 134.00-135.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 135.00-136.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 136.00-137.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 137.00-138.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 138.00-139.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 139.00-140.00 sec 16.0 MBytes 135 Mbits/sec
[ 5] 140.00-141.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 141.00-142.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 142.00-143.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 143.00-144.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 144.00-145.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 145.00-146.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 146.00-147.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 147.00-148.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 148.00-149.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 149.00-150.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 150.00-151.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 151.00-152.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 152.00-153.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 153.00-154.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 154.00-155.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 155.00-156.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 156.00-157.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 157.00-158.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 158.00-159.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 159.00-160.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 160.00-161.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 161.00-162.00 sec 14.5 MBytes 122 Mbits/sec
[ 5] 162.00-163.00 sec 17.7 MBytes 149 Mbits/sec
[ 5] 163.00-164.00 sec 16.1 MBytes 135 Mbits/sec
[ 5] 164.00-165.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 165.00-166.00 sec 16.1 MBytes 135 Mbits/sec
[ 5] 166.00-167.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 167.00-168.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 168.00-169.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 169.00-170.00 sec 15.9 MBytes 134 Mbits/sec
[ 5] 170.00-171.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 171.00-172.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 172.00-173.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 173.00-174.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 174.00-175.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 175.00-176.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 176.00-177.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 177.00-178.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 178.00-179.00 sec 16.1 MBytes 136 Mbits/sec
[ 5] 179.00-180.00 sec 16.1 MBytes 135 Mbits/sec
- - - - - - - - - - - - - - - - - - - - - - - - -
[ ID] Interval Transfer Bitrate Retr
[ 5] 0.00-180.08 sec 2.83 GBytes 135 Mbits/sec 8799 sender
[ 5] 0.00-180.00 sec 2.83 GBytes 135 Mbits/sec receiver
iperf Done.

View File

@@ -0,0 +1,188 @@
Connecting to host 192.168.70.135, port 5201
Reverse mode, remote host 192.168.70.135 is sending
[ 5] local 12.1.1.3 port 56244 connected to 192.168.70.135 port 5201
[ 5] 0.00-1.00 sec 6.56 MBytes 55.0 Mbits/sec
[ 5] 1.00-2.00 sec 12.6 MBytes 106 Mbits/sec
[ 5] 2.00-3.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 3.00-4.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 4.00-5.00 sec 15.1 MBytes 127 Mbits/sec
[ 5] 5.00-6.00 sec 16.9 MBytes 142 Mbits/sec
[ 5] 6.00-7.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 7.00-8.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 8.00-9.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 9.00-10.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 10.00-11.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 11.00-12.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 12.00-13.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 13.00-14.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 14.00-15.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 15.00-16.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 16.00-17.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 17.00-18.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 18.00-19.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 19.00-20.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 20.00-21.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 21.00-22.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 22.00-23.00 sec 16.1 MBytes 135 Mbits/sec
[ 5] 23.00-24.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 24.00-25.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 25.00-26.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 26.00-27.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 27.00-28.00 sec 15.5 MBytes 130 Mbits/sec
[ 5] 28.00-29.00 sec 16.6 MBytes 139 Mbits/sec
[ 5] 29.00-30.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 30.00-31.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 31.00-32.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 32.00-33.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 33.00-34.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 34.00-35.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 35.00-36.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 36.00-37.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 37.00-38.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 38.00-39.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 39.00-40.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 40.00-41.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 41.00-42.00 sec 16.1 MBytes 135 Mbits/sec
[ 5] 42.00-43.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 43.00-44.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 44.00-45.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 45.00-46.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 46.00-47.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 47.00-48.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 48.00-49.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 49.00-50.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 50.00-51.00 sec 15.8 MBytes 133 Mbits/sec
[ 5] 51.00-52.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 52.00-53.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 53.00-54.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 54.00-55.00 sec 16.2 MBytes 135 Mbits/sec
[ 5] 55.00-56.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 56.00-57.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 57.00-58.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 58.00-59.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 59.00-60.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 60.00-61.00 sec 16.1 MBytes 135 Mbits/sec
[ 5] 61.00-62.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 62.00-63.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 63.00-64.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 64.00-65.00 sec 16.1 MBytes 135 Mbits/sec
[ 5] 65.00-66.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 66.00-67.00 sec 16.1 MBytes 135 Mbits/sec
[ 5] 67.00-68.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 68.00-69.00 sec 16.2 MBytes 135 Mbits/sec
[ 5] 69.00-70.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 70.00-71.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 71.00-72.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 72.00-73.00 sec 15.8 MBytes 133 Mbits/sec
[ 5] 73.00-74.00 sec 16.1 MBytes 135 Mbits/sec
[ 5] 74.00-75.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 75.00-76.00 sec 16.0 MBytes 134 Mbits/sec
[ 5] 76.00-77.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 77.00-78.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 78.00-79.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 79.00-80.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 80.00-81.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 81.00-82.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 82.00-83.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 83.00-84.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 84.00-85.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 85.00-86.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 86.00-87.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 87.00-88.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 88.00-89.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 89.00-90.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 90.00-91.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 91.00-92.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 92.00-93.00 sec 16.2 MBytes 135 Mbits/sec
[ 5] 93.00-94.00 sec 16.1 MBytes 135 Mbits/sec
[ 5] 94.00-95.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 95.00-96.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 96.00-97.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 97.00-98.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 98.00-99.00 sec 15.9 MBytes 134 Mbits/sec
[ 5] 99.00-100.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 100.00-101.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 101.00-102.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 102.00-103.00 sec 16.1 MBytes 135 Mbits/sec
[ 5] 103.00-104.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 104.00-105.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 105.00-106.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 106.00-107.00 sec 16.2 MBytes 135 Mbits/sec
[ 5] 107.00-108.00 sec 16.1 MBytes 135 Mbits/sec
[ 5] 108.00-109.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 109.00-110.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 110.00-111.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 111.00-112.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 112.00-113.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 113.00-114.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 114.00-115.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 115.00-116.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 116.00-117.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 117.00-118.00 sec 16.1 MBytes 136 Mbits/sec
[ 5] 118.00-119.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 119.00-120.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 120.00-121.00 sec 15.8 MBytes 132 Mbits/sec
[ 5] 121.00-122.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 122.00-123.00 sec 16.1 MBytes 135 Mbits/sec
[ 5] 123.00-124.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 124.00-125.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 125.00-126.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 126.00-127.00 sec 16.1 MBytes 135 Mbits/sec
[ 5] 127.00-128.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 128.00-129.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 129.00-130.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 130.00-131.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 131.00-132.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 132.00-133.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 133.00-134.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 134.00-135.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 135.00-136.00 sec 16.1 MBytes 135 Mbits/sec
[ 5] 136.00-137.00 sec 16.1 MBytes 135 Mbits/sec
[ 5] 137.00-138.00 sec 16.1 MBytes 135 Mbits/sec
[ 5] 138.00-139.00 sec 16.1 MBytes 135 Mbits/sec
[ 5] 139.00-140.00 sec 16.1 MBytes 135 Mbits/sec
[ 5] 140.00-141.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 141.00-142.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 142.00-143.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 143.00-144.00 sec 16.1 MBytes 135 Mbits/sec
[ 5] 144.00-145.00 sec 16.1 MBytes 135 Mbits/sec
[ 5] 145.00-146.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 146.00-147.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 147.00-148.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 148.00-149.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 149.00-150.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 150.00-151.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 151.00-152.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 152.00-153.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 153.00-154.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 154.00-155.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 155.00-156.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 156.00-157.00 sec 16.2 MBytes 135 Mbits/sec
[ 5] 157.00-158.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 158.00-159.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 159.00-160.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 160.00-161.00 sec 16.1 MBytes 135 Mbits/sec
[ 5] 161.00-162.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 162.00-163.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 163.00-164.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 164.00-165.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 165.00-166.00 sec 15.9 MBytes 133 Mbits/sec
[ 5] 166.00-167.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 167.00-168.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 168.00-169.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 169.00-170.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 170.00-171.00 sec 16.1 MBytes 135 Mbits/sec
[ 5] 171.00-172.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 172.00-173.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 173.00-174.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 174.00-175.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 175.00-176.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 176.00-177.00 sec 16.1 MBytes 135 Mbits/sec
[ 5] 177.00-178.00 sec 16.2 MBytes 135 Mbits/sec
[ 5] 178.00-179.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 179.00-180.00 sec 16.2 MBytes 136 Mbits/sec
- - - - - - - - - - - - - - - - - - - - - - - - -
[ ID] Interval Transfer Bitrate Retr
[ 5] 0.00-180.05 sec 2.83 GBytes 135 Mbits/sec 8810 sender
[ 5] 0.00-180.00 sec 2.83 GBytes 135 Mbits/sec receiver
iperf Done.

View File

@@ -0,0 +1,188 @@
Connecting to host 192.168.70.135, port 5201
Reverse mode, remote host 192.168.70.135 is sending
[ 5] local 12.1.1.3 port 56410 connected to 192.168.70.135 port 5201
[ 5] 0.00-1.00 sec 6.88 MBytes 57.7 Mbits/sec
[ 5] 1.00-2.00 sec 12.8 MBytes 108 Mbits/sec
[ 5] 2.00-3.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 3.00-4.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 4.00-5.00 sec 15.1 MBytes 126 Mbits/sec
[ 5] 5.00-6.00 sec 16.9 MBytes 142 Mbits/sec
[ 5] 6.00-7.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 7.00-8.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 8.00-9.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 9.00-10.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 10.00-11.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 11.00-12.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 12.00-13.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 13.00-14.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 14.00-15.00 sec 16.1 MBytes 135 Mbits/sec
[ 5] 15.00-16.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 16.00-17.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 17.00-18.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 18.00-19.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 19.00-20.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 20.00-21.00 sec 16.2 MBytes 135 Mbits/sec
[ 5] 21.00-22.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 22.00-23.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 23.00-24.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 24.00-25.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 25.00-26.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 26.00-27.00 sec 15.7 MBytes 132 Mbits/sec
[ 5] 27.00-28.00 sec 16.4 MBytes 137 Mbits/sec
[ 5] 28.00-29.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 29.00-30.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 30.00-31.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 31.00-32.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 32.00-33.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 33.00-34.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 34.00-35.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 35.00-36.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 36.00-37.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 37.00-38.00 sec 16.2 MBytes 135 Mbits/sec
[ 5] 38.00-39.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 39.00-40.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 40.00-41.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 41.00-42.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 42.00-43.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 43.00-44.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 44.00-45.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 45.00-46.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 46.00-47.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 47.00-48.00 sec 16.1 MBytes 135 Mbits/sec
[ 5] 48.00-49.00 sec 16.1 MBytes 135 Mbits/sec
[ 5] 49.00-50.00 sec 16.0 MBytes 134 Mbits/sec
[ 5] 50.00-51.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 51.00-52.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 52.00-53.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 53.00-54.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 54.00-55.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 55.00-56.00 sec 16.1 MBytes 135 Mbits/sec
[ 5] 56.00-57.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 57.00-58.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 58.00-59.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 59.00-60.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 60.00-61.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 61.00-62.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 62.00-63.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 63.00-64.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 64.00-65.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 65.00-66.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 66.00-67.00 sec 16.1 MBytes 135 Mbits/sec
[ 5] 67.00-68.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 68.00-69.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 69.00-70.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 70.00-71.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 71.00-72.00 sec 15.9 MBytes 133 Mbits/sec
[ 5] 72.00-73.00 sec 16.1 MBytes 136 Mbits/sec
[ 5] 73.00-74.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 74.00-75.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 75.00-76.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 76.00-77.00 sec 16.1 MBytes 135 Mbits/sec
[ 5] 77.00-78.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 78.00-79.00 sec 16.1 MBytes 135 Mbits/sec
[ 5] 79.00-80.00 sec 16.1 MBytes 135 Mbits/sec
[ 5] 80.00-81.00 sec 16.1 MBytes 135 Mbits/sec
[ 5] 81.00-82.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 82.00-83.00 sec 16.0 MBytes 135 Mbits/sec
[ 5] 83.00-84.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 84.00-85.00 sec 16.2 MBytes 135 Mbits/sec
[ 5] 85.00-86.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 86.00-87.00 sec 16.1 MBytes 135 Mbits/sec
[ 5] 87.00-88.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 88.00-89.00 sec 16.2 MBytes 135 Mbits/sec
[ 5] 89.00-90.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 90.00-91.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 91.00-92.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 92.00-93.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 93.00-94.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 94.00-95.00 sec 15.9 MBytes 133 Mbits/sec
[ 5] 95.00-96.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 96.00-97.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 97.00-98.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 98.00-99.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 99.00-100.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 100.00-101.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 101.00-102.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 102.00-103.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 103.00-104.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 104.00-105.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 105.00-106.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 106.00-107.00 sec 16.1 MBytes 135 Mbits/sec
[ 5] 107.00-108.00 sec 16.1 MBytes 135 Mbits/sec
[ 5] 108.00-109.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 109.00-110.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 110.00-111.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 111.00-112.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 112.00-113.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 113.00-114.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 114.00-115.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 115.00-116.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 116.00-117.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 117.00-118.00 sec 15.0 MBytes 126 Mbits/sec
[ 5] 118.00-119.00 sec 17.0 MBytes 142 Mbits/sec
[ 5] 119.00-120.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 120.00-121.00 sec 16.1 MBytes 135 Mbits/sec
[ 5] 121.00-122.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 122.00-123.00 sec 16.1 MBytes 136 Mbits/sec
[ 5] 123.00-124.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 124.00-125.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 125.00-126.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 126.00-127.00 sec 16.1 MBytes 135 Mbits/sec
[ 5] 127.00-128.00 sec 16.0 MBytes 134 Mbits/sec
[ 5] 128.00-129.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 129.00-130.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 130.00-131.00 sec 16.1 MBytes 136 Mbits/sec
[ 5] 131.00-132.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 132.00-133.00 sec 16.1 MBytes 135 Mbits/sec
[ 5] 133.00-134.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 134.00-135.00 sec 16.0 MBytes 134 Mbits/sec
[ 5] 135.00-136.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 136.00-137.00 sec 16.0 MBytes 134 Mbits/sec
[ 5] 137.00-138.00 sec 16.0 MBytes 134 Mbits/sec
[ 5] 138.00-139.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 139.00-140.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 140.00-141.00 sec 16.0 MBytes 135 Mbits/sec
[ 5] 141.00-142.00 sec 15.9 MBytes 133 Mbits/sec
[ 5] 142.00-143.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 143.00-144.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 144.00-145.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 145.00-146.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 146.00-147.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 147.00-148.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 148.00-149.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 149.00-150.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 150.00-151.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 151.00-152.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 152.00-153.00 sec 16.1 MBytes 135 Mbits/sec
[ 5] 153.00-154.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 154.00-155.00 sec 16.1 MBytes 135 Mbits/sec
[ 5] 155.00-156.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 156.00-157.00 sec 16.1 MBytes 135 Mbits/sec
[ 5] 157.00-158.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 158.00-159.00 sec 16.1 MBytes 135 Mbits/sec
[ 5] 159.00-160.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 160.00-161.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 161.00-162.00 sec 16.1 MBytes 135 Mbits/sec
[ 5] 162.00-163.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 163.00-164.00 sec 14.5 MBytes 122 Mbits/sec
[ 5] 164.00-165.00 sec 17.7 MBytes 148 Mbits/sec
[ 5] 165.00-166.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 166.00-167.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 167.00-168.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 168.00-169.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 169.00-170.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 170.00-171.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 171.00-172.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 172.00-173.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 173.00-174.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 174.00-175.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 175.00-176.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 176.00-177.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 177.00-178.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 178.00-179.00 sec 16.2 MBytes 135 Mbits/sec
[ 5] 179.00-180.00 sec 16.2 MBytes 136 Mbits/sec
- - - - - - - - - - - - - - - - - - - - - - - - -
[ ID] Interval Transfer Bitrate Retr
[ 5] 0.00-180.06 sec 2.83 GBytes 135 Mbits/sec 8663 sender
[ 5] 0.00-180.00 sec 2.83 GBytes 135 Mbits/sec receiver
iperf Done.

View File

@@ -0,0 +1,188 @@
Connecting to host 192.168.70.135, port 5201
Reverse mode, remote host 192.168.70.135 is sending
[ 5] local 12.1.1.3 port 56564 connected to 192.168.70.135 port 5201
[ 5] 0.00-1.00 sec 8.03 MBytes 67.3 Mbits/sec
[ 5] 1.00-2.00 sec 13.8 MBytes 116 Mbits/sec
[ 5] 2.00-3.00 sec 16.2 MBytes 135 Mbits/sec
[ 5] 3.00-4.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 4.00-5.00 sec 16.1 MBytes 135 Mbits/sec
[ 5] 5.00-6.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 6.00-7.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 7.00-8.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 8.00-9.00 sec 16.0 MBytes 134 Mbits/sec
[ 5] 9.00-10.00 sec 16.1 MBytes 135 Mbits/sec
[ 5] 10.00-11.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 11.00-12.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 12.00-13.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 13.00-14.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 14.00-15.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 15.00-16.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 16.00-17.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 17.00-18.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 18.00-19.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 19.00-20.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 20.00-21.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 21.00-22.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 22.00-23.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 23.00-24.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 24.00-25.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 25.00-26.00 sec 16.1 MBytes 135 Mbits/sec
[ 5] 26.00-27.00 sec 15.8 MBytes 132 Mbits/sec
[ 5] 27.00-28.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 28.00-29.00 sec 16.1 MBytes 136 Mbits/sec
[ 5] 29.00-30.00 sec 16.2 MBytes 135 Mbits/sec
[ 5] 30.00-31.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 31.00-32.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 32.00-33.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 33.00-34.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 34.00-35.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 35.00-36.00 sec 16.1 MBytes 135 Mbits/sec
[ 5] 36.00-37.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 37.00-38.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 38.00-39.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 39.00-40.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 40.00-41.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 41.00-42.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 42.00-43.00 sec 16.1 MBytes 135 Mbits/sec
[ 5] 43.00-44.00 sec 16.0 MBytes 134 Mbits/sec
[ 5] 44.00-45.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 45.00-46.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 46.00-47.00 sec 16.1 MBytes 135 Mbits/sec
[ 5] 47.00-48.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 48.00-49.00 sec 16.1 MBytes 135 Mbits/sec
[ 5] 49.00-50.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 50.00-51.00 sec 16.0 MBytes 134 Mbits/sec
[ 5] 51.00-52.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 52.00-53.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 53.00-54.00 sec 16.2 MBytes 135 Mbits/sec
[ 5] 54.00-55.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 55.00-56.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 56.00-57.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 57.00-58.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 58.00-59.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 59.00-60.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 60.00-61.00 sec 16.1 MBytes 135 Mbits/sec
[ 5] 61.00-62.00 sec 16.1 MBytes 135 Mbits/sec
[ 5] 62.00-63.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 63.00-64.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 64.00-65.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 65.00-66.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 66.00-67.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 67.00-68.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 68.00-69.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 69.00-70.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 70.00-71.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 71.00-72.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 72.00-73.00 sec 16.0 MBytes 134 Mbits/sec
[ 5] 73.00-74.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 74.00-75.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 75.00-76.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 76.00-77.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 77.00-78.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 78.00-79.00 sec 16.1 MBytes 135 Mbits/sec
[ 5] 79.00-80.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 80.00-81.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 81.00-82.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 82.00-83.00 sec 16.0 MBytes 134 Mbits/sec
[ 5] 83.00-84.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 84.00-85.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 85.00-86.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 86.00-87.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 87.00-88.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 88.00-89.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 89.00-90.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 90.00-91.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 91.00-92.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 92.00-93.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 93.00-94.00 sec 16.1 MBytes 135 Mbits/sec
[ 5] 94.00-95.00 sec 13.3 MBytes 112 Mbits/sec
[ 5] 95.00-96.00 sec 18.8 MBytes 158 Mbits/sec
[ 5] 96.00-97.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 97.00-98.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 98.00-99.00 sec 16.1 MBytes 136 Mbits/sec
[ 5] 99.00-100.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 100.00-101.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 101.00-102.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 102.00-103.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 103.00-104.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 104.00-105.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 105.00-106.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 106.00-107.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 107.00-108.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 108.00-109.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 109.00-110.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 110.00-111.00 sec 16.1 MBytes 135 Mbits/sec
[ 5] 111.00-112.00 sec 16.2 MBytes 135 Mbits/sec
[ 5] 112.00-113.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 113.00-114.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 114.00-115.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 115.00-116.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 116.00-117.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 117.00-118.00 sec 15.7 MBytes 132 Mbits/sec
[ 5] 118.00-119.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 119.00-120.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 120.00-121.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 121.00-122.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 122.00-123.00 sec 16.1 MBytes 135 Mbits/sec
[ 5] 123.00-124.00 sec 16.2 MBytes 135 Mbits/sec
[ 5] 124.00-125.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 125.00-126.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 126.00-127.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 127.00-128.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 128.00-129.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 129.00-130.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 130.00-131.00 sec 16.1 MBytes 135 Mbits/sec
[ 5] 131.00-132.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 132.00-133.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 133.00-134.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 134.00-135.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 135.00-136.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 136.00-137.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 137.00-138.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 138.00-139.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 139.00-140.00 sec 15.6 MBytes 131 Mbits/sec
[ 5] 140.00-141.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 141.00-142.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 142.00-143.00 sec 16.1 MBytes 135 Mbits/sec
[ 5] 143.00-144.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 144.00-145.00 sec 16.1 MBytes 135 Mbits/sec
[ 5] 145.00-146.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 146.00-147.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 147.00-148.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 148.00-149.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 149.00-150.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 150.00-151.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 151.00-152.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 152.00-153.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 153.00-154.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 154.00-155.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 155.00-156.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 156.00-157.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 157.00-158.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 158.00-159.00 sec 16.1 MBytes 135 Mbits/sec
[ 5] 159.00-160.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 160.00-161.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 161.00-162.00 sec 16.1 MBytes 135 Mbits/sec
[ 5] 162.00-163.00 sec 14.3 MBytes 120 Mbits/sec
[ 5] 163.00-164.00 sec 18.0 MBytes 151 Mbits/sec
[ 5] 164.00-165.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 165.00-166.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 166.00-167.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 167.00-168.00 sec 16.1 MBytes 135 Mbits/sec
[ 5] 168.00-169.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 169.00-170.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 170.00-171.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 171.00-172.00 sec 16.1 MBytes 135 Mbits/sec
[ 5] 172.00-173.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 173.00-174.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 174.00-175.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 175.00-176.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 176.00-177.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 177.00-178.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 178.00-179.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 179.00-180.00 sec 16.2 MBytes 136 Mbits/sec
- - - - - - - - - - - - - - - - - - - - - - - - -
[ ID] Interval Transfer Bitrate Retr
[ 5] 0.00-180.05 sec 2.83 GBytes 135 Mbits/sec 7866 sender
[ 5] 0.00-180.00 sec 2.83 GBytes 135 Mbits/sec receiver
iperf Done.

File diff suppressed because it is too large Load Diff

Binary file not shown.

After

Width:  |  Height:  |  Size: 65 KiB

View File

@@ -0,0 +1,188 @@
Connecting to host 192.168.70.135, port 5201
Reverse mode, remote host 192.168.70.135 is sending
[ 5] local 12.1.1.3 port 33802 connected to 192.168.70.135 port 5201
[ 5] 0.00-1.00 sec 11.2 MBytes 93.9 Mbits/sec
[ 5] 1.00-2.00 sec 14.1 MBytes 118 Mbits/sec
[ 5] 2.00-3.00 sec 16.0 MBytes 135 Mbits/sec
[ 5] 3.00-4.00 sec 22.0 MBytes 184 Mbits/sec
[ 5] 4.00-5.00 sec 24.1 MBytes 202 Mbits/sec
[ 5] 5.00-6.00 sec 24.7 MBytes 207 Mbits/sec
[ 5] 6.00-7.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 7.00-8.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 8.00-9.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 9.00-10.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 10.00-11.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 11.00-12.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 12.00-13.00 sec 24.7 MBytes 208 Mbits/sec
[ 5] 13.00-14.00 sec 24.9 MBytes 208 Mbits/sec
[ 5] 14.00-15.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 15.00-16.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 16.00-17.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 17.00-18.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 18.00-19.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 19.00-20.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 20.00-21.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 21.00-22.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 22.00-23.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 23.00-24.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 24.00-25.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 25.00-26.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 26.00-27.00 sec 24.4 MBytes 205 Mbits/sec
[ 5] 27.00-28.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 28.00-29.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 29.00-30.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 30.00-31.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 31.00-32.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 32.00-33.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 33.00-34.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 34.00-35.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 35.00-36.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 36.00-37.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 37.00-38.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 38.00-39.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 39.00-40.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 40.00-41.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 41.00-42.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 42.00-43.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 43.00-44.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 44.00-45.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 45.00-46.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 46.00-47.00 sec 24.7 MBytes 208 Mbits/sec
[ 5] 47.00-48.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 48.00-49.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 49.00-50.00 sec 24.4 MBytes 205 Mbits/sec
[ 5] 50.00-51.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 51.00-52.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 52.00-53.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 53.00-54.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 54.00-55.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 55.00-56.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 56.00-57.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 57.00-58.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 58.00-59.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 59.00-60.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 60.00-61.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 61.00-62.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 62.00-63.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 63.00-64.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 64.00-65.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 65.00-66.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 66.00-67.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 67.00-68.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 68.00-69.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 69.00-70.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 70.00-71.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 71.00-72.00 sec 24.3 MBytes 204 Mbits/sec
[ 5] 72.00-73.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 73.00-74.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 74.00-75.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 75.00-76.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 76.00-77.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 77.00-78.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 78.00-79.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 79.00-80.00 sec 24.7 MBytes 208 Mbits/sec
[ 5] 80.00-81.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 81.00-82.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 82.00-83.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 83.00-84.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 84.00-85.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 85.00-86.00 sec 24.7 MBytes 208 Mbits/sec
[ 5] 86.00-87.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 87.00-88.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 88.00-89.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 89.00-90.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 90.00-91.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 91.00-92.00 sec 23.9 MBytes 201 Mbits/sec
[ 5] 92.00-93.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 93.00-94.00 sec 24.6 MBytes 206 Mbits/sec
[ 5] 94.00-95.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 95.00-96.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 96.00-97.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 97.00-98.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 98.00-99.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 99.00-100.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 100.00-101.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 101.00-102.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 102.00-103.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 103.00-104.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 104.00-105.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 105.00-106.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 106.00-107.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 107.00-108.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 108.00-109.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 109.00-110.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 110.00-111.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 111.00-112.00 sec 24.4 MBytes 204 Mbits/sec
[ 5] 112.00-113.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 113.00-114.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 114.00-115.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 115.00-116.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 116.00-117.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 117.00-118.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 118.00-119.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 119.00-120.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 120.00-121.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 121.00-122.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 122.00-123.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 123.00-124.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 124.00-125.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 125.00-126.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 126.00-127.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 127.00-128.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 128.00-129.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 129.00-130.00 sec 24.7 MBytes 207 Mbits/sec
[ 5] 130.00-131.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 131.00-132.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 132.00-133.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 133.00-134.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 134.00-135.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 135.00-136.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 136.00-137.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 137.00-138.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 138.00-139.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 139.00-140.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 140.00-141.00 sec 23.9 MBytes 200 Mbits/sec
[ 5] 141.00-142.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 142.00-143.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 143.00-144.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 144.00-145.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 145.00-146.00 sec 24.7 MBytes 207 Mbits/sec
[ 5] 146.00-147.00 sec 24.2 MBytes 203 Mbits/sec
[ 5] 147.00-148.00 sec 24.7 MBytes 208 Mbits/sec
[ 5] 148.00-149.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 149.00-150.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 150.00-151.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 151.00-152.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 152.00-153.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 153.00-154.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 154.00-155.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 155.00-156.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 156.00-157.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 157.00-158.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 158.00-159.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 159.00-160.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 160.00-161.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 161.00-162.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 162.00-163.00 sec 24.4 MBytes 205 Mbits/sec
[ 5] 163.00-164.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 164.00-165.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 165.00-166.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 166.00-167.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 167.00-168.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 168.00-169.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 169.00-170.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 170.00-171.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 171.00-172.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 172.00-173.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 173.00-174.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 174.00-175.00 sec 24.7 MBytes 208 Mbits/sec
[ 5] 175.00-176.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 176.00-177.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 177.00-178.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 178.00-179.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 179.00-180.00 sec 24.8 MBytes 208 Mbits/sec
- - - - - - - - - - - - - - - - - - - - - - - - -
[ ID] Interval Transfer Bitrate Retr
[ 5] 0.00-180.05 sec 4.32 GBytes 206 Mbits/sec 8807 sender
[ 5] 0.00-180.00 sec 4.32 GBytes 206 Mbits/sec receiver
iperf Done.

View File

@@ -0,0 +1,188 @@
Connecting to host 192.168.70.135, port 5201
Reverse mode, remote host 192.168.70.135 is sending
[ 5] local 12.1.1.3 port 58880 connected to 192.168.70.135 port 5201
[ 5] 0.00-1.00 sec 12.6 MBytes 106 Mbits/sec
[ 5] 1.00-2.00 sec 22.2 MBytes 186 Mbits/sec
[ 5] 2.00-3.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 3.00-4.00 sec 24.5 MBytes 206 Mbits/sec
[ 5] 4.00-5.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 5.00-6.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 6.00-7.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 7.00-8.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 8.00-9.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 9.00-10.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 10.00-11.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 11.00-12.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 12.00-13.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 13.00-14.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 14.00-15.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 15.00-16.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 16.00-17.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 17.00-18.00 sec 24.7 MBytes 208 Mbits/sec
[ 5] 18.00-19.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 19.00-20.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 20.00-21.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 21.00-22.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 22.00-23.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 23.00-24.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 24.00-25.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 25.00-26.00 sec 24.3 MBytes 204 Mbits/sec
[ 5] 26.00-27.00 sec 24.7 MBytes 208 Mbits/sec
[ 5] 27.00-28.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 28.00-29.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 29.00-30.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 30.00-31.00 sec 24.6 MBytes 206 Mbits/sec
[ 5] 31.00-32.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 32.00-33.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 33.00-34.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 34.00-35.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 35.00-36.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 36.00-37.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 37.00-38.00 sec 24.5 MBytes 205 Mbits/sec
[ 5] 38.00-39.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 39.00-40.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 40.00-41.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 41.00-42.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 42.00-43.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 43.00-44.00 sec 24.4 MBytes 205 Mbits/sec
[ 5] 44.00-45.00 sec 24.7 MBytes 207 Mbits/sec
[ 5] 45.00-46.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 46.00-47.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 47.00-48.00 sec 24.7 MBytes 207 Mbits/sec
[ 5] 48.00-49.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 49.00-50.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 50.00-51.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 51.00-52.00 sec 24.7 MBytes 208 Mbits/sec
[ 5] 52.00-53.00 sec 24.9 MBytes 208 Mbits/sec
[ 5] 53.00-54.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 54.00-55.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 55.00-56.00 sec 24.7 MBytes 208 Mbits/sec
[ 5] 56.00-57.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 57.00-58.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 58.00-59.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 59.00-60.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 60.00-61.00 sec 24.9 MBytes 209 Mbits/sec
[ 5] 61.00-62.00 sec 24.1 MBytes 203 Mbits/sec
[ 5] 62.00-63.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 63.00-64.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 64.00-65.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 65.00-66.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 66.00-67.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 67.00-68.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 68.00-69.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 69.00-70.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 70.00-71.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 71.00-72.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 72.00-73.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 73.00-74.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 74.00-75.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 75.00-76.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 76.00-77.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 77.00-78.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 78.00-79.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 79.00-80.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 80.00-81.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 81.00-82.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 82.00-83.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 83.00-84.00 sec 23.9 MBytes 201 Mbits/sec
[ 5] 84.00-85.00 sec 25.2 MBytes 211 Mbits/sec
[ 5] 85.00-86.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 86.00-87.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 87.00-88.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 88.00-89.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 89.00-90.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 90.00-91.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 91.00-92.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 92.00-93.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 93.00-94.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 94.00-95.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 95.00-96.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 96.00-97.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 97.00-98.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 98.00-99.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 99.00-100.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 100.00-101.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 101.00-102.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 102.00-103.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 103.00-104.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 104.00-105.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 105.00-106.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 106.00-107.00 sec 23.1 MBytes 193 Mbits/sec
[ 5] 107.00-108.00 sec 25.8 MBytes 216 Mbits/sec
[ 5] 108.00-109.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 109.00-110.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 110.00-111.00 sec 24.7 MBytes 207 Mbits/sec
[ 5] 111.00-112.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 112.00-113.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 113.00-114.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 114.00-115.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 115.00-116.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 116.00-117.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 117.00-118.00 sec 24.5 MBytes 206 Mbits/sec
[ 5] 118.00-119.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 119.00-120.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 120.00-121.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 121.00-122.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 122.00-123.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 123.00-124.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 124.00-125.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 125.00-126.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 126.00-127.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 127.00-128.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 128.00-129.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 129.00-130.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 130.00-131.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 131.00-132.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 132.00-133.00 sec 24.7 MBytes 207 Mbits/sec
[ 5] 133.00-134.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 134.00-135.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 135.00-136.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 136.00-137.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 137.00-138.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 138.00-139.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 139.00-140.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 140.00-141.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 141.00-142.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 142.00-143.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 143.00-144.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 144.00-145.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 145.00-146.00 sec 24.9 MBytes 208 Mbits/sec
[ 5] 146.00-147.00 sec 24.7 MBytes 208 Mbits/sec
[ 5] 147.00-148.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 148.00-149.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 149.00-150.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 150.00-151.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 151.00-152.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 152.00-153.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 153.00-154.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 154.00-155.00 sec 24.7 MBytes 208 Mbits/sec
[ 5] 155.00-156.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 156.00-157.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 157.00-158.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 158.00-159.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 159.00-160.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 160.00-161.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 161.00-162.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 162.00-163.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 163.00-164.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 164.00-165.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 165.00-166.00 sec 24.9 MBytes 208 Mbits/sec
[ 5] 166.00-167.00 sec 24.7 MBytes 208 Mbits/sec
[ 5] 167.00-168.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 168.00-169.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 169.00-170.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 170.00-171.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 171.00-172.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 172.00-173.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 173.00-174.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 174.00-175.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 175.00-176.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 176.00-177.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 177.00-178.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 178.00-179.00 sec 24.7 MBytes 208 Mbits/sec
[ 5] 179.00-180.00 sec 24.7 MBytes 207 Mbits/sec
- - - - - - - - - - - - - - - - - - - - - - - - -
[ ID] Interval Transfer Bitrate Retr
[ 5] 0.00-180.03 sec 4.34 GBytes 207 Mbits/sec 6064 sender
[ 5] 0.00-180.00 sec 4.34 GBytes 207 Mbits/sec receiver
iperf Done.

View File

@@ -0,0 +1,188 @@
Connecting to host 192.168.70.135, port 5201
Reverse mode, remote host 192.168.70.135 is sending
[ 5] local 12.1.1.3 port 58976 connected to 192.168.70.135 port 5201
[ 5] 0.00-1.00 sec 6.17 MBytes 51.7 Mbits/sec
[ 5] 1.00-2.00 sec 12.1 MBytes 102 Mbits/sec
[ 5] 2.00-3.00 sec 21.6 MBytes 181 Mbits/sec
[ 5] 3.00-4.00 sec 24.3 MBytes 204 Mbits/sec
[ 5] 4.00-5.00 sec 24.6 MBytes 206 Mbits/sec
[ 5] 5.00-6.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 6.00-7.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 7.00-8.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 8.00-9.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 9.00-10.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 10.00-11.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 11.00-12.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 12.00-13.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 13.00-14.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 14.00-15.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 15.00-16.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 16.00-17.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 17.00-18.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 18.00-19.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 19.00-20.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 20.00-21.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 21.00-22.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 22.00-23.00 sec 24.7 MBytes 208 Mbits/sec
[ 5] 23.00-24.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 24.00-25.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 25.00-26.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 26.00-27.00 sec 24.3 MBytes 204 Mbits/sec
[ 5] 27.00-28.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 28.00-29.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 29.00-30.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 30.00-31.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 31.00-32.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 32.00-33.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 33.00-34.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 34.00-35.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 35.00-36.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 36.00-37.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 37.00-38.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 38.00-39.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 39.00-40.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 40.00-41.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 41.00-42.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 42.00-43.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 43.00-44.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 44.00-45.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 45.00-46.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 46.00-47.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 47.00-48.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 48.00-49.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 49.00-50.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 50.00-51.00 sec 24.6 MBytes 206 Mbits/sec
[ 5] 51.00-52.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 52.00-53.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 53.00-54.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 54.00-55.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 55.00-56.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 56.00-57.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 57.00-58.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 58.00-59.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 59.00-60.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 60.00-61.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 61.00-62.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 62.00-63.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 63.00-64.00 sec 24.0 MBytes 202 Mbits/sec
[ 5] 64.00-65.00 sec 25.2 MBytes 211 Mbits/sec
[ 5] 65.00-66.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 66.00-67.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 67.00-68.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 68.00-69.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 69.00-70.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 70.00-71.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 71.00-72.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 72.00-73.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 73.00-74.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 74.00-75.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 75.00-76.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 76.00-77.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 77.00-78.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 78.00-79.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 79.00-80.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 80.00-81.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 81.00-82.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 82.00-83.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 83.00-84.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 84.00-85.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 85.00-86.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 86.00-87.00 sec 24.1 MBytes 202 Mbits/sec
[ 5] 87.00-88.00 sec 24.6 MBytes 206 Mbits/sec
[ 5] 88.00-89.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 89.00-90.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 90.00-91.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 91.00-92.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 92.00-93.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 93.00-94.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 94.00-95.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 95.00-96.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 96.00-97.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 97.00-98.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 98.00-99.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 99.00-100.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 100.00-101.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 101.00-102.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 102.00-103.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 103.00-104.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 104.00-105.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 105.00-106.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 106.00-107.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 107.00-108.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 108.00-109.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 109.00-110.00 sec 24.2 MBytes 203 Mbits/sec
[ 5] 110.00-111.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 111.00-112.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 112.00-113.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 113.00-114.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 114.00-115.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 115.00-116.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 116.00-117.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 117.00-118.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 118.00-119.00 sec 24.7 MBytes 207 Mbits/sec
[ 5] 119.00-120.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 120.00-121.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 121.00-122.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 122.00-123.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 123.00-124.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 124.00-125.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 125.00-126.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 126.00-127.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 127.00-128.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 128.00-129.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 129.00-130.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 130.00-131.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 131.00-132.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 132.00-133.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 133.00-134.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 134.00-135.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 135.00-136.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 136.00-137.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 137.00-138.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 138.00-139.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 139.00-140.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 140.00-141.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 141.00-142.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 142.00-143.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 143.00-144.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 144.00-145.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 145.00-146.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 146.00-147.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 147.00-148.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 148.00-149.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 149.00-150.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 150.00-151.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 151.00-152.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 152.00-153.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 153.00-154.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 154.00-155.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 155.00-156.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 156.00-157.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 157.00-158.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 158.00-159.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 159.00-160.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 160.00-161.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 161.00-162.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 162.00-163.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 163.00-164.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 164.00-165.00 sec 24.9 MBytes 208 Mbits/sec
[ 5] 165.00-166.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 166.00-167.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 167.00-168.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 168.00-169.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 169.00-170.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 170.00-171.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 171.00-172.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 172.00-173.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 173.00-174.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 174.00-175.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 175.00-176.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 176.00-177.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 177.00-178.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 178.00-179.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 179.00-180.00 sec 24.8 MBytes 208 Mbits/sec
- - - - - - - - - - - - - - - - - - - - - - - - -
[ ID] Interval Transfer Bitrate Retr
[ 5] 0.00-180.06 sec 4.32 GBytes 206 Mbits/sec 7838 sender
[ 5] 0.00-180.00 sec 4.32 GBytes 206 Mbits/sec receiver
iperf Done.

View File

@@ -0,0 +1,188 @@
Connecting to host 192.168.70.135, port 5201
Reverse mode, remote host 192.168.70.135 is sending
[ 5] local 12.1.1.3 port 59156 connected to 192.168.70.135 port 5201
[ 5] 0.00-1.00 sec 12.4 MBytes 104 Mbits/sec
[ 5] 1.00-2.00 sec 21.4 MBytes 179 Mbits/sec
[ 5] 2.00-3.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 3.00-4.00 sec 24.1 MBytes 202 Mbits/sec
[ 5] 4.00-5.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 5.00-6.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 6.00-7.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 7.00-8.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 8.00-9.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 9.00-10.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 10.00-11.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 11.00-12.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 12.00-13.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 13.00-14.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 14.00-15.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 15.00-16.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 16.00-17.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 17.00-18.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 18.00-19.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 19.00-20.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 20.00-21.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 21.00-22.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 22.00-23.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 23.00-24.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 24.00-25.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 25.00-26.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 26.00-27.00 sec 24.6 MBytes 206 Mbits/sec
[ 5] 27.00-28.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 28.00-29.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 29.00-30.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 30.00-31.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 31.00-32.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 32.00-33.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 33.00-34.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 34.00-35.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 35.00-36.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 36.00-37.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 37.00-38.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 38.00-39.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 39.00-40.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 40.00-41.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 41.00-42.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 42.00-43.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 43.00-44.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 44.00-45.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 45.00-46.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 46.00-47.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 47.00-48.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 48.00-49.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 49.00-50.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 50.00-51.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 51.00-52.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 52.00-53.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 53.00-54.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 54.00-55.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 55.00-56.00 sec 24.7 MBytes 207 Mbits/sec
[ 5] 56.00-57.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 57.00-58.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 58.00-59.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 59.00-60.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 60.00-61.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 61.00-62.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 62.00-63.00 sec 24.5 MBytes 206 Mbits/sec
[ 5] 63.00-64.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 64.00-65.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 65.00-66.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 66.00-67.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 67.00-68.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 68.00-69.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 69.00-70.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 70.00-71.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 71.00-72.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 72.00-73.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 73.00-74.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 74.00-75.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 75.00-76.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 76.00-77.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 77.00-78.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 78.00-79.00 sec 24.7 MBytes 207 Mbits/sec
[ 5] 79.00-80.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 80.00-81.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 81.00-82.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 82.00-83.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 83.00-84.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 84.00-85.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 85.00-86.00 sec 24.3 MBytes 204 Mbits/sec
[ 5] 86.00-87.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 87.00-88.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 88.00-89.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 89.00-90.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 90.00-91.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 91.00-92.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 92.00-93.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 93.00-94.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 94.00-95.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 95.00-96.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 96.00-97.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 97.00-98.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 98.00-99.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 99.00-100.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 100.00-101.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 101.00-102.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 102.00-103.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 103.00-104.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 104.00-105.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 105.00-106.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 106.00-107.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 107.00-108.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 108.00-109.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 109.00-110.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 110.00-111.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 111.00-112.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 112.00-113.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 113.00-114.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 114.00-115.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 115.00-116.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 116.00-117.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 117.00-118.00 sec 24.6 MBytes 206 Mbits/sec
[ 5] 118.00-119.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 119.00-120.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 120.00-121.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 121.00-122.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 122.00-123.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 123.00-124.00 sec 24.2 MBytes 203 Mbits/sec
[ 5] 124.00-125.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 125.00-126.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 126.00-127.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 127.00-128.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 128.00-129.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 129.00-130.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 130.00-131.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 131.00-132.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 132.00-133.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 133.00-134.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 134.00-135.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 135.00-136.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 136.00-137.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 137.00-138.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 138.00-139.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 139.00-140.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 140.00-141.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 141.00-142.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 142.00-143.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 143.00-144.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 144.00-145.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 145.00-146.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 146.00-147.00 sec 24.2 MBytes 203 Mbits/sec
[ 5] 147.00-148.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 148.00-149.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 149.00-150.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 150.00-151.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 151.00-152.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 152.00-153.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 153.00-154.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 154.00-155.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 155.00-156.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 156.00-157.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 157.00-158.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 158.00-159.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 159.00-160.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 160.00-161.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 161.00-162.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 162.00-163.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 163.00-164.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 164.00-165.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 165.00-166.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 166.00-167.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 167.00-168.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 168.00-169.00 sec 24.3 MBytes 204 Mbits/sec
[ 5] 169.00-170.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 170.00-171.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 171.00-172.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 172.00-173.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 173.00-174.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 174.00-175.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 175.00-176.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 176.00-177.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 177.00-178.00 sec 24.7 MBytes 207 Mbits/sec
[ 5] 178.00-179.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 179.00-180.00 sec 24.7 MBytes 207 Mbits/sec
- - - - - - - - - - - - - - - - - - - - - - - - -
[ ID] Interval Transfer Bitrate Retr
[ 5] 0.00-180.05 sec 4.34 GBytes 207 Mbits/sec 9162 sender
[ 5] 0.00-180.00 sec 4.34 GBytes 207 Mbits/sec receiver
iperf Done.

View File

@@ -0,0 +1,188 @@
Connecting to host 192.168.70.135, port 5201
Reverse mode, remote host 192.168.70.135 is sending
[ 5] local 12.1.1.3 port 59266 connected to 192.168.70.135 port 5201
[ 5] 0.00-1.00 sec 12.0 MBytes 101 Mbits/sec
[ 5] 1.00-2.00 sec 21.8 MBytes 183 Mbits/sec
[ 5] 2.00-3.00 sec 24.6 MBytes 207 Mbits/sec
[ 5] 3.00-4.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 4.00-5.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 5.00-6.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 6.00-7.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 7.00-8.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 8.00-9.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 9.00-10.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 10.00-11.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 11.00-12.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 12.00-13.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 13.00-14.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 14.00-15.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 15.00-16.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 16.00-17.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 17.00-18.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 18.00-19.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 19.00-20.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 20.00-21.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 21.00-22.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 22.00-23.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 23.00-24.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 24.00-25.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 25.00-26.00 sec 24.5 MBytes 205 Mbits/sec
[ 5] 26.00-27.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 27.00-28.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 28.00-29.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 29.00-30.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 30.00-31.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 31.00-32.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 32.00-33.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 33.00-34.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 34.00-35.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 35.00-36.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 36.00-37.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 37.00-38.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 38.00-39.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 39.00-40.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 40.00-41.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 41.00-42.00 sec 24.7 MBytes 207 Mbits/sec
[ 5] 42.00-43.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 43.00-44.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 44.00-45.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 45.00-46.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 46.00-47.00 sec 24.7 MBytes 208 Mbits/sec
[ 5] 47.00-48.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 48.00-49.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 49.00-50.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 50.00-51.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 51.00-52.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 52.00-53.00 sec 22.8 MBytes 192 Mbits/sec
[ 5] 53.00-54.00 sec 26.4 MBytes 221 Mbits/sec
[ 5] 54.00-55.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 55.00-56.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 56.00-57.00 sec 24.7 MBytes 208 Mbits/sec
[ 5] 57.00-58.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 58.00-59.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 59.00-60.00 sec 24.7 MBytes 208 Mbits/sec
[ 5] 60.00-61.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 61.00-62.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 62.00-63.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 63.00-64.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 64.00-65.00 sec 24.0 MBytes 202 Mbits/sec
[ 5] 65.00-66.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 66.00-67.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 67.00-68.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 68.00-69.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 69.00-70.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 70.00-71.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 71.00-72.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 72.00-73.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 73.00-74.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 74.00-75.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 75.00-76.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 76.00-77.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 77.00-78.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 78.00-79.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 79.00-80.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 80.00-81.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 81.00-82.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 82.00-83.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 83.00-84.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 84.00-85.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 85.00-86.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 86.00-87.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 87.00-88.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 88.00-89.00 sec 24.2 MBytes 203 Mbits/sec
[ 5] 89.00-90.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 90.00-91.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 91.00-92.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 92.00-93.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 93.00-94.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 94.00-95.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 95.00-96.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 96.00-97.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 97.00-98.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 98.00-99.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 99.00-100.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 100.00-101.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 101.00-102.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 102.00-103.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 103.00-104.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 104.00-105.00 sec 24.7 MBytes 207 Mbits/sec
[ 5] 105.00-106.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 106.00-107.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 107.00-108.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 108.00-109.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 109.00-110.00 sec 23.9 MBytes 200 Mbits/sec
[ 5] 110.00-111.00 sec 25.0 MBytes 210 Mbits/sec
[ 5] 111.00-112.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 112.00-113.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 113.00-114.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 114.00-115.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 115.00-116.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 116.00-117.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 117.00-118.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 118.00-119.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 119.00-120.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 120.00-121.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 121.00-122.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 122.00-123.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 123.00-124.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 124.00-125.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 125.00-126.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 126.00-127.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 127.00-128.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 128.00-129.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 129.00-130.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 130.00-131.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 131.00-132.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 132.00-133.00 sec 24.3 MBytes 204 Mbits/sec
[ 5] 133.00-134.00 sec 24.7 MBytes 207 Mbits/sec
[ 5] 134.00-135.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 135.00-136.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 136.00-137.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 137.00-138.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 138.00-139.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 139.00-140.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 140.00-141.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 141.00-142.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 142.00-143.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 143.00-144.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 144.00-145.00 sec 24.7 MBytes 208 Mbits/sec
[ 5] 145.00-146.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 146.00-147.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 147.00-148.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 148.00-149.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 149.00-150.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 150.00-151.00 sec 24.7 MBytes 207 Mbits/sec
[ 5] 151.00-152.00 sec 24.9 MBytes 209 Mbits/sec
[ 5] 152.00-153.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 153.00-154.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 154.00-155.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 155.00-156.00 sec 24.2 MBytes 203 Mbits/sec
[ 5] 156.00-157.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 157.00-158.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 158.00-159.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 159.00-160.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 160.00-161.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 161.00-162.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 162.00-163.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 163.00-164.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 164.00-165.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 165.00-166.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 166.00-167.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 167.00-168.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 168.00-169.00 sec 24.7 MBytes 207 Mbits/sec
[ 5] 169.00-170.00 sec 24.9 MBytes 209 Mbits/sec
[ 5] 170.00-171.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 171.00-172.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 172.00-173.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 173.00-174.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 174.00-175.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 175.00-176.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 176.00-177.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 177.00-178.00 sec 24.5 MBytes 206 Mbits/sec
[ 5] 178.00-179.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 179.00-180.00 sec 24.8 MBytes 208 Mbits/sec
- - - - - - - - - - - - - - - - - - - - - - - - -
[ ID] Interval Transfer Bitrate Retr
[ 5] 0.00-180.05 sec 4.34 GBytes 207 Mbits/sec 8991 sender
[ 5] 0.00-180.00 sec 4.34 GBytes 207 Mbits/sec receiver
iperf Done.

View File

@@ -0,0 +1,188 @@
Connecting to host 192.168.70.135, port 5201
Reverse mode, remote host 192.168.70.135 is sending
[ 5] local 12.1.1.3 port 59410 connected to 192.168.70.135 port 5201
[ 5] 0.00-1.00 sec 13.1 MBytes 110 Mbits/sec
[ 5] 1.00-2.00 sec 21.3 MBytes 179 Mbits/sec
[ 5] 2.00-3.00 sec 24.7 MBytes 208 Mbits/sec
[ 5] 3.00-4.00 sec 24.5 MBytes 205 Mbits/sec
[ 5] 4.00-5.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 5.00-6.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 6.00-7.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 7.00-8.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 8.00-9.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 9.00-10.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 10.00-11.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 11.00-12.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 12.00-13.00 sec 24.7 MBytes 208 Mbits/sec
[ 5] 13.00-14.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 14.00-15.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 15.00-16.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 16.00-17.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 17.00-18.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 18.00-19.00 sec 24.7 MBytes 208 Mbits/sec
[ 5] 19.00-20.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 20.00-21.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 21.00-22.00 sec 24.7 MBytes 208 Mbits/sec
[ 5] 22.00-23.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 23.00-24.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 24.00-25.00 sec 24.4 MBytes 205 Mbits/sec
[ 5] 25.00-26.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 26.00-27.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 27.00-28.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 28.00-29.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 29.00-30.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 30.00-31.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 31.00-32.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 32.00-33.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 33.00-34.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 34.00-35.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 35.00-36.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 36.00-37.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 37.00-38.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 38.00-39.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 39.00-40.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 40.00-41.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 41.00-42.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 42.00-43.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 43.00-44.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 44.00-45.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 45.00-46.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 46.00-47.00 sec 24.7 MBytes 208 Mbits/sec
[ 5] 47.00-48.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 48.00-49.00 sec 24.6 MBytes 206 Mbits/sec
[ 5] 49.00-50.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 50.00-51.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 51.00-52.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 52.00-53.00 sec 24.7 MBytes 207 Mbits/sec
[ 5] 53.00-54.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 54.00-55.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 55.00-56.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 56.00-57.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 57.00-58.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 58.00-59.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 59.00-60.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 60.00-61.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 61.00-62.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 62.00-63.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 63.00-64.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 64.00-65.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 65.00-66.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 66.00-67.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 67.00-68.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 68.00-69.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 69.00-70.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 70.00-71.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 71.00-72.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 72.00-73.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 73.00-74.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 74.00-75.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 75.00-76.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 76.00-77.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 77.00-78.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 78.00-79.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 79.00-80.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 80.00-81.00 sec 24.7 MBytes 208 Mbits/sec
[ 5] 81.00-82.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 82.00-83.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 83.00-84.00 sec 24.7 MBytes 208 Mbits/sec
[ 5] 84.00-85.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 85.00-86.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 86.00-87.00 sec 24.7 MBytes 208 Mbits/sec
[ 5] 87.00-88.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 88.00-89.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 89.00-90.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 90.00-91.00 sec 24.7 MBytes 207 Mbits/sec
[ 5] 91.00-92.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 92.00-93.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 93.00-94.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 94.00-95.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 95.00-96.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 96.00-97.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 97.00-98.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 98.00-99.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 99.00-100.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 100.00-101.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 101.00-102.00 sec 24.4 MBytes 205 Mbits/sec
[ 5] 102.00-103.00 sec 24.6 MBytes 206 Mbits/sec
[ 5] 103.00-104.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 104.00-105.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 105.00-106.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 106.00-107.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 107.00-108.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 108.00-109.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 109.00-110.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 110.00-111.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 111.00-112.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 112.00-113.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 113.00-114.00 sec 24.7 MBytes 208 Mbits/sec
[ 5] 114.00-115.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 115.00-116.00 sec 24.4 MBytes 205 Mbits/sec
[ 5] 116.00-117.00 sec 24.9 MBytes 209 Mbits/sec
[ 5] 117.00-118.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 118.00-119.00 sec 24.7 MBytes 208 Mbits/sec
[ 5] 119.00-120.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 120.00-121.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 121.00-122.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 122.00-123.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 123.00-124.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 124.00-125.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 125.00-126.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 126.00-127.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 127.00-128.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 128.00-129.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 129.00-130.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 130.00-131.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 131.00-132.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 132.00-133.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 133.00-134.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 134.00-135.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 135.00-136.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 136.00-137.00 sec 24.1 MBytes 202 Mbits/sec
[ 5] 137.00-138.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 138.00-139.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 139.00-140.00 sec 24.7 MBytes 207 Mbits/sec
[ 5] 140.00-141.00 sec 24.2 MBytes 203 Mbits/sec
[ 5] 141.00-142.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 142.00-143.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 143.00-144.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 144.00-145.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 145.00-146.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 146.00-147.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 147.00-148.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 148.00-149.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 149.00-150.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 150.00-151.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 151.00-152.00 sec 24.7 MBytes 208 Mbits/sec
[ 5] 152.00-153.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 153.00-154.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 154.00-155.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 155.00-156.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 156.00-157.00 sec 24.7 MBytes 208 Mbits/sec
[ 5] 157.00-158.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 158.00-159.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 159.00-160.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 160.00-161.00 sec 24.7 MBytes 207 Mbits/sec
[ 5] 161.00-162.00 sec 24.9 MBytes 209 Mbits/sec
[ 5] 162.00-163.00 sec 23.3 MBytes 195 Mbits/sec
[ 5] 163.00-164.00 sec 25.9 MBytes 217 Mbits/sec
[ 5] 164.00-165.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 165.00-166.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 166.00-167.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 167.00-168.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 168.00-169.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 169.00-170.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 170.00-171.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 171.00-172.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 172.00-173.00 sec 24.7 MBytes 208 Mbits/sec
[ 5] 173.00-174.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 174.00-175.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 175.00-176.00 sec 24.7 MBytes 207 Mbits/sec
[ 5] 176.00-177.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 177.00-178.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 178.00-179.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 179.00-180.00 sec 24.8 MBytes 208 Mbits/sec
- - - - - - - - - - - - - - - - - - - - - - - - -
[ ID] Interval Transfer Bitrate Retr
[ 5] 0.00-180.05 sec 4.34 GBytes 207 Mbits/sec 7906 sender
[ 5] 0.00-180.00 sec 4.34 GBytes 207 Mbits/sec receiver
iperf Done.

View File

@@ -0,0 +1,188 @@
Connecting to host 192.168.70.135, port 5201
Reverse mode, remote host 192.168.70.135 is sending
[ 5] local 12.1.1.3 port 59542 connected to 192.168.70.135 port 5201
[ 5] 0.00-1.00 sec 12.6 MBytes 105 Mbits/sec
[ 5] 1.00-2.00 sec 21.4 MBytes 179 Mbits/sec
[ 5] 2.00-3.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 3.00-4.00 sec 24.2 MBytes 203 Mbits/sec
[ 5] 4.00-5.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 5.00-6.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 6.00-7.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 7.00-8.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 8.00-9.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 9.00-10.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 10.00-11.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 11.00-12.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 12.00-13.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 13.00-14.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 14.00-15.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 15.00-16.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 16.00-17.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 17.00-18.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 18.00-19.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 19.00-20.00 sec 24.9 MBytes 209 Mbits/sec
[ 5] 20.00-21.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 21.00-22.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 22.00-23.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 23.00-24.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 24.00-25.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 25.00-26.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 26.00-27.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 27.00-28.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 28.00-29.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 29.00-30.00 sec 24.3 MBytes 204 Mbits/sec
[ 5] 30.00-31.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 31.00-32.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 32.00-33.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 33.00-34.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 34.00-35.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 35.00-36.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 36.00-37.00 sec 24.7 MBytes 208 Mbits/sec
[ 5] 37.00-38.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 38.00-39.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 39.00-40.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 40.00-41.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 41.00-42.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 42.00-43.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 43.00-44.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 44.00-45.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 45.00-46.00 sec 24.7 MBytes 208 Mbits/sec
[ 5] 46.00-47.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 47.00-48.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 48.00-49.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 49.00-50.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 50.00-51.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 51.00-52.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 52.00-53.00 sec 24.4 MBytes 205 Mbits/sec
[ 5] 53.00-54.00 sec 24.7 MBytes 208 Mbits/sec
[ 5] 54.00-55.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 55.00-56.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 56.00-57.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 57.00-58.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 58.00-59.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 59.00-60.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 60.00-61.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 61.00-62.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 62.00-63.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 63.00-64.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 64.00-65.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 65.00-66.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 66.00-67.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 67.00-68.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 68.00-69.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 69.00-70.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 70.00-71.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 71.00-72.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 72.00-73.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 73.00-74.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 74.00-75.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 75.00-76.00 sec 23.8 MBytes 199 Mbits/sec
[ 5] 76.00-77.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 77.00-78.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 78.00-79.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 79.00-80.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 80.00-81.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 81.00-82.00 sec 24.9 MBytes 208 Mbits/sec
[ 5] 82.00-83.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 83.00-84.00 sec 24.7 MBytes 207 Mbits/sec
[ 5] 84.00-85.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 85.00-86.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 86.00-87.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 87.00-88.00 sec 24.7 MBytes 207 Mbits/sec
[ 5] 88.00-89.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 89.00-90.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 90.00-91.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 91.00-92.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 92.00-93.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 93.00-94.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 94.00-95.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 95.00-96.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 96.00-97.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 97.00-98.00 sec 24.7 MBytes 208 Mbits/sec
[ 5] 98.00-99.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 99.00-100.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 100.00-101.00 sec 24.7 MBytes 208 Mbits/sec
[ 5] 101.00-102.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 102.00-103.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 103.00-104.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 104.00-105.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 105.00-106.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 106.00-107.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 107.00-108.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 108.00-109.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 109.00-110.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 110.00-111.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 111.00-112.00 sec 24.1 MBytes 202 Mbits/sec
[ 5] 112.00-113.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 113.00-114.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 114.00-115.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 115.00-116.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 116.00-117.00 sec 24.7 MBytes 207 Mbits/sec
[ 5] 117.00-118.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 118.00-119.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 119.00-120.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 120.00-121.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 121.00-122.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 122.00-123.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 123.00-124.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 124.00-125.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 125.00-126.00 sec 24.7 MBytes 208 Mbits/sec
[ 5] 126.00-127.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 127.00-128.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 128.00-129.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 129.00-130.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 130.00-131.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 131.00-132.00 sec 24.9 MBytes 208 Mbits/sec
[ 5] 132.00-133.00 sec 24.7 MBytes 208 Mbits/sec
[ 5] 133.00-134.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 134.00-135.00 sec 24.4 MBytes 205 Mbits/sec
[ 5] 135.00-136.00 sec 24.7 MBytes 208 Mbits/sec
[ 5] 136.00-137.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 137.00-138.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 138.00-139.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 139.00-140.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 140.00-141.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 141.00-142.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 142.00-143.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 143.00-144.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 144.00-145.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 145.00-146.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 146.00-147.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 147.00-148.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 148.00-149.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 149.00-150.00 sec 24.7 MBytes 208 Mbits/sec
[ 5] 150.00-151.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 151.00-152.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 152.00-153.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 153.00-154.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 154.00-155.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 155.00-156.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 156.00-157.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 157.00-158.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 158.00-159.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 159.00-160.00 sec 24.7 MBytes 208 Mbits/sec
[ 5] 160.00-161.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 161.00-162.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 162.00-163.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 163.00-164.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 164.00-165.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 165.00-166.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 166.00-167.00 sec 24.7 MBytes 208 Mbits/sec
[ 5] 167.00-168.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 168.00-169.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 169.00-170.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 170.00-171.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 171.00-172.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 172.00-173.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 173.00-174.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 174.00-175.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 175.00-176.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 176.00-177.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 177.00-178.00 sec 24.6 MBytes 206 Mbits/sec
[ 5] 178.00-179.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 179.00-180.00 sec 24.8 MBytes 208 Mbits/sec
- - - - - - - - - - - - - - - - - - - - - - - - -
[ ID] Interval Transfer Bitrate Retr
[ 5] 0.00-180.08 sec 4.34 GBytes 207 Mbits/sec 11055 sender
[ 5] 0.00-180.00 sec 4.34 GBytes 207 Mbits/sec receiver
iperf Done.

View File

@@ -0,0 +1,188 @@
Connecting to host 192.168.70.135, port 5201
Reverse mode, remote host 192.168.70.135 is sending
[ 5] local 12.1.1.3 port 59562 connected to 192.168.70.135 port 5201
[ 5] 0.00-1.00 sec 12.4 MBytes 104 Mbits/sec
[ 5] 1.00-2.00 sec 21.6 MBytes 181 Mbits/sec
[ 5] 2.00-3.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 3.00-4.00 sec 24.6 MBytes 206 Mbits/sec
[ 5] 4.00-5.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 5.00-6.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 6.00-7.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 7.00-8.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 8.00-9.00 sec 24.7 MBytes 208 Mbits/sec
[ 5] 9.00-10.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 10.00-11.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 11.00-12.00 sec 24.7 MBytes 207 Mbits/sec
[ 5] 12.00-13.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 13.00-14.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 14.00-15.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 15.00-16.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 16.00-17.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 17.00-18.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 18.00-19.00 sec 24.7 MBytes 208 Mbits/sec
[ 5] 19.00-20.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 20.00-21.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 21.00-22.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 22.00-23.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 23.00-24.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 24.00-25.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 25.00-26.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 26.00-27.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 27.00-28.00 sec 24.7 MBytes 207 Mbits/sec
[ 5] 28.00-29.00 sec 24.4 MBytes 204 Mbits/sec
[ 5] 29.00-30.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 30.00-31.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 31.00-32.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 32.00-33.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 33.00-34.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 34.00-35.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 35.00-36.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 36.00-37.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 37.00-38.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 38.00-39.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 39.00-40.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 40.00-41.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 41.00-42.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 42.00-43.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 43.00-44.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 44.00-45.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 45.00-46.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 46.00-47.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 47.00-48.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 48.00-49.00 sec 24.6 MBytes 206 Mbits/sec
[ 5] 49.00-50.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 50.00-51.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 51.00-52.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 52.00-53.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 53.00-54.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 54.00-55.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 55.00-56.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 56.00-57.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 57.00-58.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 58.00-59.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 59.00-60.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 60.00-61.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 61.00-62.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 62.00-63.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 63.00-64.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 64.00-65.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 65.00-66.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 66.00-67.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 67.00-68.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 68.00-69.00 sec 24.7 MBytes 208 Mbits/sec
[ 5] 69.00-70.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 70.00-71.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 71.00-72.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 72.00-73.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 73.00-74.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 74.00-75.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 75.00-76.00 sec 24.9 MBytes 209 Mbits/sec
[ 5] 76.00-77.00 sec 24.7 MBytes 208 Mbits/sec
[ 5] 77.00-78.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 78.00-79.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 79.00-80.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 80.00-81.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 81.00-82.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 82.00-83.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 83.00-84.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 84.00-85.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 85.00-86.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 86.00-87.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 87.00-88.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 88.00-89.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 89.00-90.00 sec 24.4 MBytes 205 Mbits/sec
[ 5] 90.00-91.00 sec 24.7 MBytes 207 Mbits/sec
[ 5] 91.00-92.00 sec 23.6 MBytes 198 Mbits/sec
[ 5] 92.00-93.00 sec 24.3 MBytes 204 Mbits/sec
[ 5] 93.00-94.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 94.00-95.00 sec 24.6 MBytes 206 Mbits/sec
[ 5] 95.00-96.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 96.00-97.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 97.00-98.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 98.00-99.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 99.00-100.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 100.00-101.00 sec 24.7 MBytes 207 Mbits/sec
[ 5] 101.00-102.00 sec 24.9 MBytes 209 Mbits/sec
[ 5] 102.00-103.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 103.00-104.00 sec 24.7 MBytes 208 Mbits/sec
[ 5] 104.00-105.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 105.00-106.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 106.00-107.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 107.00-108.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 108.00-109.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 109.00-110.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 110.00-111.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 111.00-112.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 112.00-113.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 113.00-114.00 sec 24.2 MBytes 203 Mbits/sec
[ 5] 114.00-115.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 115.00-116.00 sec 24.5 MBytes 205 Mbits/sec
[ 5] 116.00-117.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 117.00-118.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 118.00-119.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 119.00-120.00 sec 24.7 MBytes 208 Mbits/sec
[ 5] 120.00-121.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 121.00-122.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 122.00-123.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 123.00-124.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 124.00-125.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 125.00-126.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 126.00-127.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 127.00-128.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 128.00-129.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 129.00-130.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 130.00-131.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 131.00-132.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 132.00-133.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 133.00-134.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 134.00-135.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 135.00-136.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 136.00-137.00 sec 24.4 MBytes 205 Mbits/sec
[ 5] 137.00-138.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 138.00-139.00 sec 24.5 MBytes 205 Mbits/sec
[ 5] 139.00-140.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 140.00-141.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 141.00-142.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 142.00-143.00 sec 24.7 MBytes 208 Mbits/sec
[ 5] 143.00-144.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 144.00-145.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 145.00-146.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 146.00-147.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 147.00-148.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 148.00-149.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 149.00-150.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 150.00-151.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 151.00-152.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 152.00-153.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 153.00-154.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 154.00-155.00 sec 24.7 MBytes 208 Mbits/sec
[ 5] 155.00-156.00 sec 24.9 MBytes 208 Mbits/sec
[ 5] 156.00-157.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 157.00-158.00 sec 24.7 MBytes 207 Mbits/sec
[ 5] 158.00-159.00 sec 24.6 MBytes 207 Mbits/sec
[ 5] 159.00-160.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 160.00-161.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 161.00-162.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 162.00-163.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 163.00-164.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 164.00-165.00 sec 24.7 MBytes 207 Mbits/sec
[ 5] 165.00-166.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 166.00-167.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 167.00-168.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 168.00-169.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 169.00-170.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 170.00-171.00 sec 24.6 MBytes 206 Mbits/sec
[ 5] 171.00-172.00 sec 24.5 MBytes 206 Mbits/sec
[ 5] 172.00-173.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 173.00-174.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 174.00-175.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 175.00-176.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 176.00-177.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 177.00-178.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 178.00-179.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 179.00-180.00 sec 24.8 MBytes 208 Mbits/sec
- - - - - - - - - - - - - - - - - - - - - - - - -
[ ID] Interval Transfer Bitrate Retr
[ 5] 0.00-180.04 sec 4.34 GBytes 207 Mbits/sec 7325 sender
[ 5] 0.00-180.00 sec 4.34 GBytes 207 Mbits/sec receiver
iperf Done.

View File

@@ -0,0 +1,188 @@
Connecting to host 192.168.70.135, port 5201
Reverse mode, remote host 192.168.70.135 is sending
[ 5] local 12.1.1.3 port 59724 connected to 192.168.70.135 port 5201
[ 5] 0.00-1.00 sec 11.9 MBytes 99.7 Mbits/sec
[ 5] 1.00-2.00 sec 21.9 MBytes 184 Mbits/sec
[ 5] 2.00-3.00 sec 23.7 MBytes 199 Mbits/sec
[ 5] 3.00-4.00 sec 23.9 MBytes 201 Mbits/sec
[ 5] 4.00-5.00 sec 23.5 MBytes 197 Mbits/sec
[ 5] 5.00-6.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 6.00-7.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 7.00-8.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 8.00-9.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 9.00-10.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 10.00-11.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 11.00-12.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 12.00-13.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 13.00-14.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 14.00-15.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 15.00-16.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 16.00-17.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 17.00-18.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 18.00-19.00 sec 24.4 MBytes 204 Mbits/sec
[ 5] 19.00-20.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 20.00-21.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 21.00-22.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 22.00-23.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 23.00-24.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 24.00-25.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 25.00-26.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 26.00-27.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 27.00-28.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 28.00-29.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 29.00-30.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 30.00-31.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 31.00-32.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 32.00-33.00 sec 24.7 MBytes 208 Mbits/sec
[ 5] 33.00-34.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 34.00-35.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 35.00-36.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 36.00-37.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 37.00-38.00 sec 24.7 MBytes 207 Mbits/sec
[ 5] 38.00-39.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 39.00-40.00 sec 24.6 MBytes 206 Mbits/sec
[ 5] 40.00-41.00 sec 25.0 MBytes 210 Mbits/sec
[ 5] 41.00-42.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 42.00-43.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 43.00-44.00 sec 24.7 MBytes 207 Mbits/sec
[ 5] 44.00-45.00 sec 24.7 MBytes 207 Mbits/sec
[ 5] 45.00-46.00 sec 24.7 MBytes 207 Mbits/sec
[ 5] 46.00-47.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 47.00-48.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 48.00-49.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 49.00-50.00 sec 24.7 MBytes 207 Mbits/sec
[ 5] 50.00-51.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 51.00-52.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 52.00-53.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 53.00-54.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 54.00-55.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 55.00-56.00 sec 24.6 MBytes 207 Mbits/sec
[ 5] 56.00-57.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 57.00-58.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 58.00-59.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 59.00-60.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 60.00-61.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 61.00-62.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 62.00-63.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 63.00-64.00 sec 22.0 MBytes 185 Mbits/sec
[ 5] 64.00-65.00 sec 26.9 MBytes 226 Mbits/sec
[ 5] 65.00-66.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 66.00-67.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 67.00-68.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 68.00-69.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 69.00-70.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 70.00-71.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 71.00-72.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 72.00-73.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 73.00-74.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 74.00-75.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 75.00-76.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 76.00-77.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 77.00-78.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 78.00-79.00 sec 24.3 MBytes 204 Mbits/sec
[ 5] 79.00-80.00 sec 25.0 MBytes 209 Mbits/sec
[ 5] 80.00-81.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 81.00-82.00 sec 24.7 MBytes 207 Mbits/sec
[ 5] 82.00-83.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 83.00-84.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 84.00-85.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 85.00-86.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 86.00-87.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 87.00-88.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 88.00-89.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 89.00-90.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 90.00-91.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 91.00-92.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 92.00-93.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 93.00-94.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 94.00-95.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 95.00-96.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 96.00-97.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 97.00-98.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 98.00-99.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 99.00-100.00 sec 24.9 MBytes 208 Mbits/sec
[ 5] 100.00-101.00 sec 24.7 MBytes 208 Mbits/sec
[ 5] 101.00-102.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 102.00-103.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 103.00-104.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 104.00-105.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 105.00-106.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 106.00-107.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 107.00-108.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 108.00-109.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 109.00-110.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 110.00-111.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 111.00-112.00 sec 24.6 MBytes 206 Mbits/sec
[ 5] 112.00-113.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 113.00-114.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 114.00-115.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 115.00-116.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 116.00-117.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 117.00-118.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 118.00-119.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 119.00-120.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 120.00-121.00 sec 24.7 MBytes 207 Mbits/sec
[ 5] 121.00-122.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 122.00-123.00 sec 24.7 MBytes 208 Mbits/sec
[ 5] 123.00-124.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 124.00-125.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 125.00-126.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 126.00-127.00 sec 24.7 MBytes 207 Mbits/sec
[ 5] 127.00-128.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 128.00-129.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 129.00-130.00 sec 24.5 MBytes 206 Mbits/sec
[ 5] 130.00-131.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 131.00-132.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 132.00-133.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 133.00-134.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 134.00-135.00 sec 24.4 MBytes 204 Mbits/sec
[ 5] 135.00-136.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 136.00-137.00 sec 24.7 MBytes 208 Mbits/sec
[ 5] 137.00-138.00 sec 23.8 MBytes 200 Mbits/sec
[ 5] 138.00-139.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 139.00-140.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 140.00-141.00 sec 24.7 MBytes 207 Mbits/sec
[ 5] 141.00-142.00 sec 24.7 MBytes 207 Mbits/sec
[ 5] 142.00-143.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 143.00-144.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 144.00-145.00 sec 24.7 MBytes 207 Mbits/sec
[ 5] 145.00-146.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 146.00-147.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 147.00-148.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 148.00-149.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 149.00-150.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 150.00-151.00 sec 24.5 MBytes 206 Mbits/sec
[ 5] 151.00-152.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 152.00-153.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 153.00-154.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 154.00-155.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 155.00-156.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 156.00-157.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 157.00-158.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 158.00-159.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 159.00-160.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 160.00-161.00 sec 24.1 MBytes 202 Mbits/sec
[ 5] 161.00-162.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 162.00-163.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 163.00-164.00 sec 24.7 MBytes 208 Mbits/sec
[ 5] 164.00-165.00 sec 24.9 MBytes 209 Mbits/sec
[ 5] 165.00-166.00 sec 24.7 MBytes 208 Mbits/sec
[ 5] 166.00-167.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 167.00-168.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 168.00-169.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 169.00-170.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 170.00-171.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 171.00-172.00 sec 24.7 MBytes 207 Mbits/sec
[ 5] 172.00-173.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 173.00-174.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 174.00-175.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 175.00-176.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 176.00-177.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 177.00-178.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 178.00-179.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 179.00-180.00 sec 24.8 MBytes 208 Mbits/sec
- - - - - - - - - - - - - - - - - - - - - - - - -
[ ID] Interval Transfer Bitrate Retr
[ 5] 0.00-180.03 sec 4.34 GBytes 207 Mbits/sec 7289 sender
[ 5] 0.00-180.00 sec 4.33 GBytes 207 Mbits/sec receiver
iperf Done.

View File

@@ -0,0 +1,188 @@
Connecting to host 192.168.70.135, port 5201
Reverse mode, remote host 192.168.70.135 is sending
[ 5] local 12.1.1.3 port 59910 connected to 192.168.70.135 port 5201
[ 5] 0.00-1.00 sec 8.83 MBytes 74.1 Mbits/sec
[ 5] 1.00-2.00 sec 17.8 MBytes 149 Mbits/sec
[ 5] 2.00-3.00 sec 22.0 MBytes 185 Mbits/sec
[ 5] 3.00-4.00 sec 24.1 MBytes 202 Mbits/sec
[ 5] 4.00-5.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 5.00-6.00 sec 23.8 MBytes 200 Mbits/sec
[ 5] 6.00-7.00 sec 24.3 MBytes 204 Mbits/sec
[ 5] 7.00-8.00 sec 24.5 MBytes 206 Mbits/sec
[ 5] 8.00-9.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 9.00-10.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 10.00-11.00 sec 24.7 MBytes 207 Mbits/sec
[ 5] 11.00-12.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 12.00-13.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 13.00-14.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 14.00-15.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 15.00-16.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 16.00-17.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 17.00-18.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 18.00-19.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 19.00-20.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 20.00-21.00 sec 24.1 MBytes 202 Mbits/sec
[ 5] 21.00-22.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 22.00-23.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 23.00-24.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 24.00-25.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 25.00-26.00 sec 24.3 MBytes 204 Mbits/sec
[ 5] 26.00-27.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 27.00-28.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 28.00-29.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 29.00-30.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 30.00-31.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 31.00-32.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 32.00-33.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 33.00-34.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 34.00-35.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 35.00-36.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 36.00-37.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 37.00-38.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 38.00-39.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 39.00-40.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 40.00-41.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 41.00-42.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 42.00-43.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 43.00-44.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 44.00-45.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 45.00-46.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 46.00-47.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 47.00-48.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 48.00-49.00 sec 24.4 MBytes 205 Mbits/sec
[ 5] 49.00-50.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 50.00-51.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 51.00-52.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 52.00-53.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 53.00-54.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 54.00-55.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 55.00-56.00 sec 24.7 MBytes 207 Mbits/sec
[ 5] 56.00-57.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 57.00-58.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 58.00-59.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 59.00-60.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 60.00-61.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 61.00-62.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 62.00-63.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 63.00-64.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 64.00-65.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 65.00-66.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 66.00-67.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 67.00-68.00 sec 24.1 MBytes 202 Mbits/sec
[ 5] 68.00-69.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 69.00-70.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 70.00-71.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 71.00-72.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 72.00-73.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 73.00-74.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 74.00-75.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 75.00-76.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 76.00-77.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 77.00-78.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 78.00-79.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 79.00-80.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 80.00-81.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 81.00-82.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 82.00-83.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 83.00-84.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 84.00-85.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 85.00-86.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 86.00-87.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 87.00-88.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 88.00-89.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 89.00-90.00 sec 22.1 MBytes 186 Mbits/sec
[ 5] 90.00-91.00 sec 27.3 MBytes 229 Mbits/sec
[ 5] 91.00-92.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 92.00-93.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 93.00-94.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 94.00-95.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 95.00-96.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 96.00-97.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 97.00-98.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 98.00-99.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 99.00-100.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 100.00-101.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 101.00-102.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 102.00-103.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 103.00-104.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 104.00-105.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 105.00-106.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 106.00-107.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 107.00-108.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 108.00-109.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 109.00-110.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 110.00-111.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 111.00-112.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 112.00-113.00 sec 24.2 MBytes 203 Mbits/sec
[ 5] 113.00-114.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 114.00-115.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 115.00-116.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 116.00-117.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 117.00-118.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 118.00-119.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 119.00-120.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 120.00-121.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 121.00-122.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 122.00-123.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 123.00-124.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 124.00-125.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 125.00-126.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 126.00-127.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 127.00-128.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 128.00-129.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 129.00-130.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 130.00-131.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 131.00-132.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 132.00-133.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 133.00-134.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 134.00-135.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 135.00-136.00 sec 24.6 MBytes 207 Mbits/sec
[ 5] 136.00-137.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 137.00-138.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 138.00-139.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 139.00-140.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 140.00-141.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 141.00-142.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 142.00-143.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 143.00-144.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 144.00-145.00 sec 24.3 MBytes 204 Mbits/sec
[ 5] 145.00-146.00 sec 25.3 MBytes 212 Mbits/sec
[ 5] 146.00-147.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 147.00-148.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 148.00-149.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 149.00-150.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 150.00-151.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 151.00-152.00 sec 24.3 MBytes 204 Mbits/sec
[ 5] 152.00-153.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 153.00-154.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 154.00-155.00 sec 24.1 MBytes 202 Mbits/sec
[ 5] 155.00-156.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 156.00-157.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 157.00-158.00 sec 23.8 MBytes 199 Mbits/sec
[ 5] 158.00-159.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 159.00-160.00 sec 24.6 MBytes 206 Mbits/sec
[ 5] 160.00-161.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 161.00-162.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 162.00-163.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 163.00-164.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 164.00-165.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 165.00-166.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 166.00-167.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 167.00-168.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 168.00-169.00 sec 24.2 MBytes 203 Mbits/sec
[ 5] 169.00-170.00 sec 24.9 MBytes 209 Mbits/sec
[ 5] 170.00-171.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 171.00-172.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 172.00-173.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 173.00-174.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 174.00-175.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 175.00-176.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 176.00-177.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 177.00-178.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 178.00-179.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 179.00-180.00 sec 24.8 MBytes 208 Mbits/sec
- - - - - - - - - - - - - - - - - - - - - - - - -
[ ID] Interval Transfer Bitrate Retr
[ 5] 0.00-180.05 sec 4.33 GBytes 206 Mbits/sec 8851 sender
[ 5] 0.00-180.00 sec 4.32 GBytes 206 Mbits/sec receiver
iperf Done.

File diff suppressed because it is too large Load Diff

Binary file not shown.

After

Width:  |  Height:  |  Size: 59 KiB

View File

@@ -0,0 +1,188 @@
Connecting to host 192.168.70.135, port 5201
Reverse mode, remote host 192.168.70.135 is sending
[ 5] local 12.1.1.5 port 58508 connected to 192.168.70.135 port 5201
[ 5] 0.00-1.00 sec 5.09 MBytes 42.7 Mbits/sec
[ 5] 1.00-2.00 sec 19.4 MBytes 162 Mbits/sec
[ 5] 2.00-3.00 sec 30.0 MBytes 252 Mbits/sec
[ 5] 3.00-4.00 sec 31.2 MBytes 262 Mbits/sec
[ 5] 4.00-5.00 sec 20.7 MBytes 174 Mbits/sec
[ 5] 5.00-6.00 sec 25.9 MBytes 217 Mbits/sec
[ 5] 6.00-7.00 sec 29.2 MBytes 245 Mbits/sec
[ 5] 7.00-8.00 sec 29.7 MBytes 249 Mbits/sec
[ 5] 8.00-9.00 sec 29.7 MBytes 249 Mbits/sec
[ 5] 9.00-10.00 sec 23.2 MBytes 195 Mbits/sec
[ 5] 10.00-11.00 sec 27.7 MBytes 232 Mbits/sec
[ 5] 11.00-12.00 sec 30.8 MBytes 258 Mbits/sec
[ 5] 12.00-13.00 sec 28.2 MBytes 237 Mbits/sec
[ 5] 13.00-14.00 sec 21.2 MBytes 178 Mbits/sec
[ 5] 14.00-15.00 sec 16.2 MBytes 136 Mbits/sec
[ 5] 15.00-16.00 sec 17.8 MBytes 149 Mbits/sec
[ 5] 16.00-17.00 sec 25.5 MBytes 214 Mbits/sec
[ 5] 17.00-18.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 18.00-19.00 sec 28.5 MBytes 239 Mbits/sec
[ 5] 19.00-20.00 sec 24.3 MBytes 204 Mbits/sec
[ 5] 20.00-21.00 sec 25.5 MBytes 214 Mbits/sec
[ 5] 21.00-22.00 sec 25.3 MBytes 212 Mbits/sec
[ 5] 22.00-23.00 sec 26.5 MBytes 223 Mbits/sec
[ 5] 23.00-24.00 sec 27.5 MBytes 231 Mbits/sec
[ 5] 24.00-25.00 sec 32.7 MBytes 274 Mbits/sec
[ 5] 25.00-26.00 sec 29.2 MBytes 245 Mbits/sec
[ 5] 26.00-27.00 sec 22.0 MBytes 184 Mbits/sec
[ 5] 27.00-28.00 sec 19.1 MBytes 160 Mbits/sec
[ 5] 28.00-29.00 sec 27.7 MBytes 232 Mbits/sec
[ 5] 29.00-30.00 sec 22.8 MBytes 191 Mbits/sec
[ 5] 30.00-31.00 sec 30.9 MBytes 260 Mbits/sec
[ 5] 31.00-32.00 sec 32.9 MBytes 276 Mbits/sec
[ 5] 32.00-33.00 sec 30.2 MBytes 253 Mbits/sec
[ 5] 33.00-34.00 sec 32.2 MBytes 271 Mbits/sec
[ 5] 34.00-35.00 sec 28.4 MBytes 239 Mbits/sec
[ 5] 35.00-36.00 sec 23.0 MBytes 193 Mbits/sec
[ 5] 36.00-37.00 sec 22.6 MBytes 189 Mbits/sec
[ 5] 37.00-38.00 sec 23.0 MBytes 192 Mbits/sec
[ 5] 38.00-39.00 sec 23.1 MBytes 194 Mbits/sec
[ 5] 39.00-40.00 sec 29.9 MBytes 251 Mbits/sec
[ 5] 40.00-41.00 sec 27.4 MBytes 229 Mbits/sec
[ 5] 41.00-42.00 sec 30.2 MBytes 254 Mbits/sec
[ 5] 42.00-43.00 sec 30.3 MBytes 254 Mbits/sec
[ 5] 43.00-44.00 sec 29.4 MBytes 247 Mbits/sec
[ 5] 44.00-45.00 sec 30.2 MBytes 254 Mbits/sec
[ 5] 45.00-46.00 sec 22.7 MBytes 190 Mbits/sec
[ 5] 46.00-47.00 sec 29.1 MBytes 244 Mbits/sec
[ 5] 47.00-48.00 sec 27.9 MBytes 234 Mbits/sec
[ 5] 48.00-49.00 sec 25.1 MBytes 210 Mbits/sec
[ 5] 49.00-50.00 sec 21.7 MBytes 182 Mbits/sec
[ 5] 50.00-51.00 sec 26.3 MBytes 220 Mbits/sec
[ 5] 51.00-52.00 sec 27.5 MBytes 231 Mbits/sec
[ 5] 52.00-53.00 sec 26.7 MBytes 224 Mbits/sec
[ 5] 53.00-54.00 sec 25.9 MBytes 218 Mbits/sec
[ 5] 54.00-55.00 sec 26.9 MBytes 226 Mbits/sec
[ 5] 55.00-56.00 sec 30.7 MBytes 258 Mbits/sec
[ 5] 56.00-57.00 sec 25.9 MBytes 217 Mbits/sec
[ 5] 57.00-58.00 sec 21.4 MBytes 179 Mbits/sec
[ 5] 58.00-59.00 sec 23.9 MBytes 200 Mbits/sec
[ 5] 59.00-60.00 sec 18.9 MBytes 159 Mbits/sec
[ 5] 60.00-61.00 sec 8.87 MBytes 74.4 Mbits/sec
[ 5] 61.00-62.00 sec 11.5 MBytes 96.4 Mbits/sec
[ 5] 62.00-63.00 sec 12.5 MBytes 105 Mbits/sec
[ 5] 63.00-64.00 sec 16.4 MBytes 137 Mbits/sec
[ 5] 64.00-65.00 sec 16.6 MBytes 140 Mbits/sec
[ 5] 65.00-66.00 sec 19.6 MBytes 164 Mbits/sec
[ 5] 66.00-67.00 sec 22.2 MBytes 186 Mbits/sec
[ 5] 67.00-68.00 sec 24.9 MBytes 209 Mbits/sec
[ 5] 68.00-69.00 sec 29.6 MBytes 248 Mbits/sec
[ 5] 69.00-70.00 sec 27.4 MBytes 230 Mbits/sec
[ 5] 70.00-71.00 sec 20.6 MBytes 172 Mbits/sec
[ 5] 71.00-72.00 sec 22.6 MBytes 190 Mbits/sec
[ 5] 72.00-73.00 sec 31.0 MBytes 260 Mbits/sec
[ 5] 73.00-74.00 sec 32.9 MBytes 276 Mbits/sec
[ 5] 74.00-75.00 sec 33.7 MBytes 283 Mbits/sec
[ 5] 75.00-76.00 sec 30.9 MBytes 259 Mbits/sec
[ 5] 76.00-77.00 sec 26.1 MBytes 219 Mbits/sec
[ 5] 77.00-78.00 sec 25.8 MBytes 217 Mbits/sec
[ 5] 78.00-79.00 sec 24.9 MBytes 209 Mbits/sec
[ 5] 79.00-80.00 sec 21.4 MBytes 180 Mbits/sec
[ 5] 80.00-81.00 sec 19.4 MBytes 163 Mbits/sec
[ 5] 81.00-82.00 sec 18.7 MBytes 157 Mbits/sec
[ 5] 82.00-83.00 sec 26.6 MBytes 223 Mbits/sec
[ 5] 83.00-84.00 sec 29.3 MBytes 246 Mbits/sec
[ 5] 84.00-85.00 sec 30.4 MBytes 255 Mbits/sec
[ 5] 85.00-86.00 sec 27.8 MBytes 233 Mbits/sec
[ 5] 86.00-87.00 sec 23.7 MBytes 199 Mbits/sec
[ 5] 87.00-88.00 sec 21.5 MBytes 180 Mbits/sec
[ 5] 88.00-89.00 sec 26.0 MBytes 218 Mbits/sec
[ 5] 89.00-90.00 sec 23.9 MBytes 201 Mbits/sec
[ 5] 90.00-91.00 sec 23.7 MBytes 199 Mbits/sec
[ 5] 91.00-92.00 sec 26.8 MBytes 224 Mbits/sec
[ 5] 92.00-93.00 sec 20.3 MBytes 170 Mbits/sec
[ 5] 93.00-94.00 sec 24.3 MBytes 204 Mbits/sec
[ 5] 94.00-95.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 95.00-96.00 sec 26.0 MBytes 218 Mbits/sec
[ 5] 96.00-97.00 sec 30.4 MBytes 255 Mbits/sec
[ 5] 97.00-98.00 sec 26.1 MBytes 219 Mbits/sec
[ 5] 98.00-99.00 sec 28.5 MBytes 239 Mbits/sec
[ 5] 99.00-100.00 sec 25.6 MBytes 215 Mbits/sec
[ 5] 100.00-101.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 101.00-102.00 sec 23.9 MBytes 200 Mbits/sec
[ 5] 102.00-103.00 sec 27.3 MBytes 229 Mbits/sec
[ 5] 103.00-104.00 sec 21.9 MBytes 184 Mbits/sec
[ 5] 104.00-105.00 sec 32.0 MBytes 268 Mbits/sec
[ 5] 105.00-106.00 sec 29.1 MBytes 244 Mbits/sec
[ 5] 106.00-107.00 sec 25.6 MBytes 215 Mbits/sec
[ 5] 107.00-108.00 sec 24.2 MBytes 203 Mbits/sec
[ 5] 108.00-109.00 sec 27.2 MBytes 228 Mbits/sec
[ 5] 109.00-110.00 sec 31.9 MBytes 267 Mbits/sec
[ 5] 110.00-111.00 sec 30.1 MBytes 252 Mbits/sec
[ 5] 111.00-112.00 sec 29.1 MBytes 244 Mbits/sec
[ 5] 112.00-113.00 sec 24.1 MBytes 202 Mbits/sec
[ 5] 113.00-114.00 sec 24.4 MBytes 205 Mbits/sec
[ 5] 114.00-115.00 sec 14.6 MBytes 123 Mbits/sec
[ 5] 115.00-116.00 sec 24.1 MBytes 202 Mbits/sec
[ 5] 116.00-117.00 sec 25.5 MBytes 214 Mbits/sec
[ 5] 117.00-118.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 118.00-119.00 sec 28.7 MBytes 241 Mbits/sec
[ 5] 119.00-120.00 sec 24.5 MBytes 205 Mbits/sec
[ 5] 120.00-121.00 sec 25.3 MBytes 212 Mbits/sec
[ 5] 121.00-122.00 sec 30.4 MBytes 255 Mbits/sec
[ 5] 122.00-123.00 sec 25.8 MBytes 217 Mbits/sec
[ 5] 123.00-124.00 sec 20.1 MBytes 168 Mbits/sec
[ 5] 124.00-125.00 sec 26.4 MBytes 221 Mbits/sec
[ 5] 125.00-126.00 sec 24.0 MBytes 202 Mbits/sec
[ 5] 126.00-127.00 sec 25.5 MBytes 214 Mbits/sec
[ 5] 127.00-128.00 sec 26.7 MBytes 224 Mbits/sec
[ 5] 128.00-129.00 sec 25.1 MBytes 211 Mbits/sec
[ 5] 129.00-130.00 sec 30.1 MBytes 253 Mbits/sec
[ 5] 130.00-131.00 sec 27.7 MBytes 232 Mbits/sec
[ 5] 131.00-132.00 sec 28.6 MBytes 240 Mbits/sec
[ 5] 132.00-133.00 sec 25.4 MBytes 213 Mbits/sec
[ 5] 133.00-134.00 sec 23.2 MBytes 194 Mbits/sec
[ 5] 134.00-135.00 sec 29.2 MBytes 245 Mbits/sec
[ 5] 135.00-136.00 sec 28.3 MBytes 237 Mbits/sec
[ 5] 136.00-137.00 sec 25.2 MBytes 212 Mbits/sec
[ 5] 137.00-138.00 sec 30.0 MBytes 252 Mbits/sec
[ 5] 138.00-139.00 sec 27.2 MBytes 228 Mbits/sec
[ 5] 139.00-140.00 sec 23.9 MBytes 201 Mbits/sec
[ 5] 140.00-141.00 sec 28.4 MBytes 238 Mbits/sec
[ 5] 141.00-142.00 sec 26.7 MBytes 224 Mbits/sec
[ 5] 142.00-143.00 sec 31.8 MBytes 267 Mbits/sec
[ 5] 143.00-144.00 sec 31.4 MBytes 263 Mbits/sec
[ 5] 144.00-145.00 sec 22.2 MBytes 187 Mbits/sec
[ 5] 145.00-146.00 sec 25.6 MBytes 214 Mbits/sec
[ 5] 146.00-147.00 sec 22.9 MBytes 192 Mbits/sec
[ 5] 147.00-148.00 sec 17.2 MBytes 144 Mbits/sec
[ 5] 148.00-149.00 sec 10.2 MBytes 85.9 Mbits/sec
[ 5] 149.00-150.00 sec 15.0 MBytes 126 Mbits/sec
[ 5] 150.00-151.00 sec 15.8 MBytes 133 Mbits/sec
[ 5] 151.00-152.00 sec 12.9 MBytes 108 Mbits/sec
[ 5] 152.00-153.00 sec 15.6 MBytes 131 Mbits/sec
[ 5] 153.00-154.00 sec 17.6 MBytes 148 Mbits/sec
[ 5] 154.00-155.00 sec 11.7 MBytes 98.4 Mbits/sec
[ 5] 155.00-156.00 sec 18.4 MBytes 155 Mbits/sec
[ 5] 156.00-157.00 sec 21.0 MBytes 176 Mbits/sec
[ 5] 157.00-158.00 sec 22.3 MBytes 187 Mbits/sec
[ 5] 158.00-159.00 sec 19.2 MBytes 161 Mbits/sec
[ 5] 159.00-160.00 sec 21.0 MBytes 176 Mbits/sec
[ 5] 160.00-161.00 sec 20.6 MBytes 172 Mbits/sec
[ 5] 161.00-162.00 sec 25.8 MBytes 216 Mbits/sec
[ 5] 162.00-163.00 sec 29.6 MBytes 249 Mbits/sec
[ 5] 163.00-164.00 sec 24.5 MBytes 206 Mbits/sec
[ 5] 164.00-165.00 sec 29.1 MBytes 244 Mbits/sec
[ 5] 165.00-166.00 sec 32.9 MBytes 276 Mbits/sec
[ 5] 166.00-167.00 sec 25.4 MBytes 213 Mbits/sec
[ 5] 167.00-168.00 sec 28.2 MBytes 237 Mbits/sec
[ 5] 168.00-169.00 sec 26.0 MBytes 218 Mbits/sec
[ 5] 169.00-170.00 sec 22.8 MBytes 191 Mbits/sec
[ 5] 170.00-171.00 sec 28.4 MBytes 238 Mbits/sec
[ 5] 171.00-172.00 sec 28.2 MBytes 236 Mbits/sec
[ 5] 172.00-173.00 sec 28.0 MBytes 235 Mbits/sec
[ 5] 173.00-174.00 sec 26.2 MBytes 220 Mbits/sec
[ 5] 174.00-175.00 sec 30.7 MBytes 257 Mbits/sec
[ 5] 175.00-176.00 sec 33.7 MBytes 283 Mbits/sec
[ 5] 176.00-177.00 sec 35.1 MBytes 295 Mbits/sec
[ 5] 177.00-178.00 sec 30.5 MBytes 256 Mbits/sec
[ 5] 178.00-179.00 sec 24.0 MBytes 201 Mbits/sec
[ 5] 179.00-180.00 sec 30.5 MBytes 256 Mbits/sec
- - - - - - - - - - - - - - - - - - - - - - - - -
[ ID] Interval Transfer Bitrate Retr
[ 5] 0.00-180.06 sec 4.43 GBytes 211 Mbits/sec 965 sender
[ 5] 0.00-180.00 sec 4.42 GBytes 211 Mbits/sec receiver
iperf Done.

View File

@@ -0,0 +1,188 @@
Connecting to host 192.168.70.135, port 5201
Reverse mode, remote host 192.168.70.135 is sending
[ 5] local 12.1.1.4 port 40058 connected to 192.168.70.135 port 5201
[ 5] 0.00-1.00 sec 17.8 MBytes 149 Mbits/sec
[ 5] 1.00-2.00 sec 23.7 MBytes 199 Mbits/sec
[ 5] 2.00-3.00 sec 31.6 MBytes 265 Mbits/sec
[ 5] 3.00-4.00 sec 29.7 MBytes 249 Mbits/sec
[ 5] 4.00-5.00 sec 28.5 MBytes 239 Mbits/sec
[ 5] 5.00-6.00 sec 23.7 MBytes 199 Mbits/sec
[ 5] 6.00-7.00 sec 31.8 MBytes 267 Mbits/sec
[ 5] 7.00-8.00 sec 32.2 MBytes 270 Mbits/sec
[ 5] 8.00-9.00 sec 26.3 MBytes 220 Mbits/sec
[ 5] 9.00-10.00 sec 30.3 MBytes 254 Mbits/sec
[ 5] 10.00-11.00 sec 30.4 MBytes 255 Mbits/sec
[ 5] 11.00-12.00 sec 32.7 MBytes 274 Mbits/sec
[ 5] 12.00-13.00 sec 35.1 MBytes 294 Mbits/sec
[ 5] 13.00-14.00 sec 35.8 MBytes 300 Mbits/sec
[ 5] 14.00-15.00 sec 29.5 MBytes 247 Mbits/sec
[ 5] 15.00-16.00 sec 29.2 MBytes 245 Mbits/sec
[ 5] 16.00-17.00 sec 30.6 MBytes 257 Mbits/sec
[ 5] 17.00-18.00 sec 34.0 MBytes 285 Mbits/sec
[ 5] 18.00-19.00 sec 33.4 MBytes 280 Mbits/sec
[ 5] 19.00-20.00 sec 28.9 MBytes 243 Mbits/sec
[ 5] 20.00-21.00 sec 30.9 MBytes 259 Mbits/sec
[ 5] 21.00-22.00 sec 32.2 MBytes 270 Mbits/sec
[ 5] 22.00-23.00 sec 28.2 MBytes 236 Mbits/sec
[ 5] 23.00-24.00 sec 34.4 MBytes 288 Mbits/sec
[ 5] 24.00-25.00 sec 30.6 MBytes 257 Mbits/sec
[ 5] 25.00-26.00 sec 27.2 MBytes 228 Mbits/sec
[ 5] 26.00-27.00 sec 21.0 MBytes 176 Mbits/sec
[ 5] 27.00-28.00 sec 30.2 MBytes 253 Mbits/sec
[ 5] 28.00-29.00 sec 34.8 MBytes 292 Mbits/sec
[ 5] 29.00-30.00 sec 32.7 MBytes 274 Mbits/sec
[ 5] 30.00-31.00 sec 32.5 MBytes 273 Mbits/sec
[ 5] 31.00-32.00 sec 32.0 MBytes 268 Mbits/sec
[ 5] 32.00-33.00 sec 26.1 MBytes 219 Mbits/sec
[ 5] 33.00-34.00 sec 28.7 MBytes 241 Mbits/sec
[ 5] 34.00-35.00 sec 29.4 MBytes 247 Mbits/sec
[ 5] 35.00-36.00 sec 32.4 MBytes 272 Mbits/sec
[ 5] 36.00-37.00 sec 28.6 MBytes 240 Mbits/sec
[ 5] 37.00-38.00 sec 32.2 MBytes 270 Mbits/sec
[ 5] 38.00-39.00 sec 32.2 MBytes 270 Mbits/sec
[ 5] 39.00-40.00 sec 30.0 MBytes 252 Mbits/sec
[ 5] 40.00-41.00 sec 31.3 MBytes 262 Mbits/sec
[ 5] 41.00-42.00 sec 19.7 MBytes 165 Mbits/sec
[ 5] 42.00-43.00 sec 22.8 MBytes 191 Mbits/sec
[ 5] 43.00-44.00 sec 30.3 MBytes 254 Mbits/sec
[ 5] 44.00-45.00 sec 32.3 MBytes 271 Mbits/sec
[ 5] 45.00-46.00 sec 27.5 MBytes 231 Mbits/sec
[ 5] 46.00-47.00 sec 18.0 MBytes 151 Mbits/sec
[ 5] 47.00-48.00 sec 22.3 MBytes 187 Mbits/sec
[ 5] 48.00-49.00 sec 27.8 MBytes 233 Mbits/sec
[ 5] 49.00-50.00 sec 30.3 MBytes 254 Mbits/sec
[ 5] 50.00-51.00 sec 25.6 MBytes 215 Mbits/sec
[ 5] 51.00-52.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 52.00-53.00 sec 28.2 MBytes 237 Mbits/sec
[ 5] 53.00-54.00 sec 27.7 MBytes 233 Mbits/sec
[ 5] 54.00-55.00 sec 25.1 MBytes 211 Mbits/sec
[ 5] 55.00-56.00 sec 25.7 MBytes 215 Mbits/sec
[ 5] 56.00-57.00 sec 30.8 MBytes 259 Mbits/sec
[ 5] 57.00-58.00 sec 27.2 MBytes 228 Mbits/sec
[ 5] 58.00-59.00 sec 29.7 MBytes 249 Mbits/sec
[ 5] 59.00-60.00 sec 23.2 MBytes 195 Mbits/sec
[ 5] 60.00-61.00 sec 24.2 MBytes 203 Mbits/sec
[ 5] 61.00-62.00 sec 28.2 MBytes 236 Mbits/sec
[ 5] 62.00-63.00 sec 28.2 MBytes 237 Mbits/sec
[ 5] 63.00-64.00 sec 27.3 MBytes 229 Mbits/sec
[ 5] 64.00-65.00 sec 25.9 MBytes 218 Mbits/sec
[ 5] 65.00-66.00 sec 27.0 MBytes 226 Mbits/sec
[ 5] 66.00-67.00 sec 24.9 MBytes 209 Mbits/sec
[ 5] 67.00-68.00 sec 27.6 MBytes 232 Mbits/sec
[ 5] 68.00-69.00 sec 32.2 MBytes 270 Mbits/sec
[ 5] 69.00-70.00 sec 30.1 MBytes 252 Mbits/sec
[ 5] 70.00-71.00 sec 24.3 MBytes 203 Mbits/sec
[ 5] 71.00-72.00 sec 25.4 MBytes 213 Mbits/sec
[ 5] 72.00-73.00 sec 22.4 MBytes 188 Mbits/sec
[ 5] 73.00-74.00 sec 27.3 MBytes 228 Mbits/sec
[ 5] 74.00-75.00 sec 25.0 MBytes 210 Mbits/sec
[ 5] 75.00-76.00 sec 27.6 MBytes 232 Mbits/sec
[ 5] 76.00-77.00 sec 29.0 MBytes 243 Mbits/sec
[ 5] 77.00-78.00 sec 27.4 MBytes 230 Mbits/sec
[ 5] 78.00-79.00 sec 32.3 MBytes 271 Mbits/sec
[ 5] 79.00-80.00 sec 30.5 MBytes 256 Mbits/sec
[ 5] 80.00-81.00 sec 29.7 MBytes 249 Mbits/sec
[ 5] 81.00-82.00 sec 33.8 MBytes 284 Mbits/sec
[ 5] 82.00-83.00 sec 25.9 MBytes 217 Mbits/sec
[ 5] 83.00-84.00 sec 27.0 MBytes 226 Mbits/sec
[ 5] 84.00-85.00 sec 32.4 MBytes 272 Mbits/sec
[ 5] 85.00-86.00 sec 30.9 MBytes 260 Mbits/sec
[ 5] 86.00-87.00 sec 27.2 MBytes 229 Mbits/sec
[ 5] 87.00-88.00 sec 30.9 MBytes 259 Mbits/sec
[ 5] 88.00-89.00 sec 29.5 MBytes 247 Mbits/sec
[ 5] 89.00-90.00 sec 34.1 MBytes 286 Mbits/sec
[ 5] 90.00-91.00 sec 33.1 MBytes 277 Mbits/sec
[ 5] 91.00-92.00 sec 30.0 MBytes 252 Mbits/sec
[ 5] 92.00-93.00 sec 30.1 MBytes 252 Mbits/sec
[ 5] 93.00-94.00 sec 32.6 MBytes 274 Mbits/sec
[ 5] 94.00-95.00 sec 31.9 MBytes 268 Mbits/sec
[ 5] 95.00-96.00 sec 30.4 MBytes 255 Mbits/sec
[ 5] 96.00-97.00 sec 26.3 MBytes 221 Mbits/sec
[ 5] 97.00-98.00 sec 26.7 MBytes 224 Mbits/sec
[ 5] 98.00-99.00 sec 25.9 MBytes 218 Mbits/sec
[ 5] 99.00-100.00 sec 23.8 MBytes 200 Mbits/sec
[ 5] 100.00-101.00 sec 26.6 MBytes 223 Mbits/sec
[ 5] 101.00-102.00 sec 22.8 MBytes 191 Mbits/sec
[ 5] 102.00-103.00 sec 21.0 MBytes 176 Mbits/sec
[ 5] 103.00-104.00 sec 23.7 MBytes 199 Mbits/sec
[ 5] 104.00-105.00 sec 26.5 MBytes 222 Mbits/sec
[ 5] 105.00-106.00 sec 24.8 MBytes 209 Mbits/sec
[ 5] 106.00-107.00 sec 32.2 MBytes 270 Mbits/sec
[ 5] 107.00-108.00 sec 34.2 MBytes 287 Mbits/sec
[ 5] 108.00-109.00 sec 30.5 MBytes 256 Mbits/sec
[ 5] 109.00-110.00 sec 29.5 MBytes 248 Mbits/sec
[ 5] 110.00-111.00 sec 31.7 MBytes 266 Mbits/sec
[ 5] 111.00-112.00 sec 31.4 MBytes 263 Mbits/sec
[ 5] 112.00-113.00 sec 34.2 MBytes 287 Mbits/sec
[ 5] 113.00-114.00 sec 26.5 MBytes 222 Mbits/sec
[ 5] 114.00-115.00 sec 25.0 MBytes 210 Mbits/sec
[ 5] 115.00-116.00 sec 26.6 MBytes 223 Mbits/sec
[ 5] 116.00-117.00 sec 27.2 MBytes 228 Mbits/sec
[ 5] 117.00-118.00 sec 30.6 MBytes 256 Mbits/sec
[ 5] 118.00-119.00 sec 29.3 MBytes 246 Mbits/sec
[ 5] 119.00-120.00 sec 32.3 MBytes 271 Mbits/sec
[ 5] 120.00-121.00 sec 28.2 MBytes 237 Mbits/sec
[ 5] 121.00-122.00 sec 27.2 MBytes 229 Mbits/sec
[ 5] 122.00-123.00 sec 29.4 MBytes 247 Mbits/sec
[ 5] 123.00-124.00 sec 25.7 MBytes 215 Mbits/sec
[ 5] 124.00-125.00 sec 25.1 MBytes 211 Mbits/sec
[ 5] 125.00-126.00 sec 30.1 MBytes 252 Mbits/sec
[ 5] 126.00-127.00 sec 27.6 MBytes 232 Mbits/sec
[ 5] 127.00-128.00 sec 27.1 MBytes 227 Mbits/sec
[ 5] 128.00-129.00 sec 27.8 MBytes 233 Mbits/sec
[ 5] 129.00-130.00 sec 26.7 MBytes 224 Mbits/sec
[ 5] 130.00-131.00 sec 30.6 MBytes 256 Mbits/sec
[ 5] 131.00-132.00 sec 31.0 MBytes 260 Mbits/sec
[ 5] 132.00-133.00 sec 31.5 MBytes 264 Mbits/sec
[ 5] 133.00-134.00 sec 31.2 MBytes 262 Mbits/sec
[ 5] 134.00-135.00 sec 29.2 MBytes 245 Mbits/sec
[ 5] 135.00-136.00 sec 30.4 MBytes 255 Mbits/sec
[ 5] 136.00-137.00 sec 32.7 MBytes 275 Mbits/sec
[ 5] 137.00-138.00 sec 29.0 MBytes 243 Mbits/sec
[ 5] 138.00-139.00 sec 26.0 MBytes 218 Mbits/sec
[ 5] 139.00-140.00 sec 23.4 MBytes 197 Mbits/sec
[ 5] 140.00-141.00 sec 22.2 MBytes 186 Mbits/sec
[ 5] 141.00-142.00 sec 28.6 MBytes 240 Mbits/sec
[ 5] 142.00-143.00 sec 31.1 MBytes 261 Mbits/sec
[ 5] 143.00-144.00 sec 33.4 MBytes 280 Mbits/sec
[ 5] 144.00-145.00 sec 29.0 MBytes 243 Mbits/sec
[ 5] 145.00-146.00 sec 27.2 MBytes 228 Mbits/sec
[ 5] 146.00-147.00 sec 28.3 MBytes 238 Mbits/sec
[ 5] 147.00-148.00 sec 27.4 MBytes 230 Mbits/sec
[ 5] 148.00-149.00 sec 23.8 MBytes 200 Mbits/sec
[ 5] 149.00-150.00 sec 27.8 MBytes 233 Mbits/sec
[ 5] 150.00-151.00 sec 31.1 MBytes 261 Mbits/sec
[ 5] 151.00-152.00 sec 28.5 MBytes 239 Mbits/sec
[ 5] 152.00-153.00 sec 24.4 MBytes 205 Mbits/sec
[ 5] 153.00-154.00 sec 28.4 MBytes 238 Mbits/sec
[ 5] 154.00-155.00 sec 35.7 MBytes 300 Mbits/sec
[ 5] 155.00-156.00 sec 29.3 MBytes 246 Mbits/sec
[ 5] 156.00-157.00 sec 30.7 MBytes 257 Mbits/sec
[ 5] 157.00-158.00 sec 33.9 MBytes 284 Mbits/sec
[ 5] 158.00-159.00 sec 32.5 MBytes 273 Mbits/sec
[ 5] 159.00-160.00 sec 27.6 MBytes 232 Mbits/sec
[ 5] 160.00-161.00 sec 30.2 MBytes 254 Mbits/sec
[ 5] 161.00-162.00 sec 24.3 MBytes 204 Mbits/sec
[ 5] 162.00-163.00 sec 22.8 MBytes 191 Mbits/sec
[ 5] 163.00-164.00 sec 26.1 MBytes 219 Mbits/sec
[ 5] 164.00-165.00 sec 33.4 MBytes 280 Mbits/sec
[ 5] 165.00-166.00 sec 32.3 MBytes 271 Mbits/sec
[ 5] 166.00-167.00 sec 29.0 MBytes 243 Mbits/sec
[ 5] 167.00-168.00 sec 23.1 MBytes 194 Mbits/sec
[ 5] 168.00-169.00 sec 25.5 MBytes 214 Mbits/sec
[ 5] 169.00-170.00 sec 32.6 MBytes 274 Mbits/sec
[ 5] 170.00-171.00 sec 30.7 MBytes 257 Mbits/sec
[ 5] 171.00-172.00 sec 20.5 MBytes 172 Mbits/sec
[ 5] 172.00-173.00 sec 23.4 MBytes 197 Mbits/sec
[ 5] 173.00-174.00 sec 28.1 MBytes 235 Mbits/sec
[ 5] 174.00-175.00 sec 32.0 MBytes 269 Mbits/sec
[ 5] 175.00-176.00 sec 33.1 MBytes 278 Mbits/sec
[ 5] 176.00-177.00 sec 31.8 MBytes 267 Mbits/sec
[ 5] 177.00-178.00 sec 29.4 MBytes 246 Mbits/sec
[ 5] 178.00-179.00 sec 30.3 MBytes 254 Mbits/sec
[ 5] 179.00-180.00 sec 28.7 MBytes 241 Mbits/sec
- - - - - - - - - - - - - - - - - - - - - - - - -
[ ID] Interval Transfer Bitrate Retr
[ 5] 0.00-180.04 sec 5.04 GBytes 240 Mbits/sec 983 sender
[ 5] 0.00-180.00 sec 5.03 GBytes 240 Mbits/sec receiver
iperf Done.

View File

@@ -0,0 +1,188 @@
Connecting to host 192.168.70.135, port 5201
Reverse mode, remote host 192.168.70.135 is sending
[ 5] local 12.1.1.4 port 40072 connected to 192.168.70.135 port 5201
[ 5] 0.00-1.00 sec 16.8 MBytes 141 Mbits/sec
[ 5] 1.00-2.00 sec 30.8 MBytes 258 Mbits/sec
[ 5] 2.00-3.00 sec 29.0 MBytes 243 Mbits/sec
[ 5] 3.00-4.00 sec 30.2 MBytes 253 Mbits/sec
[ 5] 4.00-5.00 sec 28.3 MBytes 237 Mbits/sec
[ 5] 5.00-6.00 sec 29.4 MBytes 247 Mbits/sec
[ 5] 6.00-7.00 sec 26.9 MBytes 225 Mbits/sec
[ 5] 7.00-8.00 sec 29.9 MBytes 251 Mbits/sec
[ 5] 8.00-9.00 sec 30.8 MBytes 258 Mbits/sec
[ 5] 9.00-10.00 sec 26.4 MBytes 221 Mbits/sec
[ 5] 10.00-11.00 sec 32.5 MBytes 272 Mbits/sec
[ 5] 11.00-12.00 sec 30.4 MBytes 255 Mbits/sec
[ 5] 12.00-13.00 sec 28.9 MBytes 242 Mbits/sec
[ 5] 13.00-14.00 sec 28.2 MBytes 236 Mbits/sec
[ 5] 14.00-15.00 sec 30.4 MBytes 255 Mbits/sec
[ 5] 15.00-16.00 sec 27.0 MBytes 226 Mbits/sec
[ 5] 16.00-17.00 sec 25.9 MBytes 217 Mbits/sec
[ 5] 17.00-18.00 sec 28.7 MBytes 240 Mbits/sec
[ 5] 18.00-19.00 sec 26.4 MBytes 221 Mbits/sec
[ 5] 19.00-20.00 sec 28.7 MBytes 241 Mbits/sec
[ 5] 20.00-21.00 sec 33.5 MBytes 281 Mbits/sec
[ 5] 21.00-22.00 sec 27.3 MBytes 229 Mbits/sec
[ 5] 22.00-23.00 sec 28.0 MBytes 235 Mbits/sec
[ 5] 23.00-24.00 sec 27.4 MBytes 230 Mbits/sec
[ 5] 24.00-25.00 sec 29.0 MBytes 243 Mbits/sec
[ 5] 25.00-26.00 sec 29.8 MBytes 250 Mbits/sec
[ 5] 26.00-27.00 sec 27.0 MBytes 227 Mbits/sec
[ 5] 27.00-28.00 sec 28.8 MBytes 241 Mbits/sec
[ 5] 28.00-29.00 sec 27.6 MBytes 231 Mbits/sec
[ 5] 29.00-30.00 sec 30.6 MBytes 257 Mbits/sec
[ 5] 30.00-31.00 sec 28.3 MBytes 238 Mbits/sec
[ 5] 31.00-32.00 sec 33.4 MBytes 280 Mbits/sec
[ 5] 32.00-33.00 sec 29.7 MBytes 249 Mbits/sec
[ 5] 33.00-34.00 sec 29.0 MBytes 243 Mbits/sec
[ 5] 34.00-35.00 sec 28.5 MBytes 239 Mbits/sec
[ 5] 35.00-36.00 sec 32.3 MBytes 271 Mbits/sec
[ 5] 36.00-37.00 sec 25.2 MBytes 212 Mbits/sec
[ 5] 37.00-38.00 sec 31.1 MBytes 261 Mbits/sec
[ 5] 38.00-39.00 sec 30.4 MBytes 255 Mbits/sec
[ 5] 39.00-40.00 sec 29.7 MBytes 249 Mbits/sec
[ 5] 40.00-41.00 sec 34.5 MBytes 289 Mbits/sec
[ 5] 41.00-42.00 sec 32.7 MBytes 275 Mbits/sec
[ 5] 42.00-43.00 sec 32.8 MBytes 275 Mbits/sec
[ 5] 43.00-44.00 sec 28.2 MBytes 237 Mbits/sec
[ 5] 44.00-45.00 sec 30.2 MBytes 253 Mbits/sec
[ 5] 45.00-46.00 sec 32.4 MBytes 272 Mbits/sec
[ 5] 46.00-47.00 sec 33.8 MBytes 283 Mbits/sec
[ 5] 47.00-48.00 sec 33.2 MBytes 278 Mbits/sec
[ 5] 48.00-49.00 sec 30.4 MBytes 255 Mbits/sec
[ 5] 49.00-50.00 sec 29.9 MBytes 251 Mbits/sec
[ 5] 50.00-51.00 sec 28.6 MBytes 240 Mbits/sec
[ 5] 51.00-52.00 sec 30.2 MBytes 254 Mbits/sec
[ 5] 52.00-53.00 sec 33.5 MBytes 281 Mbits/sec
[ 5] 53.00-54.00 sec 32.7 MBytes 274 Mbits/sec
[ 5] 54.00-55.00 sec 34.1 MBytes 286 Mbits/sec
[ 5] 55.00-56.00 sec 20.5 MBytes 172 Mbits/sec
[ 5] 56.00-57.00 sec 23.6 MBytes 198 Mbits/sec
[ 5] 57.00-58.00 sec 26.0 MBytes 218 Mbits/sec
[ 5] 58.00-59.00 sec 28.6 MBytes 240 Mbits/sec
[ 5] 59.00-60.00 sec 29.2 MBytes 245 Mbits/sec
[ 5] 60.00-61.00 sec 29.8 MBytes 250 Mbits/sec
[ 5] 61.00-62.00 sec 32.4 MBytes 272 Mbits/sec
[ 5] 62.00-63.00 sec 29.9 MBytes 251 Mbits/sec
[ 5] 63.00-64.00 sec 34.8 MBytes 292 Mbits/sec
[ 5] 64.00-65.00 sec 35.9 MBytes 301 Mbits/sec
[ 5] 65.00-66.00 sec 30.0 MBytes 251 Mbits/sec
[ 5] 66.00-67.00 sec 31.0 MBytes 260 Mbits/sec
[ 5] 67.00-68.00 sec 30.1 MBytes 253 Mbits/sec
[ 5] 68.00-69.00 sec 35.7 MBytes 299 Mbits/sec
[ 5] 69.00-70.00 sec 33.5 MBytes 281 Mbits/sec
[ 5] 70.00-71.00 sec 25.8 MBytes 217 Mbits/sec
[ 5] 71.00-72.00 sec 26.0 MBytes 218 Mbits/sec
[ 5] 72.00-73.00 sec 26.0 MBytes 218 Mbits/sec
[ 5] 73.00-74.00 sec 31.2 MBytes 261 Mbits/sec
[ 5] 74.00-75.00 sec 31.7 MBytes 266 Mbits/sec
[ 5] 75.00-76.00 sec 25.4 MBytes 213 Mbits/sec
[ 5] 76.00-77.00 sec 28.8 MBytes 242 Mbits/sec
[ 5] 77.00-78.00 sec 29.0 MBytes 243 Mbits/sec
[ 5] 78.00-79.00 sec 32.9 MBytes 276 Mbits/sec
[ 5] 79.00-80.00 sec 30.8 MBytes 259 Mbits/sec
[ 5] 80.00-81.00 sec 30.9 MBytes 259 Mbits/sec
[ 5] 81.00-82.00 sec 35.0 MBytes 293 Mbits/sec
[ 5] 82.00-83.00 sec 30.2 MBytes 253 Mbits/sec
[ 5] 83.00-84.00 sec 27.9 MBytes 234 Mbits/sec
[ 5] 84.00-85.00 sec 32.7 MBytes 274 Mbits/sec
[ 5] 85.00-86.00 sec 32.3 MBytes 271 Mbits/sec
[ 5] 86.00-87.00 sec 28.8 MBytes 242 Mbits/sec
[ 5] 87.00-88.00 sec 28.6 MBytes 240 Mbits/sec
[ 5] 88.00-89.00 sec 27.6 MBytes 232 Mbits/sec
[ 5] 89.00-90.00 sec 30.6 MBytes 256 Mbits/sec
[ 5] 90.00-91.00 sec 33.6 MBytes 282 Mbits/sec
[ 5] 91.00-92.00 sec 33.0 MBytes 277 Mbits/sec
[ 5] 92.00-93.00 sec 35.0 MBytes 294 Mbits/sec
[ 5] 93.00-94.00 sec 31.3 MBytes 262 Mbits/sec
[ 5] 94.00-95.00 sec 30.3 MBytes 254 Mbits/sec
[ 5] 95.00-96.00 sec 32.5 MBytes 273 Mbits/sec
[ 5] 96.00-97.00 sec 33.6 MBytes 282 Mbits/sec
[ 5] 97.00-98.00 sec 34.1 MBytes 286 Mbits/sec
[ 5] 98.00-99.00 sec 34.7 MBytes 291 Mbits/sec
[ 5] 99.00-100.00 sec 27.7 MBytes 232 Mbits/sec
[ 5] 100.00-101.00 sec 30.5 MBytes 256 Mbits/sec
[ 5] 101.00-102.00 sec 32.6 MBytes 273 Mbits/sec
[ 5] 102.00-103.00 sec 32.2 MBytes 270 Mbits/sec
[ 5] 103.00-104.00 sec 27.5 MBytes 230 Mbits/sec
[ 5] 104.00-105.00 sec 29.7 MBytes 250 Mbits/sec
[ 5] 105.00-106.00 sec 30.3 MBytes 254 Mbits/sec
[ 5] 106.00-107.00 sec 31.8 MBytes 267 Mbits/sec
[ 5] 107.00-108.00 sec 32.1 MBytes 269 Mbits/sec
[ 5] 108.00-109.00 sec 35.1 MBytes 294 Mbits/sec
[ 5] 109.00-110.00 sec 34.0 MBytes 285 Mbits/sec
[ 5] 110.00-111.00 sec 33.7 MBytes 283 Mbits/sec
[ 5] 111.00-112.00 sec 25.2 MBytes 211 Mbits/sec
[ 5] 112.00-113.00 sec 32.1 MBytes 270 Mbits/sec
[ 5] 113.00-114.00 sec 29.9 MBytes 251 Mbits/sec
[ 5] 114.00-115.00 sec 32.7 MBytes 274 Mbits/sec
[ 5] 115.00-116.00 sec 29.5 MBytes 247 Mbits/sec
[ 5] 116.00-117.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 117.00-118.00 sec 27.8 MBytes 233 Mbits/sec
[ 5] 118.00-119.00 sec 27.8 MBytes 233 Mbits/sec
[ 5] 119.00-120.00 sec 28.5 MBytes 239 Mbits/sec
[ 5] 120.00-121.00 sec 30.8 MBytes 258 Mbits/sec
[ 5] 121.00-122.00 sec 33.6 MBytes 282 Mbits/sec
[ 5] 122.00-123.00 sec 26.8 MBytes 225 Mbits/sec
[ 5] 123.00-124.00 sec 30.3 MBytes 254 Mbits/sec
[ 5] 124.00-125.00 sec 31.3 MBytes 262 Mbits/sec
[ 5] 125.00-126.00 sec 30.2 MBytes 254 Mbits/sec
[ 5] 126.00-127.00 sec 34.1 MBytes 286 Mbits/sec
[ 5] 127.00-128.00 sec 27.9 MBytes 234 Mbits/sec
[ 5] 128.00-129.00 sec 28.6 MBytes 240 Mbits/sec
[ 5] 129.00-130.00 sec 28.0 MBytes 235 Mbits/sec
[ 5] 130.00-131.00 sec 31.1 MBytes 261 Mbits/sec
[ 5] 131.00-132.00 sec 29.3 MBytes 245 Mbits/sec
[ 5] 132.00-133.00 sec 31.0 MBytes 260 Mbits/sec
[ 5] 133.00-134.00 sec 26.5 MBytes 222 Mbits/sec
[ 5] 134.00-135.00 sec 28.9 MBytes 242 Mbits/sec
[ 5] 135.00-136.00 sec 23.7 MBytes 199 Mbits/sec
[ 5] 136.00-137.00 sec 30.5 MBytes 256 Mbits/sec
[ 5] 137.00-138.00 sec 25.4 MBytes 213 Mbits/sec
[ 5] 138.00-139.00 sec 27.6 MBytes 231 Mbits/sec
[ 5] 139.00-140.00 sec 28.8 MBytes 242 Mbits/sec
[ 5] 140.00-141.00 sec 22.2 MBytes 187 Mbits/sec
[ 5] 141.00-142.00 sec 21.1 MBytes 177 Mbits/sec
[ 5] 142.00-143.00 sec 25.9 MBytes 217 Mbits/sec
[ 5] 143.00-144.00 sec 28.2 MBytes 236 Mbits/sec
[ 5] 144.00-145.00 sec 23.8 MBytes 199 Mbits/sec
[ 5] 145.00-146.00 sec 21.5 MBytes 180 Mbits/sec
[ 5] 146.00-147.00 sec 28.5 MBytes 239 Mbits/sec
[ 5] 147.00-148.00 sec 33.0 MBytes 277 Mbits/sec
[ 5] 148.00-149.00 sec 30.0 MBytes 252 Mbits/sec
[ 5] 149.00-150.00 sec 34.4 MBytes 289 Mbits/sec
[ 5] 150.00-151.00 sec 35.6 MBytes 299 Mbits/sec
[ 5] 151.00-152.00 sec 35.4 MBytes 297 Mbits/sec
[ 5] 152.00-153.00 sec 32.9 MBytes 276 Mbits/sec
[ 5] 153.00-154.00 sec 33.1 MBytes 277 Mbits/sec
[ 5] 154.00-155.00 sec 28.8 MBytes 242 Mbits/sec
[ 5] 155.00-156.00 sec 31.5 MBytes 264 Mbits/sec
[ 5] 156.00-157.00 sec 32.7 MBytes 274 Mbits/sec
[ 5] 157.00-158.00 sec 33.4 MBytes 280 Mbits/sec
[ 5] 158.00-159.00 sec 33.3 MBytes 279 Mbits/sec
[ 5] 159.00-160.00 sec 23.4 MBytes 196 Mbits/sec
[ 5] 160.00-161.00 sec 31.5 MBytes 264 Mbits/sec
[ 5] 161.00-162.00 sec 32.3 MBytes 271 Mbits/sec
[ 5] 162.00-163.00 sec 31.5 MBytes 264 Mbits/sec
[ 5] 163.00-164.00 sec 25.0 MBytes 210 Mbits/sec
[ 5] 164.00-165.00 sec 30.1 MBytes 253 Mbits/sec
[ 5] 165.00-166.00 sec 31.8 MBytes 267 Mbits/sec
[ 5] 166.00-167.00 sec 33.6 MBytes 281 Mbits/sec
[ 5] 167.00-168.00 sec 32.2 MBytes 270 Mbits/sec
[ 5] 168.00-169.00 sec 32.6 MBytes 273 Mbits/sec
[ 5] 169.00-170.00 sec 26.7 MBytes 224 Mbits/sec
[ 5] 170.00-171.00 sec 27.1 MBytes 227 Mbits/sec
[ 5] 171.00-172.00 sec 30.1 MBytes 252 Mbits/sec
[ 5] 172.00-173.00 sec 30.8 MBytes 259 Mbits/sec
[ 5] 173.00-174.00 sec 32.5 MBytes 272 Mbits/sec
[ 5] 174.00-175.00 sec 25.6 MBytes 214 Mbits/sec
[ 5] 175.00-176.00 sec 28.2 MBytes 237 Mbits/sec
[ 5] 176.00-177.00 sec 32.1 MBytes 269 Mbits/sec
[ 5] 177.00-178.00 sec 29.5 MBytes 247 Mbits/sec
[ 5] 178.00-179.00 sec 32.4 MBytes 272 Mbits/sec
[ 5] 179.00-180.00 sec 29.9 MBytes 251 Mbits/sec
- - - - - - - - - - - - - - - - - - - - - - - - -
[ ID] Interval Transfer Bitrate Retr
[ 5] 0.00-180.01 sec 5.26 GBytes 251 Mbits/sec 1362 sender
[ 5] 0.00-180.00 sec 5.26 GBytes 251 Mbits/sec receiver
iperf Done.

View File

@@ -0,0 +1,188 @@
Connecting to host 192.168.70.135, port 5201
Reverse mode, remote host 192.168.70.135 is sending
[ 5] local 12.1.1.4 port 40082 connected to 192.168.70.135 port 5201
[ 5] 0.00-1.00 sec 18.4 MBytes 155 Mbits/sec
[ 5] 1.00-2.00 sec 24.3 MBytes 204 Mbits/sec
[ 5] 2.00-3.00 sec 26.7 MBytes 224 Mbits/sec
[ 5] 3.00-4.00 sec 31.0 MBytes 260 Mbits/sec
[ 5] 4.00-5.00 sec 27.9 MBytes 234 Mbits/sec
[ 5] 5.00-6.00 sec 27.5 MBytes 231 Mbits/sec
[ 5] 6.00-7.00 sec 27.9 MBytes 234 Mbits/sec
[ 5] 7.00-8.00 sec 29.4 MBytes 247 Mbits/sec
[ 5] 8.00-9.00 sec 20.1 MBytes 169 Mbits/sec
[ 5] 9.00-10.00 sec 24.6 MBytes 206 Mbits/sec
[ 5] 10.00-11.00 sec 25.1 MBytes 210 Mbits/sec
[ 5] 11.00-12.00 sec 28.0 MBytes 235 Mbits/sec
[ 5] 12.00-13.00 sec 26.8 MBytes 225 Mbits/sec
[ 5] 13.00-14.00 sec 26.5 MBytes 222 Mbits/sec
[ 5] 14.00-15.00 sec 32.8 MBytes 275 Mbits/sec
[ 5] 15.00-16.00 sec 35.4 MBytes 297 Mbits/sec
[ 5] 16.00-17.00 sec 29.6 MBytes 248 Mbits/sec
[ 5] 17.00-18.00 sec 31.1 MBytes 261 Mbits/sec
[ 5] 18.00-19.00 sec 29.1 MBytes 244 Mbits/sec
[ 5] 19.00-20.00 sec 25.6 MBytes 215 Mbits/sec
[ 5] 20.00-21.00 sec 22.8 MBytes 192 Mbits/sec
[ 5] 21.00-22.00 sec 27.5 MBytes 231 Mbits/sec
[ 5] 22.00-23.00 sec 30.4 MBytes 255 Mbits/sec
[ 5] 23.00-24.00 sec 29.0 MBytes 243 Mbits/sec
[ 5] 24.00-25.00 sec 29.9 MBytes 250 Mbits/sec
[ 5] 25.00-26.00 sec 34.4 MBytes 289 Mbits/sec
[ 5] 26.00-27.00 sec 33.9 MBytes 285 Mbits/sec
[ 5] 27.00-28.00 sec 31.1 MBytes 261 Mbits/sec
[ 5] 28.00-29.00 sec 30.0 MBytes 252 Mbits/sec
[ 5] 29.00-30.00 sec 30.1 MBytes 253 Mbits/sec
[ 5] 30.00-31.00 sec 35.0 MBytes 294 Mbits/sec
[ 5] 31.00-32.00 sec 35.6 MBytes 299 Mbits/sec
[ 5] 32.00-33.00 sec 36.6 MBytes 307 Mbits/sec
[ 5] 33.00-34.00 sec 33.4 MBytes 281 Mbits/sec
[ 5] 34.00-35.00 sec 28.3 MBytes 237 Mbits/sec
[ 5] 35.00-36.00 sec 27.6 MBytes 232 Mbits/sec
[ 5] 36.00-37.00 sec 33.3 MBytes 279 Mbits/sec
[ 5] 37.00-38.00 sec 28.1 MBytes 236 Mbits/sec
[ 5] 38.00-39.00 sec 22.4 MBytes 188 Mbits/sec
[ 5] 39.00-40.00 sec 26.8 MBytes 225 Mbits/sec
[ 5] 40.00-41.00 sec 31.2 MBytes 262 Mbits/sec
[ 5] 41.00-42.00 sec 31.0 MBytes 260 Mbits/sec
[ 5] 42.00-43.00 sec 32.8 MBytes 276 Mbits/sec
[ 5] 43.00-44.00 sec 33.1 MBytes 278 Mbits/sec
[ 5] 44.00-45.00 sec 30.4 MBytes 255 Mbits/sec
[ 5] 45.00-46.00 sec 30.3 MBytes 254 Mbits/sec
[ 5] 46.00-47.00 sec 32.4 MBytes 272 Mbits/sec
[ 5] 47.00-48.00 sec 27.8 MBytes 233 Mbits/sec
[ 5] 48.00-49.00 sec 29.5 MBytes 248 Mbits/sec
[ 5] 49.00-50.00 sec 30.3 MBytes 254 Mbits/sec
[ 5] 50.00-51.00 sec 30.3 MBytes 255 Mbits/sec
[ 5] 51.00-52.00 sec 32.5 MBytes 272 Mbits/sec
[ 5] 52.00-53.00 sec 30.5 MBytes 256 Mbits/sec
[ 5] 53.00-54.00 sec 33.5 MBytes 281 Mbits/sec
[ 5] 54.00-55.00 sec 25.2 MBytes 211 Mbits/sec
[ 5] 55.00-56.00 sec 27.7 MBytes 232 Mbits/sec
[ 5] 56.00-57.00 sec 27.3 MBytes 229 Mbits/sec
[ 5] 57.00-58.00 sec 26.7 MBytes 224 Mbits/sec
[ 5] 58.00-59.00 sec 23.8 MBytes 200 Mbits/sec
[ 5] 59.00-60.00 sec 25.3 MBytes 212 Mbits/sec
[ 5] 60.00-61.00 sec 31.2 MBytes 261 Mbits/sec
[ 5] 61.00-62.00 sec 29.4 MBytes 247 Mbits/sec
[ 5] 62.00-63.00 sec 32.5 MBytes 273 Mbits/sec
[ 5] 63.00-64.00 sec 33.3 MBytes 280 Mbits/sec
[ 5] 64.00-65.00 sec 31.1 MBytes 261 Mbits/sec
[ 5] 65.00-66.00 sec 26.5 MBytes 222 Mbits/sec
[ 5] 66.00-67.00 sec 30.2 MBytes 253 Mbits/sec
[ 5] 67.00-68.00 sec 33.2 MBytes 279 Mbits/sec
[ 5] 68.00-69.00 sec 32.5 MBytes 273 Mbits/sec
[ 5] 69.00-70.00 sec 26.7 MBytes 224 Mbits/sec
[ 5] 70.00-71.00 sec 26.7 MBytes 224 Mbits/sec
[ 5] 71.00-72.00 sec 31.4 MBytes 264 Mbits/sec
[ 5] 72.00-73.00 sec 28.8 MBytes 242 Mbits/sec
[ 5] 73.00-74.00 sec 32.4 MBytes 272 Mbits/sec
[ 5] 74.00-75.00 sec 35.4 MBytes 297 Mbits/sec
[ 5] 75.00-76.00 sec 29.0 MBytes 243 Mbits/sec
[ 5] 76.00-77.00 sec 29.7 MBytes 249 Mbits/sec
[ 5] 77.00-78.00 sec 23.2 MBytes 195 Mbits/sec
[ 5] 78.00-79.00 sec 23.0 MBytes 193 Mbits/sec
[ 5] 79.00-80.00 sec 20.8 MBytes 174 Mbits/sec
[ 5] 80.00-81.00 sec 20.9 MBytes 175 Mbits/sec
[ 5] 81.00-82.00 sec 23.2 MBytes 195 Mbits/sec
[ 5] 82.00-83.00 sec 22.6 MBytes 189 Mbits/sec
[ 5] 83.00-84.00 sec 23.8 MBytes 199 Mbits/sec
[ 5] 84.00-85.00 sec 31.8 MBytes 267 Mbits/sec
[ 5] 85.00-86.00 sec 32.2 MBytes 270 Mbits/sec
[ 5] 86.00-87.00 sec 32.8 MBytes 275 Mbits/sec
[ 5] 87.00-88.00 sec 34.5 MBytes 290 Mbits/sec
[ 5] 88.00-89.00 sec 24.2 MBytes 203 Mbits/sec
[ 5] 89.00-90.00 sec 31.0 MBytes 260 Mbits/sec
[ 5] 90.00-91.00 sec 25.4 MBytes 213 Mbits/sec
[ 5] 91.00-92.00 sec 27.1 MBytes 227 Mbits/sec
[ 5] 92.00-93.00 sec 27.0 MBytes 227 Mbits/sec
[ 5] 93.00-94.00 sec 25.0 MBytes 210 Mbits/sec
[ 5] 94.00-95.00 sec 28.5 MBytes 239 Mbits/sec
[ 5] 95.00-96.00 sec 25.5 MBytes 214 Mbits/sec
[ 5] 96.00-97.00 sec 31.3 MBytes 262 Mbits/sec
[ 5] 97.00-98.00 sec 30.3 MBytes 254 Mbits/sec
[ 5] 98.00-99.00 sec 26.1 MBytes 219 Mbits/sec
[ 5] 99.00-100.00 sec 30.1 MBytes 253 Mbits/sec
[ 5] 100.00-101.00 sec 27.9 MBytes 234 Mbits/sec
[ 5] 101.00-102.00 sec 25.2 MBytes 211 Mbits/sec
[ 5] 102.00-103.00 sec 25.4 MBytes 213 Mbits/sec
[ 5] 103.00-104.00 sec 27.2 MBytes 228 Mbits/sec
[ 5] 104.00-105.00 sec 24.4 MBytes 205 Mbits/sec
[ 5] 105.00-106.00 sec 32.7 MBytes 274 Mbits/sec
[ 5] 106.00-107.00 sec 32.8 MBytes 275 Mbits/sec
[ 5] 107.00-108.00 sec 33.1 MBytes 278 Mbits/sec
[ 5] 108.00-109.00 sec 30.4 MBytes 255 Mbits/sec
[ 5] 109.00-110.00 sec 26.8 MBytes 225 Mbits/sec
[ 5] 110.00-111.00 sec 27.4 MBytes 230 Mbits/sec
[ 5] 111.00-112.00 sec 31.5 MBytes 264 Mbits/sec
[ 5] 112.00-113.00 sec 30.0 MBytes 252 Mbits/sec
[ 5] 113.00-114.00 sec 28.9 MBytes 242 Mbits/sec
[ 5] 114.00-115.00 sec 30.3 MBytes 254 Mbits/sec
[ 5] 115.00-116.00 sec 32.2 MBytes 270 Mbits/sec
[ 5] 116.00-117.00 sec 34.6 MBytes 290 Mbits/sec
[ 5] 117.00-118.00 sec 31.6 MBytes 265 Mbits/sec
[ 5] 118.00-119.00 sec 27.5 MBytes 231 Mbits/sec
[ 5] 119.00-120.00 sec 29.5 MBytes 247 Mbits/sec
[ 5] 120.00-121.00 sec 28.8 MBytes 242 Mbits/sec
[ 5] 121.00-122.00 sec 30.2 MBytes 253 Mbits/sec
[ 5] 122.00-123.00 sec 33.4 MBytes 280 Mbits/sec
[ 5] 123.00-124.00 sec 31.5 MBytes 264 Mbits/sec
[ 5] 124.00-125.00 sec 27.5 MBytes 231 Mbits/sec
[ 5] 125.00-126.00 sec 26.7 MBytes 224 Mbits/sec
[ 5] 126.00-127.00 sec 31.0 MBytes 260 Mbits/sec
[ 5] 127.00-128.00 sec 33.5 MBytes 281 Mbits/sec
[ 5] 128.00-129.00 sec 26.2 MBytes 219 Mbits/sec
[ 5] 129.00-130.00 sec 26.7 MBytes 224 Mbits/sec
[ 5] 130.00-131.00 sec 30.1 MBytes 253 Mbits/sec
[ 5] 131.00-132.00 sec 27.9 MBytes 234 Mbits/sec
[ 5] 132.00-133.00 sec 27.3 MBytes 229 Mbits/sec
[ 5] 133.00-134.00 sec 26.0 MBytes 218 Mbits/sec
[ 5] 134.00-135.00 sec 32.9 MBytes 276 Mbits/sec
[ 5] 135.00-136.00 sec 30.4 MBytes 255 Mbits/sec
[ 5] 136.00-137.00 sec 23.9 MBytes 201 Mbits/sec
[ 5] 137.00-138.00 sec 25.1 MBytes 211 Mbits/sec
[ 5] 138.00-139.00 sec 21.7 MBytes 182 Mbits/sec
[ 5] 139.00-140.00 sec 24.7 MBytes 207 Mbits/sec
[ 5] 140.00-141.00 sec 24.0 MBytes 201 Mbits/sec
[ 5] 141.00-142.00 sec 25.5 MBytes 214 Mbits/sec
[ 5] 142.00-143.00 sec 24.5 MBytes 205 Mbits/sec
[ 5] 143.00-144.00 sec 24.3 MBytes 204 Mbits/sec
[ 5] 144.00-145.00 sec 28.4 MBytes 238 Mbits/sec
[ 5] 145.00-146.00 sec 34.9 MBytes 293 Mbits/sec
[ 5] 146.00-147.00 sec 35.7 MBytes 299 Mbits/sec
[ 5] 147.00-148.00 sec 30.7 MBytes 258 Mbits/sec
[ 5] 148.00-149.00 sec 33.1 MBytes 278 Mbits/sec
[ 5] 149.00-150.00 sec 35.0 MBytes 294 Mbits/sec
[ 5] 150.00-151.00 sec 27.3 MBytes 229 Mbits/sec
[ 5] 151.00-152.00 sec 30.1 MBytes 253 Mbits/sec
[ 5] 152.00-153.00 sec 31.2 MBytes 262 Mbits/sec
[ 5] 153.00-154.00 sec 32.3 MBytes 271 Mbits/sec
[ 5] 154.00-155.00 sec 31.4 MBytes 263 Mbits/sec
[ 5] 155.00-156.00 sec 34.1 MBytes 286 Mbits/sec
[ 5] 156.00-157.00 sec 27.9 MBytes 234 Mbits/sec
[ 5] 157.00-158.00 sec 31.6 MBytes 265 Mbits/sec
[ 5] 158.00-159.00 sec 31.7 MBytes 266 Mbits/sec
[ 5] 159.00-160.00 sec 31.6 MBytes 265 Mbits/sec
[ 5] 160.00-161.00 sec 34.6 MBytes 291 Mbits/sec
[ 5] 161.00-162.00 sec 35.7 MBytes 299 Mbits/sec
[ 5] 162.00-163.00 sec 32.5 MBytes 273 Mbits/sec
[ 5] 163.00-164.00 sec 29.1 MBytes 244 Mbits/sec
[ 5] 164.00-165.00 sec 24.7 MBytes 207 Mbits/sec
[ 5] 165.00-166.00 sec 29.2 MBytes 245 Mbits/sec
[ 5] 166.00-167.00 sec 28.6 MBytes 240 Mbits/sec
[ 5] 167.00-168.00 sec 30.1 MBytes 253 Mbits/sec
[ 5] 168.00-169.00 sec 30.6 MBytes 257 Mbits/sec
[ 5] 169.00-170.00 sec 29.5 MBytes 247 Mbits/sec
[ 5] 170.00-171.00 sec 33.3 MBytes 280 Mbits/sec
[ 5] 171.00-172.00 sec 30.7 MBytes 258 Mbits/sec
[ 5] 172.00-173.00 sec 27.0 MBytes 226 Mbits/sec
[ 5] 173.00-174.00 sec 31.5 MBytes 264 Mbits/sec
[ 5] 174.00-175.00 sec 31.7 MBytes 266 Mbits/sec
[ 5] 175.00-176.00 sec 28.3 MBytes 238 Mbits/sec
[ 5] 176.00-177.00 sec 26.8 MBytes 225 Mbits/sec
[ 5] 177.00-178.00 sec 28.1 MBytes 236 Mbits/sec
[ 5] 178.00-179.00 sec 29.3 MBytes 246 Mbits/sec
[ 5] 179.00-180.00 sec 31.4 MBytes 264 Mbits/sec
- - - - - - - - - - - - - - - - - - - - - - - - -
[ ID] Interval Transfer Bitrate Retr
[ 5] 0.00-180.04 sec 5.13 GBytes 245 Mbits/sec 781 sender
[ 5] 0.00-180.00 sec 5.13 GBytes 245 Mbits/sec receiver
iperf Done.

View File

@@ -0,0 +1,188 @@
Connecting to host 192.168.70.135, port 5201
Reverse mode, remote host 192.168.70.135 is sending
[ 5] local 12.1.1.4 port 40088 connected to 192.168.70.135 port 5201
[ 5] 0.00-1.00 sec 17.2 MBytes 144 Mbits/sec
[ 5] 1.00-2.00 sec 27.2 MBytes 228 Mbits/sec
[ 5] 2.00-3.00 sec 30.1 MBytes 252 Mbits/sec
[ 5] 3.00-4.00 sec 26.7 MBytes 224 Mbits/sec
[ 5] 4.00-5.00 sec 28.0 MBytes 235 Mbits/sec
[ 5] 5.00-6.00 sec 29.1 MBytes 244 Mbits/sec
[ 5] 6.00-7.00 sec 26.6 MBytes 223 Mbits/sec
[ 5] 7.00-8.00 sec 31.8 MBytes 267 Mbits/sec
[ 5] 8.00-9.00 sec 26.5 MBytes 223 Mbits/sec
[ 5] 9.00-10.00 sec 21.6 MBytes 182 Mbits/sec
[ 5] 10.00-11.00 sec 23.6 MBytes 198 Mbits/sec
[ 5] 11.00-12.00 sec 30.4 MBytes 255 Mbits/sec
[ 5] 12.00-13.00 sec 31.7 MBytes 266 Mbits/sec
[ 5] 13.00-14.00 sec 25.8 MBytes 217 Mbits/sec
[ 5] 14.00-15.00 sec 26.9 MBytes 226 Mbits/sec
[ 5] 15.00-16.00 sec 28.9 MBytes 243 Mbits/sec
[ 5] 16.00-17.00 sec 31.0 MBytes 260 Mbits/sec
[ 5] 17.00-18.00 sec 30.0 MBytes 252 Mbits/sec
[ 5] 18.00-19.00 sec 27.7 MBytes 232 Mbits/sec
[ 5] 19.00-20.00 sec 26.9 MBytes 225 Mbits/sec
[ 5] 20.00-21.00 sec 25.3 MBytes 212 Mbits/sec
[ 5] 21.00-22.00 sec 29.4 MBytes 247 Mbits/sec
[ 5] 22.00-23.00 sec 29.9 MBytes 251 Mbits/sec
[ 5] 23.00-24.00 sec 28.8 MBytes 241 Mbits/sec
[ 5] 24.00-25.00 sec 33.9 MBytes 285 Mbits/sec
[ 5] 25.00-26.00 sec 33.5 MBytes 281 Mbits/sec
[ 5] 26.00-27.00 sec 27.8 MBytes 233 Mbits/sec
[ 5] 27.00-28.00 sec 30.7 MBytes 258 Mbits/sec
[ 5] 28.00-29.00 sec 31.3 MBytes 263 Mbits/sec
[ 5] 29.00-30.00 sec 33.6 MBytes 282 Mbits/sec
[ 5] 30.00-31.00 sec 27.6 MBytes 232 Mbits/sec
[ 5] 31.00-32.00 sec 26.8 MBytes 225 Mbits/sec
[ 5] 32.00-33.00 sec 29.3 MBytes 246 Mbits/sec
[ 5] 33.00-34.00 sec 31.6 MBytes 265 Mbits/sec
[ 5] 34.00-35.00 sec 24.5 MBytes 206 Mbits/sec
[ 5] 35.00-36.00 sec 26.4 MBytes 222 Mbits/sec
[ 5] 36.00-37.00 sec 26.9 MBytes 225 Mbits/sec
[ 5] 37.00-38.00 sec 28.8 MBytes 242 Mbits/sec
[ 5] 38.00-39.00 sec 28.5 MBytes 239 Mbits/sec
[ 5] 39.00-40.00 sec 31.2 MBytes 261 Mbits/sec
[ 5] 40.00-41.00 sec 27.3 MBytes 229 Mbits/sec
[ 5] 41.00-42.00 sec 25.6 MBytes 215 Mbits/sec
[ 5] 42.00-43.00 sec 26.2 MBytes 220 Mbits/sec
[ 5] 43.00-44.00 sec 28.4 MBytes 238 Mbits/sec
[ 5] 44.00-45.00 sec 30.0 MBytes 252 Mbits/sec
[ 5] 45.00-46.00 sec 30.3 MBytes 254 Mbits/sec
[ 5] 46.00-47.00 sec 33.1 MBytes 277 Mbits/sec
[ 5] 47.00-48.00 sec 25.9 MBytes 217 Mbits/sec
[ 5] 48.00-49.00 sec 30.1 MBytes 252 Mbits/sec
[ 5] 49.00-50.00 sec 28.2 MBytes 237 Mbits/sec
[ 5] 50.00-51.00 sec 32.2 MBytes 270 Mbits/sec
[ 5] 51.00-52.00 sec 28.1 MBytes 235 Mbits/sec
[ 5] 52.00-53.00 sec 27.6 MBytes 231 Mbits/sec
[ 5] 53.00-54.00 sec 29.5 MBytes 248 Mbits/sec
[ 5] 54.00-55.00 sec 30.5 MBytes 256 Mbits/sec
[ 5] 55.00-56.00 sec 30.2 MBytes 253 Mbits/sec
[ 5] 56.00-57.00 sec 34.0 MBytes 286 Mbits/sec
[ 5] 57.00-58.00 sec 35.3 MBytes 296 Mbits/sec
[ 5] 58.00-59.00 sec 21.9 MBytes 183 Mbits/sec
[ 5] 59.00-60.00 sec 29.3 MBytes 246 Mbits/sec
[ 5] 60.00-61.00 sec 31.4 MBytes 264 Mbits/sec
[ 5] 61.00-62.00 sec 34.3 MBytes 287 Mbits/sec
[ 5] 62.00-63.00 sec 29.3 MBytes 246 Mbits/sec
[ 5] 63.00-64.00 sec 28.3 MBytes 238 Mbits/sec
[ 5] 64.00-65.00 sec 20.1 MBytes 169 Mbits/sec
[ 5] 65.00-66.00 sec 17.7 MBytes 148 Mbits/sec
[ 5] 66.00-67.00 sec 30.7 MBytes 257 Mbits/sec
[ 5] 67.00-68.00 sec 31.1 MBytes 261 Mbits/sec
[ 5] 68.00-69.00 sec 31.5 MBytes 264 Mbits/sec
[ 5] 69.00-70.00 sec 28.5 MBytes 239 Mbits/sec
[ 5] 70.00-71.00 sec 29.2 MBytes 245 Mbits/sec
[ 5] 71.00-72.00 sec 30.0 MBytes 252 Mbits/sec
[ 5] 72.00-73.00 sec 30.3 MBytes 254 Mbits/sec
[ 5] 73.00-74.00 sec 26.7 MBytes 224 Mbits/sec
[ 5] 74.00-75.00 sec 25.1 MBytes 210 Mbits/sec
[ 5] 75.00-76.00 sec 26.0 MBytes 218 Mbits/sec
[ 5] 76.00-77.00 sec 31.6 MBytes 265 Mbits/sec
[ 5] 77.00-78.00 sec 24.6 MBytes 207 Mbits/sec
[ 5] 78.00-79.00 sec 29.8 MBytes 250 Mbits/sec
[ 5] 79.00-80.00 sec 30.8 MBytes 258 Mbits/sec
[ 5] 80.00-81.00 sec 27.5 MBytes 231 Mbits/sec
[ 5] 81.00-82.00 sec 29.0 MBytes 243 Mbits/sec
[ 5] 82.00-83.00 sec 30.7 MBytes 258 Mbits/sec
[ 5] 83.00-84.00 sec 34.5 MBytes 289 Mbits/sec
[ 5] 84.00-85.00 sec 29.3 MBytes 246 Mbits/sec
[ 5] 85.00-86.00 sec 26.3 MBytes 221 Mbits/sec
[ 5] 86.00-87.00 sec 27.1 MBytes 227 Mbits/sec
[ 5] 87.00-88.00 sec 30.2 MBytes 254 Mbits/sec
[ 5] 88.00-89.00 sec 30.9 MBytes 259 Mbits/sec
[ 5] 89.00-90.00 sec 29.2 MBytes 245 Mbits/sec
[ 5] 90.00-91.00 sec 33.3 MBytes 279 Mbits/sec
[ 5] 91.00-92.00 sec 24.5 MBytes 206 Mbits/sec
[ 5] 92.00-93.00 sec 29.2 MBytes 245 Mbits/sec
[ 5] 93.00-94.00 sec 32.5 MBytes 273 Mbits/sec
[ 5] 94.00-95.00 sec 34.0 MBytes 285 Mbits/sec
[ 5] 95.00-96.00 sec 27.7 MBytes 232 Mbits/sec
[ 5] 96.00-97.00 sec 26.9 MBytes 226 Mbits/sec
[ 5] 97.00-98.00 sec 28.4 MBytes 238 Mbits/sec
[ 5] 98.00-99.00 sec 27.8 MBytes 233 Mbits/sec
[ 5] 99.00-100.00 sec 30.6 MBytes 257 Mbits/sec
[ 5] 100.00-101.00 sec 30.4 MBytes 255 Mbits/sec
[ 5] 101.00-102.00 sec 32.4 MBytes 272 Mbits/sec
[ 5] 102.00-103.00 sec 28.2 MBytes 236 Mbits/sec
[ 5] 103.00-104.00 sec 29.7 MBytes 250 Mbits/sec
[ 5] 104.00-105.00 sec 30.3 MBytes 254 Mbits/sec
[ 5] 105.00-106.00 sec 30.7 MBytes 258 Mbits/sec
[ 5] 106.00-107.00 sec 34.7 MBytes 291 Mbits/sec
[ 5] 107.00-108.00 sec 30.4 MBytes 255 Mbits/sec
[ 5] 108.00-109.00 sec 18.7 MBytes 157 Mbits/sec
[ 5] 109.00-110.00 sec 20.0 MBytes 168 Mbits/sec
[ 5] 110.00-111.00 sec 28.6 MBytes 239 Mbits/sec
[ 5] 111.00-112.00 sec 30.0 MBytes 252 Mbits/sec
[ 5] 112.00-113.00 sec 30.3 MBytes 254 Mbits/sec
[ 5] 113.00-114.00 sec 30.8 MBytes 259 Mbits/sec
[ 5] 114.00-115.00 sec 26.8 MBytes 225 Mbits/sec
[ 5] 115.00-116.00 sec 29.0 MBytes 243 Mbits/sec
[ 5] 116.00-117.00 sec 30.1 MBytes 253 Mbits/sec
[ 5] 117.00-118.00 sec 31.0 MBytes 260 Mbits/sec
[ 5] 118.00-119.00 sec 22.7 MBytes 190 Mbits/sec
[ 5] 119.00-120.00 sec 23.5 MBytes 198 Mbits/sec
[ 5] 120.00-121.00 sec 26.3 MBytes 221 Mbits/sec
[ 5] 121.00-122.00 sec 26.4 MBytes 221 Mbits/sec
[ 5] 122.00-123.00 sec 23.0 MBytes 193 Mbits/sec
[ 5] 123.00-124.00 sec 26.0 MBytes 218 Mbits/sec
[ 5] 124.00-125.00 sec 23.0 MBytes 193 Mbits/sec
[ 5] 125.00-126.00 sec 21.2 MBytes 178 Mbits/sec
[ 5] 126.00-127.00 sec 29.1 MBytes 244 Mbits/sec
[ 5] 127.00-128.00 sec 23.5 MBytes 197 Mbits/sec
[ 5] 128.00-129.00 sec 30.3 MBytes 254 Mbits/sec
[ 5] 129.00-130.00 sec 31.2 MBytes 262 Mbits/sec
[ 5] 130.00-131.00 sec 31.0 MBytes 260 Mbits/sec
[ 5] 131.00-132.00 sec 26.1 MBytes 219 Mbits/sec
[ 5] 132.00-133.00 sec 28.3 MBytes 237 Mbits/sec
[ 5] 133.00-134.00 sec 28.2 MBytes 236 Mbits/sec
[ 5] 134.00-135.00 sec 31.0 MBytes 260 Mbits/sec
[ 5] 135.00-136.00 sec 31.9 MBytes 267 Mbits/sec
[ 5] 136.00-137.00 sec 33.8 MBytes 283 Mbits/sec
[ 5] 137.00-138.00 sec 33.4 MBytes 281 Mbits/sec
[ 5] 138.00-139.00 sec 34.5 MBytes 290 Mbits/sec
[ 5] 139.00-140.00 sec 28.7 MBytes 241 Mbits/sec
[ 5] 140.00-141.00 sec 30.7 MBytes 258 Mbits/sec
[ 5] 141.00-142.00 sec 31.9 MBytes 268 Mbits/sec
[ 5] 142.00-143.00 sec 23.7 MBytes 199 Mbits/sec
[ 5] 143.00-144.00 sec 24.7 MBytes 207 Mbits/sec
[ 5] 144.00-145.00 sec 28.3 MBytes 238 Mbits/sec
[ 5] 145.00-146.00 sec 24.7 MBytes 207 Mbits/sec
[ 5] 146.00-147.00 sec 30.9 MBytes 259 Mbits/sec
[ 5] 147.00-148.00 sec 33.1 MBytes 278 Mbits/sec
[ 5] 148.00-149.00 sec 34.3 MBytes 288 Mbits/sec
[ 5] 149.00-150.00 sec 24.2 MBytes 203 Mbits/sec
[ 5] 150.00-151.00 sec 29.7 MBytes 249 Mbits/sec
[ 5] 151.00-152.00 sec 28.6 MBytes 240 Mbits/sec
[ 5] 152.00-153.00 sec 31.5 MBytes 265 Mbits/sec
[ 5] 153.00-154.00 sec 33.2 MBytes 279 Mbits/sec
[ 5] 154.00-155.00 sec 25.9 MBytes 217 Mbits/sec
[ 5] 155.00-156.00 sec 27.2 MBytes 228 Mbits/sec
[ 5] 156.00-157.00 sec 30.5 MBytes 256 Mbits/sec
[ 5] 157.00-158.00 sec 27.9 MBytes 234 Mbits/sec
[ 5] 158.00-159.00 sec 33.2 MBytes 279 Mbits/sec
[ 5] 159.00-160.00 sec 34.5 MBytes 290 Mbits/sec
[ 5] 160.00-161.00 sec 31.4 MBytes 263 Mbits/sec
[ 5] 161.00-162.00 sec 28.6 MBytes 240 Mbits/sec
[ 5] 162.00-163.00 sec 29.3 MBytes 245 Mbits/sec
[ 5] 163.00-164.00 sec 32.6 MBytes 273 Mbits/sec
[ 5] 164.00-165.00 sec 24.5 MBytes 205 Mbits/sec
[ 5] 165.00-166.00 sec 22.6 MBytes 190 Mbits/sec
[ 5] 166.00-167.00 sec 27.7 MBytes 232 Mbits/sec
[ 5] 167.00-168.00 sec 31.2 MBytes 262 Mbits/sec
[ 5] 168.00-169.00 sec 25.5 MBytes 214 Mbits/sec
[ 5] 169.00-170.00 sec 30.4 MBytes 255 Mbits/sec
[ 5] 170.00-171.00 sec 23.2 MBytes 195 Mbits/sec
[ 5] 171.00-172.00 sec 23.1 MBytes 194 Mbits/sec
[ 5] 172.00-173.00 sec 23.7 MBytes 199 Mbits/sec
[ 5] 173.00-174.00 sec 30.5 MBytes 255 Mbits/sec
[ 5] 174.00-175.00 sec 29.9 MBytes 251 Mbits/sec
[ 5] 175.00-176.00 sec 29.4 MBytes 246 Mbits/sec
[ 5] 176.00-177.00 sec 27.4 MBytes 230 Mbits/sec
[ 5] 177.00-178.00 sec 26.4 MBytes 222 Mbits/sec
[ 5] 178.00-179.00 sec 30.1 MBytes 252 Mbits/sec
[ 5] 179.00-180.00 sec 31.6 MBytes 265 Mbits/sec
- - - - - - - - - - - - - - - - - - - - - - - - -
[ ID] Interval Transfer Bitrate Retr
[ 5] 0.00-180.04 sec 5.04 GBytes 240 Mbits/sec 701 sender
[ 5] 0.00-180.00 sec 5.04 GBytes 240 Mbits/sec receiver
iperf Done.

View File

@@ -0,0 +1,188 @@
Connecting to host 192.168.70.135, port 5201
Reverse mode, remote host 192.168.70.135 is sending
[ 5] local 12.1.1.4 port 40092 connected to 192.168.70.135 port 5201
[ 5] 0.00-1.00 sec 18.1 MBytes 151 Mbits/sec
[ 5] 1.00-2.00 sec 29.7 MBytes 249 Mbits/sec
[ 5] 2.00-3.00 sec 25.4 MBytes 213 Mbits/sec
[ 5] 3.00-4.00 sec 30.7 MBytes 257 Mbits/sec
[ 5] 4.00-5.00 sec 28.8 MBytes 241 Mbits/sec
[ 5] 5.00-6.00 sec 26.1 MBytes 219 Mbits/sec
[ 5] 6.00-7.00 sec 29.0 MBytes 243 Mbits/sec
[ 5] 7.00-8.00 sec 28.7 MBytes 241 Mbits/sec
[ 5] 8.00-9.00 sec 27.9 MBytes 234 Mbits/sec
[ 5] 9.00-10.00 sec 28.6 MBytes 240 Mbits/sec
[ 5] 10.00-11.00 sec 32.0 MBytes 269 Mbits/sec
[ 5] 11.00-12.00 sec 29.0 MBytes 243 Mbits/sec
[ 5] 12.00-13.00 sec 32.7 MBytes 274 Mbits/sec
[ 5] 13.00-14.00 sec 29.3 MBytes 246 Mbits/sec
[ 5] 14.00-15.00 sec 28.3 MBytes 238 Mbits/sec
[ 5] 15.00-16.00 sec 30.0 MBytes 251 Mbits/sec
[ 5] 16.00-17.00 sec 29.7 MBytes 250 Mbits/sec
[ 5] 17.00-18.00 sec 29.6 MBytes 248 Mbits/sec
[ 5] 18.00-19.00 sec 30.4 MBytes 255 Mbits/sec
[ 5] 19.00-20.00 sec 32.0 MBytes 268 Mbits/sec
[ 5] 20.00-21.00 sec 27.1 MBytes 228 Mbits/sec
[ 5] 21.00-22.00 sec 30.0 MBytes 252 Mbits/sec
[ 5] 22.00-23.00 sec 32.4 MBytes 271 Mbits/sec
[ 5] 23.00-24.00 sec 29.7 MBytes 249 Mbits/sec
[ 5] 24.00-25.00 sec 22.8 MBytes 191 Mbits/sec
[ 5] 25.00-26.00 sec 30.2 MBytes 254 Mbits/sec
[ 5] 26.00-27.00 sec 27.6 MBytes 231 Mbits/sec
[ 5] 27.00-28.00 sec 30.2 MBytes 253 Mbits/sec
[ 5] 28.00-29.00 sec 29.0 MBytes 243 Mbits/sec
[ 5] 29.00-30.00 sec 32.6 MBytes 273 Mbits/sec
[ 5] 30.00-31.00 sec 32.4 MBytes 272 Mbits/sec
[ 5] 31.00-32.00 sec 33.4 MBytes 280 Mbits/sec
[ 5] 32.00-33.00 sec 35.5 MBytes 297 Mbits/sec
[ 5] 33.00-34.00 sec 32.4 MBytes 272 Mbits/sec
[ 5] 34.00-35.00 sec 35.3 MBytes 296 Mbits/sec
[ 5] 35.00-36.00 sec 25.0 MBytes 210 Mbits/sec
[ 5] 36.00-37.00 sec 29.9 MBytes 251 Mbits/sec
[ 5] 37.00-38.00 sec 27.3 MBytes 229 Mbits/sec
[ 5] 38.00-39.00 sec 30.2 MBytes 253 Mbits/sec
[ 5] 39.00-40.00 sec 29.4 MBytes 247 Mbits/sec
[ 5] 40.00-41.00 sec 31.2 MBytes 262 Mbits/sec
[ 5] 41.00-42.00 sec 32.5 MBytes 273 Mbits/sec
[ 5] 42.00-43.00 sec 27.6 MBytes 231 Mbits/sec
[ 5] 43.00-44.00 sec 33.0 MBytes 277 Mbits/sec
[ 5] 44.00-45.00 sec 25.5 MBytes 214 Mbits/sec
[ 5] 45.00-46.00 sec 27.3 MBytes 229 Mbits/sec
[ 5] 46.00-47.00 sec 30.4 MBytes 255 Mbits/sec
[ 5] 47.00-48.00 sec 32.2 MBytes 270 Mbits/sec
[ 5] 48.00-49.00 sec 25.4 MBytes 213 Mbits/sec
[ 5] 49.00-50.00 sec 21.8 MBytes 183 Mbits/sec
[ 5] 50.00-51.00 sec 22.3 MBytes 187 Mbits/sec
[ 5] 51.00-52.00 sec 27.5 MBytes 230 Mbits/sec
[ 5] 52.00-53.00 sec 25.9 MBytes 218 Mbits/sec
[ 5] 53.00-54.00 sec 25.7 MBytes 215 Mbits/sec
[ 5] 54.00-55.00 sec 25.2 MBytes 212 Mbits/sec
[ 5] 55.00-56.00 sec 29.6 MBytes 248 Mbits/sec
[ 5] 56.00-57.00 sec 31.8 MBytes 267 Mbits/sec
[ 5] 57.00-58.00 sec 34.7 MBytes 291 Mbits/sec
[ 5] 58.00-59.00 sec 30.1 MBytes 252 Mbits/sec
[ 5] 59.00-60.00 sec 25.4 MBytes 213 Mbits/sec
[ 5] 60.00-61.00 sec 31.0 MBytes 260 Mbits/sec
[ 5] 61.00-62.00 sec 33.2 MBytes 278 Mbits/sec
[ 5] 62.00-63.00 sec 27.2 MBytes 229 Mbits/sec
[ 5] 63.00-64.00 sec 19.4 MBytes 163 Mbits/sec
[ 5] 64.00-65.00 sec 24.4 MBytes 205 Mbits/sec
[ 5] 65.00-66.00 sec 24.6 MBytes 207 Mbits/sec
[ 5] 66.00-67.00 sec 28.9 MBytes 243 Mbits/sec
[ 5] 67.00-68.00 sec 33.5 MBytes 281 Mbits/sec
[ 5] 68.00-69.00 sec 30.3 MBytes 254 Mbits/sec
[ 5] 69.00-70.00 sec 28.5 MBytes 239 Mbits/sec
[ 5] 70.00-71.00 sec 31.7 MBytes 266 Mbits/sec
[ 5] 71.00-72.00 sec 29.7 MBytes 249 Mbits/sec
[ 5] 72.00-73.00 sec 29.7 MBytes 249 Mbits/sec
[ 5] 73.00-74.00 sec 34.3 MBytes 288 Mbits/sec
[ 5] 74.00-75.00 sec 33.1 MBytes 278 Mbits/sec
[ 5] 75.00-76.00 sec 21.6 MBytes 181 Mbits/sec
[ 5] 76.00-77.00 sec 30.1 MBytes 252 Mbits/sec
[ 5] 77.00-78.00 sec 29.7 MBytes 249 Mbits/sec
[ 5] 78.00-79.00 sec 30.2 MBytes 253 Mbits/sec
[ 5] 79.00-80.00 sec 31.9 MBytes 267 Mbits/sec
[ 5] 80.00-81.00 sec 28.7 MBytes 241 Mbits/sec
[ 5] 81.00-82.00 sec 28.3 MBytes 237 Mbits/sec
[ 5] 82.00-83.00 sec 28.2 MBytes 237 Mbits/sec
[ 5] 83.00-84.00 sec 32.5 MBytes 273 Mbits/sec
[ 5] 84.00-85.00 sec 33.1 MBytes 278 Mbits/sec
[ 5] 85.00-86.00 sec 27.4 MBytes 230 Mbits/sec
[ 5] 86.00-87.00 sec 22.8 MBytes 191 Mbits/sec
[ 5] 87.00-88.00 sec 21.4 MBytes 179 Mbits/sec
[ 5] 88.00-89.00 sec 23.7 MBytes 199 Mbits/sec
[ 5] 89.00-90.00 sec 27.1 MBytes 227 Mbits/sec
[ 5] 90.00-91.00 sec 24.7 MBytes 207 Mbits/sec
[ 5] 91.00-92.00 sec 25.1 MBytes 211 Mbits/sec
[ 5] 92.00-93.00 sec 27.6 MBytes 232 Mbits/sec
[ 5] 93.00-94.00 sec 28.8 MBytes 241 Mbits/sec
[ 5] 94.00-95.00 sec 28.8 MBytes 241 Mbits/sec
[ 5] 95.00-96.00 sec 28.0 MBytes 234 Mbits/sec
[ 5] 96.00-97.00 sec 31.6 MBytes 265 Mbits/sec
[ 5] 97.00-98.00 sec 27.8 MBytes 234 Mbits/sec
[ 5] 98.00-99.00 sec 24.3 MBytes 204 Mbits/sec
[ 5] 99.00-100.00 sec 31.6 MBytes 265 Mbits/sec
[ 5] 100.00-101.00 sec 26.9 MBytes 225 Mbits/sec
[ 5] 101.00-102.00 sec 29.7 MBytes 250 Mbits/sec
[ 5] 102.00-103.00 sec 30.6 MBytes 257 Mbits/sec
[ 5] 103.00-104.00 sec 31.2 MBytes 262 Mbits/sec
[ 5] 104.00-105.00 sec 26.8 MBytes 225 Mbits/sec
[ 5] 105.00-106.00 sec 27.3 MBytes 229 Mbits/sec
[ 5] 106.00-107.00 sec 31.7 MBytes 266 Mbits/sec
[ 5] 107.00-108.00 sec 28.2 MBytes 236 Mbits/sec
[ 5] 108.00-109.00 sec 25.3 MBytes 213 Mbits/sec
[ 5] 109.00-110.00 sec 26.7 MBytes 224 Mbits/sec
[ 5] 110.00-111.00 sec 30.4 MBytes 255 Mbits/sec
[ 5] 111.00-112.00 sec 29.2 MBytes 245 Mbits/sec
[ 5] 112.00-113.00 sec 32.7 MBytes 274 Mbits/sec
[ 5] 113.00-114.00 sec 33.9 MBytes 284 Mbits/sec
[ 5] 114.00-115.00 sec 29.6 MBytes 248 Mbits/sec
[ 5] 115.00-116.00 sec 20.2 MBytes 169 Mbits/sec
[ 5] 116.00-117.00 sec 24.6 MBytes 206 Mbits/sec
[ 5] 117.00-118.00 sec 25.7 MBytes 216 Mbits/sec
[ 5] 118.00-119.00 sec 30.3 MBytes 254 Mbits/sec
[ 5] 119.00-120.00 sec 27.2 MBytes 228 Mbits/sec
[ 5] 120.00-121.00 sec 26.9 MBytes 225 Mbits/sec
[ 5] 121.00-122.00 sec 28.7 MBytes 241 Mbits/sec
[ 5] 122.00-123.00 sec 30.0 MBytes 252 Mbits/sec
[ 5] 123.00-124.00 sec 31.8 MBytes 267 Mbits/sec
[ 5] 124.00-125.00 sec 30.9 MBytes 259 Mbits/sec
[ 5] 125.00-126.00 sec 35.0 MBytes 293 Mbits/sec
[ 5] 126.00-127.00 sec 27.4 MBytes 230 Mbits/sec
[ 5] 127.00-128.00 sec 27.7 MBytes 233 Mbits/sec
[ 5] 128.00-129.00 sec 31.6 MBytes 265 Mbits/sec
[ 5] 129.00-130.00 sec 33.2 MBytes 279 Mbits/sec
[ 5] 130.00-131.00 sec 33.5 MBytes 281 Mbits/sec
[ 5] 131.00-132.00 sec 25.3 MBytes 213 Mbits/sec
[ 5] 132.00-133.00 sec 25.6 MBytes 215 Mbits/sec
[ 5] 133.00-134.00 sec 30.1 MBytes 253 Mbits/sec
[ 5] 134.00-135.00 sec 29.4 MBytes 246 Mbits/sec
[ 5] 135.00-136.00 sec 32.6 MBytes 274 Mbits/sec
[ 5] 136.00-137.00 sec 32.0 MBytes 269 Mbits/sec
[ 5] 137.00-138.00 sec 28.5 MBytes 239 Mbits/sec
[ 5] 138.00-139.00 sec 31.3 MBytes 263 Mbits/sec
[ 5] 139.00-140.00 sec 33.6 MBytes 282 Mbits/sec
[ 5] 140.00-141.00 sec 34.6 MBytes 290 Mbits/sec
[ 5] 141.00-142.00 sec 31.1 MBytes 261 Mbits/sec
[ 5] 142.00-143.00 sec 30.5 MBytes 256 Mbits/sec
[ 5] 143.00-144.00 sec 30.6 MBytes 257 Mbits/sec
[ 5] 144.00-145.00 sec 30.8 MBytes 258 Mbits/sec
[ 5] 145.00-146.00 sec 28.3 MBytes 237 Mbits/sec
[ 5] 146.00-147.00 sec 24.3 MBytes 204 Mbits/sec
[ 5] 147.00-148.00 sec 25.6 MBytes 214 Mbits/sec
[ 5] 148.00-149.00 sec 28.0 MBytes 235 Mbits/sec
[ 5] 149.00-150.00 sec 28.9 MBytes 242 Mbits/sec
[ 5] 150.00-151.00 sec 31.4 MBytes 263 Mbits/sec
[ 5] 151.00-152.00 sec 34.6 MBytes 291 Mbits/sec
[ 5] 152.00-153.00 sec 33.3 MBytes 279 Mbits/sec
[ 5] 153.00-154.00 sec 28.7 MBytes 241 Mbits/sec
[ 5] 154.00-155.00 sec 25.3 MBytes 212 Mbits/sec
[ 5] 155.00-156.00 sec 26.4 MBytes 222 Mbits/sec
[ 5] 156.00-157.00 sec 30.1 MBytes 253 Mbits/sec
[ 5] 157.00-158.00 sec 30.3 MBytes 255 Mbits/sec
[ 5] 158.00-159.00 sec 33.6 MBytes 282 Mbits/sec
[ 5] 159.00-160.00 sec 33.9 MBytes 284 Mbits/sec
[ 5] 160.00-161.00 sec 29.8 MBytes 250 Mbits/sec
[ 5] 161.00-162.00 sec 32.1 MBytes 270 Mbits/sec
[ 5] 162.00-163.00 sec 32.9 MBytes 276 Mbits/sec
[ 5] 163.00-164.00 sec 33.2 MBytes 279 Mbits/sec
[ 5] 164.00-165.00 sec 29.1 MBytes 244 Mbits/sec
[ 5] 165.00-166.00 sec 28.5 MBytes 239 Mbits/sec
[ 5] 166.00-167.00 sec 30.5 MBytes 255 Mbits/sec
[ 5] 167.00-168.00 sec 31.8 MBytes 267 Mbits/sec
[ 5] 168.00-169.00 sec 32.1 MBytes 269 Mbits/sec
[ 5] 169.00-170.00 sec 26.3 MBytes 221 Mbits/sec
[ 5] 170.00-171.00 sec 21.4 MBytes 179 Mbits/sec
[ 5] 171.00-172.00 sec 22.3 MBytes 187 Mbits/sec
[ 5] 172.00-173.00 sec 24.9 MBytes 208 Mbits/sec
[ 5] 173.00-174.00 sec 24.1 MBytes 202 Mbits/sec
[ 5] 174.00-175.00 sec 15.1 MBytes 126 Mbits/sec
[ 5] 175.00-176.00 sec 21.2 MBytes 178 Mbits/sec
[ 5] 176.00-177.00 sec 18.6 MBytes 156 Mbits/sec
[ 5] 177.00-178.00 sec 15.7 MBytes 132 Mbits/sec
[ 5] 178.00-179.00 sec 16.1 MBytes 135 Mbits/sec
[ 5] 179.00-180.00 sec 19.6 MBytes 164 Mbits/sec
- - - - - - - - - - - - - - - - - - - - - - - - -
[ ID] Interval Transfer Bitrate Retr
[ 5] 0.00-180.04 sec 5.04 GBytes 240 Mbits/sec 994 sender
[ 5] 0.00-180.00 sec 5.04 GBytes 240 Mbits/sec receiver
iperf Done.

View File

@@ -0,0 +1,188 @@
Connecting to host 192.168.70.135, port 5201
Reverse mode, remote host 192.168.70.135 is sending
[ 5] local 12.1.1.4 port 40096 connected to 192.168.70.135 port 5201
[ 5] 0.00-1.00 sec 20.4 MBytes 172 Mbits/sec
[ 5] 1.00-2.00 sec 20.9 MBytes 175 Mbits/sec
[ 5] 2.00-3.00 sec 19.4 MBytes 163 Mbits/sec
[ 5] 3.00-4.00 sec 19.8 MBytes 166 Mbits/sec
[ 5] 4.00-5.00 sec 25.2 MBytes 212 Mbits/sec
[ 5] 5.00-6.00 sec 25.8 MBytes 216 Mbits/sec
[ 5] 6.00-7.00 sec 29.1 MBytes 244 Mbits/sec
[ 5] 7.00-8.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 8.00-9.00 sec 28.8 MBytes 242 Mbits/sec
[ 5] 9.00-10.00 sec 27.8 MBytes 233 Mbits/sec
[ 5] 10.00-11.00 sec 23.3 MBytes 196 Mbits/sec
[ 5] 11.00-12.00 sec 30.4 MBytes 255 Mbits/sec
[ 5] 12.00-13.00 sec 26.8 MBytes 224 Mbits/sec
[ 5] 13.00-14.00 sec 27.7 MBytes 232 Mbits/sec
[ 5] 14.00-15.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 15.00-16.00 sec 29.0 MBytes 243 Mbits/sec
[ 5] 16.00-17.00 sec 32.3 MBytes 271 Mbits/sec
[ 5] 17.00-18.00 sec 31.0 MBytes 260 Mbits/sec
[ 5] 18.00-19.00 sec 25.2 MBytes 212 Mbits/sec
[ 5] 19.00-20.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 20.00-21.00 sec 27.9 MBytes 234 Mbits/sec
[ 5] 21.00-22.00 sec 28.1 MBytes 236 Mbits/sec
[ 5] 22.00-23.00 sec 26.3 MBytes 220 Mbits/sec
[ 5] 23.00-24.00 sec 33.6 MBytes 282 Mbits/sec
[ 5] 24.00-25.00 sec 31.9 MBytes 267 Mbits/sec
[ 5] 25.00-26.00 sec 27.3 MBytes 229 Mbits/sec
[ 5] 26.00-27.00 sec 27.9 MBytes 234 Mbits/sec
[ 5] 27.00-28.00 sec 24.2 MBytes 203 Mbits/sec
[ 5] 28.00-29.00 sec 26.1 MBytes 219 Mbits/sec
[ 5] 29.00-30.00 sec 22.6 MBytes 190 Mbits/sec
[ 5] 30.00-31.00 sec 27.9 MBytes 234 Mbits/sec
[ 5] 31.00-32.00 sec 30.5 MBytes 257 Mbits/sec
[ 5] 32.00-33.00 sec 25.4 MBytes 213 Mbits/sec
[ 5] 33.00-34.00 sec 29.6 MBytes 248 Mbits/sec
[ 5] 34.00-35.00 sec 31.8 MBytes 267 Mbits/sec
[ 5] 35.00-36.00 sec 27.1 MBytes 227 Mbits/sec
[ 5] 36.00-37.00 sec 28.0 MBytes 235 Mbits/sec
[ 5] 37.00-38.00 sec 28.4 MBytes 238 Mbits/sec
[ 5] 38.00-39.00 sec 26.1 MBytes 219 Mbits/sec
[ 5] 39.00-40.00 sec 22.2 MBytes 186 Mbits/sec
[ 5] 40.00-41.00 sec 24.9 MBytes 209 Mbits/sec
[ 5] 41.00-42.00 sec 24.9 MBytes 209 Mbits/sec
[ 5] 42.00-43.00 sec 28.1 MBytes 236 Mbits/sec
[ 5] 43.00-44.00 sec 29.1 MBytes 244 Mbits/sec
[ 5] 44.00-45.00 sec 26.2 MBytes 220 Mbits/sec
[ 5] 45.00-46.00 sec 23.9 MBytes 200 Mbits/sec
[ 5] 46.00-47.00 sec 26.9 MBytes 226 Mbits/sec
[ 5] 47.00-48.00 sec 23.2 MBytes 195 Mbits/sec
[ 5] 48.00-49.00 sec 31.4 MBytes 264 Mbits/sec
[ 5] 49.00-50.00 sec 23.9 MBytes 200 Mbits/sec
[ 5] 50.00-51.00 sec 29.6 MBytes 248 Mbits/sec
[ 5] 51.00-52.00 sec 27.5 MBytes 231 Mbits/sec
[ 5] 52.00-53.00 sec 29.7 MBytes 249 Mbits/sec
[ 5] 53.00-54.00 sec 27.7 MBytes 232 Mbits/sec
[ 5] 54.00-55.00 sec 27.5 MBytes 231 Mbits/sec
[ 5] 55.00-56.00 sec 29.8 MBytes 250 Mbits/sec
[ 5] 56.00-57.00 sec 32.5 MBytes 272 Mbits/sec
[ 5] 57.00-58.00 sec 25.2 MBytes 211 Mbits/sec
[ 5] 58.00-59.00 sec 29.2 MBytes 245 Mbits/sec
[ 5] 59.00-60.00 sec 30.5 MBytes 256 Mbits/sec
[ 5] 60.00-61.00 sec 31.0 MBytes 260 Mbits/sec
[ 5] 61.00-62.00 sec 28.1 MBytes 236 Mbits/sec
[ 5] 62.00-63.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 63.00-64.00 sec 26.7 MBytes 223 Mbits/sec
[ 5] 64.00-65.00 sec 31.0 MBytes 260 Mbits/sec
[ 5] 65.00-66.00 sec 28.9 MBytes 242 Mbits/sec
[ 5] 66.00-67.00 sec 32.0 MBytes 269 Mbits/sec
[ 5] 67.00-68.00 sec 28.0 MBytes 235 Mbits/sec
[ 5] 68.00-69.00 sec 26.4 MBytes 221 Mbits/sec
[ 5] 69.00-70.00 sec 28.4 MBytes 238 Mbits/sec
[ 5] 70.00-71.00 sec 30.5 MBytes 256 Mbits/sec
[ 5] 71.00-72.00 sec 29.7 MBytes 250 Mbits/sec
[ 5] 72.00-73.00 sec 28.1 MBytes 236 Mbits/sec
[ 5] 73.00-74.00 sec 29.0 MBytes 244 Mbits/sec
[ 5] 74.00-75.00 sec 28.9 MBytes 243 Mbits/sec
[ 5] 75.00-76.00 sec 24.1 MBytes 202 Mbits/sec
[ 5] 76.00-77.00 sec 27.0 MBytes 226 Mbits/sec
[ 5] 77.00-78.00 sec 29.8 MBytes 250 Mbits/sec
[ 5] 78.00-79.00 sec 31.0 MBytes 260 Mbits/sec
[ 5] 79.00-80.00 sec 35.4 MBytes 297 Mbits/sec
[ 5] 80.00-81.00 sec 30.3 MBytes 255 Mbits/sec
[ 5] 81.00-82.00 sec 26.7 MBytes 224 Mbits/sec
[ 5] 82.00-83.00 sec 29.6 MBytes 248 Mbits/sec
[ 5] 83.00-84.00 sec 31.2 MBytes 262 Mbits/sec
[ 5] 84.00-85.00 sec 27.0 MBytes 226 Mbits/sec
[ 5] 85.00-86.00 sec 25.6 MBytes 215 Mbits/sec
[ 5] 86.00-87.00 sec 29.1 MBytes 244 Mbits/sec
[ 5] 87.00-88.00 sec 29.5 MBytes 247 Mbits/sec
[ 5] 88.00-89.00 sec 27.4 MBytes 230 Mbits/sec
[ 5] 89.00-90.00 sec 26.5 MBytes 222 Mbits/sec
[ 5] 90.00-91.00 sec 27.9 MBytes 234 Mbits/sec
[ 5] 91.00-92.00 sec 20.5 MBytes 172 Mbits/sec
[ 5] 92.00-93.00 sec 26.9 MBytes 225 Mbits/sec
[ 5] 93.00-94.00 sec 27.4 MBytes 230 Mbits/sec
[ 5] 94.00-95.00 sec 26.4 MBytes 222 Mbits/sec
[ 5] 95.00-96.00 sec 26.9 MBytes 226 Mbits/sec
[ 5] 96.00-97.00 sec 30.8 MBytes 259 Mbits/sec
[ 5] 97.00-98.00 sec 31.3 MBytes 263 Mbits/sec
[ 5] 98.00-99.00 sec 20.7 MBytes 174 Mbits/sec
[ 5] 99.00-100.00 sec 18.4 MBytes 154 Mbits/sec
[ 5] 100.00-101.00 sec 32.1 MBytes 269 Mbits/sec
[ 5] 101.00-102.00 sec 31.1 MBytes 261 Mbits/sec
[ 5] 102.00-103.00 sec 28.1 MBytes 236 Mbits/sec
[ 5] 103.00-104.00 sec 27.1 MBytes 227 Mbits/sec
[ 5] 104.00-105.00 sec 26.4 MBytes 221 Mbits/sec
[ 5] 105.00-106.00 sec 29.9 MBytes 251 Mbits/sec
[ 5] 106.00-107.00 sec 29.7 MBytes 249 Mbits/sec
[ 5] 107.00-108.00 sec 31.9 MBytes 267 Mbits/sec
[ 5] 108.00-109.00 sec 30.1 MBytes 252 Mbits/sec
[ 5] 109.00-110.00 sec 33.4 MBytes 280 Mbits/sec
[ 5] 110.00-111.00 sec 26.0 MBytes 219 Mbits/sec
[ 5] 111.00-112.00 sec 29.6 MBytes 248 Mbits/sec
[ 5] 112.00-113.00 sec 30.9 MBytes 259 Mbits/sec
[ 5] 113.00-114.00 sec 28.9 MBytes 242 Mbits/sec
[ 5] 114.00-115.00 sec 24.6 MBytes 206 Mbits/sec
[ 5] 115.00-116.00 sec 28.9 MBytes 242 Mbits/sec
[ 5] 116.00-117.00 sec 29.0 MBytes 243 Mbits/sec
[ 5] 117.00-118.00 sec 28.7 MBytes 240 Mbits/sec
[ 5] 118.00-119.00 sec 26.7 MBytes 224 Mbits/sec
[ 5] 119.00-120.00 sec 30.5 MBytes 256 Mbits/sec
[ 5] 120.00-121.00 sec 31.1 MBytes 261 Mbits/sec
[ 5] 121.00-122.00 sec 25.3 MBytes 212 Mbits/sec
[ 5] 122.00-123.00 sec 25.3 MBytes 213 Mbits/sec
[ 5] 123.00-124.00 sec 29.0 MBytes 243 Mbits/sec
[ 5] 124.00-125.00 sec 31.1 MBytes 261 Mbits/sec
[ 5] 125.00-126.00 sec 25.4 MBytes 213 Mbits/sec
[ 5] 126.00-127.00 sec 24.0 MBytes 201 Mbits/sec
[ 5] 127.00-128.00 sec 29.4 MBytes 246 Mbits/sec
[ 5] 128.00-129.00 sec 29.5 MBytes 248 Mbits/sec
[ 5] 129.00-130.00 sec 29.5 MBytes 247 Mbits/sec
[ 5] 130.00-131.00 sec 26.7 MBytes 224 Mbits/sec
[ 5] 131.00-132.00 sec 26.8 MBytes 225 Mbits/sec
[ 5] 132.00-133.00 sec 23.7 MBytes 199 Mbits/sec
[ 5] 133.00-134.00 sec 29.9 MBytes 251 Mbits/sec
[ 5] 134.00-135.00 sec 30.7 MBytes 258 Mbits/sec
[ 5] 135.00-136.00 sec 28.6 MBytes 240 Mbits/sec
[ 5] 136.00-137.00 sec 33.7 MBytes 283 Mbits/sec
[ 5] 137.00-138.00 sec 23.2 MBytes 195 Mbits/sec
[ 5] 138.00-139.00 sec 27.5 MBytes 231 Mbits/sec
[ 5] 139.00-140.00 sec 28.5 MBytes 239 Mbits/sec
[ 5] 140.00-141.00 sec 30.7 MBytes 258 Mbits/sec
[ 5] 141.00-142.00 sec 29.6 MBytes 248 Mbits/sec
[ 5] 142.00-143.00 sec 26.5 MBytes 222 Mbits/sec
[ 5] 143.00-144.00 sec 25.2 MBytes 211 Mbits/sec
[ 5] 144.00-145.00 sec 27.5 MBytes 231 Mbits/sec
[ 5] 145.00-146.00 sec 29.2 MBytes 245 Mbits/sec
[ 5] 146.00-147.00 sec 30.0 MBytes 251 Mbits/sec
[ 5] 147.00-148.00 sec 30.8 MBytes 259 Mbits/sec
[ 5] 148.00-149.00 sec 26.2 MBytes 219 Mbits/sec
[ 5] 149.00-150.00 sec 20.8 MBytes 175 Mbits/sec
[ 5] 150.00-151.00 sec 25.7 MBytes 215 Mbits/sec
[ 5] 151.00-152.00 sec 31.4 MBytes 264 Mbits/sec
[ 5] 152.00-153.00 sec 30.9 MBytes 259 Mbits/sec
[ 5] 153.00-154.00 sec 33.2 MBytes 278 Mbits/sec
[ 5] 154.00-155.00 sec 32.4 MBytes 272 Mbits/sec
[ 5] 155.00-156.00 sec 24.2 MBytes 203 Mbits/sec
[ 5] 156.00-157.00 sec 26.7 MBytes 224 Mbits/sec
[ 5] 157.00-158.00 sec 29.5 MBytes 248 Mbits/sec
[ 5] 158.00-159.00 sec 30.3 MBytes 254 Mbits/sec
[ 5] 159.00-160.00 sec 33.7 MBytes 283 Mbits/sec
[ 5] 160.00-161.00 sec 28.4 MBytes 238 Mbits/sec
[ 5] 161.00-162.00 sec 27.1 MBytes 227 Mbits/sec
[ 5] 162.00-163.00 sec 29.2 MBytes 245 Mbits/sec
[ 5] 163.00-164.00 sec 28.8 MBytes 241 Mbits/sec
[ 5] 164.00-165.00 sec 32.2 MBytes 270 Mbits/sec
[ 5] 165.00-166.00 sec 32.9 MBytes 276 Mbits/sec
[ 5] 166.00-167.00 sec 34.8 MBytes 292 Mbits/sec
[ 5] 167.00-168.00 sec 30.8 MBytes 258 Mbits/sec
[ 5] 168.00-169.00 sec 26.1 MBytes 219 Mbits/sec
[ 5] 169.00-170.00 sec 30.4 MBytes 255 Mbits/sec
[ 5] 170.00-171.00 sec 31.4 MBytes 264 Mbits/sec
[ 5] 171.00-172.00 sec 34.5 MBytes 289 Mbits/sec
[ 5] 172.00-173.00 sec 29.9 MBytes 251 Mbits/sec
[ 5] 173.00-174.00 sec 26.0 MBytes 218 Mbits/sec
[ 5] 174.00-175.00 sec 28.8 MBytes 241 Mbits/sec
[ 5] 175.00-176.00 sec 31.1 MBytes 261 Mbits/sec
[ 5] 176.00-177.00 sec 28.8 MBytes 242 Mbits/sec
[ 5] 177.00-178.00 sec 25.1 MBytes 210 Mbits/sec
[ 5] 178.00-179.00 sec 25.9 MBytes 217 Mbits/sec
[ 5] 179.00-180.00 sec 28.7 MBytes 240 Mbits/sec
- - - - - - - - - - - - - - - - - - - - - - - - -
[ ID] Interval Transfer Bitrate Retr
[ 5] 0.00-180.05 sec 4.93 GBytes 235 Mbits/sec 2008 sender
[ 5] 0.00-180.00 sec 4.93 GBytes 235 Mbits/sec receiver
iperf Done.

View File

@@ -0,0 +1,188 @@
Connecting to host 192.168.70.135, port 5201
Reverse mode, remote host 192.168.70.135 is sending
[ 5] local 12.1.1.4 port 40108 connected to 192.168.70.135 port 5201
[ 5] 0.00-1.00 sec 15.4 MBytes 129 Mbits/sec
[ 5] 1.00-2.00 sec 26.7 MBytes 224 Mbits/sec
[ 5] 2.00-3.00 sec 31.9 MBytes 267 Mbits/sec
[ 5] 3.00-4.00 sec 28.9 MBytes 242 Mbits/sec
[ 5] 4.00-5.00 sec 27.7 MBytes 232 Mbits/sec
[ 5] 5.00-6.00 sec 26.9 MBytes 226 Mbits/sec
[ 5] 6.00-7.00 sec 28.4 MBytes 239 Mbits/sec
[ 5] 7.00-8.00 sec 25.5 MBytes 214 Mbits/sec
[ 5] 8.00-9.00 sec 26.2 MBytes 220 Mbits/sec
[ 5] 9.00-10.00 sec 30.1 MBytes 252 Mbits/sec
[ 5] 10.00-11.00 sec 34.7 MBytes 291 Mbits/sec
[ 5] 11.00-12.00 sec 28.5 MBytes 239 Mbits/sec
[ 5] 12.00-13.00 sec 31.7 MBytes 266 Mbits/sec
[ 5] 13.00-14.00 sec 29.1 MBytes 244 Mbits/sec
[ 5] 14.00-15.00 sec 29.6 MBytes 248 Mbits/sec
[ 5] 15.00-16.00 sec 30.1 MBytes 253 Mbits/sec
[ 5] 16.00-17.00 sec 28.6 MBytes 240 Mbits/sec
[ 5] 17.00-18.00 sec 32.2 MBytes 270 Mbits/sec
[ 5] 18.00-19.00 sec 30.8 MBytes 259 Mbits/sec
[ 5] 19.00-20.00 sec 34.7 MBytes 291 Mbits/sec
[ 5] 20.00-21.00 sec 30.9 MBytes 259 Mbits/sec
[ 5] 21.00-22.00 sec 28.8 MBytes 241 Mbits/sec
[ 5] 22.00-23.00 sec 29.4 MBytes 247 Mbits/sec
[ 5] 23.00-24.00 sec 30.8 MBytes 258 Mbits/sec
[ 5] 24.00-25.00 sec 31.8 MBytes 267 Mbits/sec
[ 5] 25.00-26.00 sec 33.3 MBytes 279 Mbits/sec
[ 5] 26.00-27.00 sec 32.4 MBytes 272 Mbits/sec
[ 5] 27.00-28.00 sec 26.9 MBytes 226 Mbits/sec
[ 5] 28.00-29.00 sec 30.8 MBytes 258 Mbits/sec
[ 5] 29.00-30.00 sec 28.4 MBytes 238 Mbits/sec
[ 5] 30.00-31.00 sec 29.8 MBytes 250 Mbits/sec
[ 5] 31.00-32.00 sec 27.7 MBytes 232 Mbits/sec
[ 5] 32.00-33.00 sec 27.3 MBytes 229 Mbits/sec
[ 5] 33.00-34.00 sec 31.1 MBytes 261 Mbits/sec
[ 5] 34.00-35.00 sec 29.8 MBytes 250 Mbits/sec
[ 5] 35.00-36.00 sec 33.7 MBytes 283 Mbits/sec
[ 5] 36.00-37.00 sec 33.4 MBytes 280 Mbits/sec
[ 5] 37.00-38.00 sec 28.5 MBytes 239 Mbits/sec
[ 5] 38.00-39.00 sec 28.5 MBytes 239 Mbits/sec
[ 5] 39.00-40.00 sec 30.6 MBytes 256 Mbits/sec
[ 5] 40.00-41.00 sec 29.4 MBytes 247 Mbits/sec
[ 5] 41.00-42.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 42.00-43.00 sec 27.8 MBytes 233 Mbits/sec
[ 5] 43.00-44.00 sec 31.2 MBytes 262 Mbits/sec
[ 5] 44.00-45.00 sec 30.2 MBytes 253 Mbits/sec
[ 5] 45.00-46.00 sec 31.6 MBytes 265 Mbits/sec
[ 5] 46.00-47.00 sec 28.8 MBytes 242 Mbits/sec
[ 5] 47.00-48.00 sec 25.5 MBytes 214 Mbits/sec
[ 5] 48.00-49.00 sec 27.5 MBytes 231 Mbits/sec
[ 5] 49.00-50.00 sec 29.1 MBytes 244 Mbits/sec
[ 5] 50.00-51.00 sec 30.7 MBytes 258 Mbits/sec
[ 5] 51.00-52.00 sec 29.6 MBytes 248 Mbits/sec
[ 5] 52.00-53.00 sec 29.7 MBytes 249 Mbits/sec
[ 5] 53.00-54.00 sec 26.9 MBytes 226 Mbits/sec
[ 5] 54.00-55.00 sec 28.1 MBytes 236 Mbits/sec
[ 5] 55.00-56.00 sec 31.2 MBytes 261 Mbits/sec
[ 5] 56.00-57.00 sec 28.6 MBytes 240 Mbits/sec
[ 5] 57.00-58.00 sec 32.0 MBytes 268 Mbits/sec
[ 5] 58.00-59.00 sec 33.0 MBytes 277 Mbits/sec
[ 5] 59.00-60.00 sec 32.3 MBytes 271 Mbits/sec
[ 5] 60.00-61.00 sec 30.6 MBytes 257 Mbits/sec
[ 5] 61.00-62.00 sec 28.9 MBytes 242 Mbits/sec
[ 5] 62.00-63.00 sec 34.3 MBytes 288 Mbits/sec
[ 5] 63.00-64.00 sec 34.5 MBytes 289 Mbits/sec
[ 5] 64.00-65.00 sec 32.1 MBytes 270 Mbits/sec
[ 5] 65.00-66.00 sec 26.0 MBytes 218 Mbits/sec
[ 5] 66.00-67.00 sec 26.1 MBytes 219 Mbits/sec
[ 5] 67.00-68.00 sec 27.8 MBytes 233 Mbits/sec
[ 5] 68.00-69.00 sec 28.8 MBytes 241 Mbits/sec
[ 5] 69.00-70.00 sec 26.2 MBytes 220 Mbits/sec
[ 5] 70.00-71.00 sec 29.1 MBytes 244 Mbits/sec
[ 5] 71.00-72.00 sec 34.9 MBytes 293 Mbits/sec
[ 5] 72.00-73.00 sec 35.1 MBytes 295 Mbits/sec
[ 5] 73.00-74.00 sec 32.2 MBytes 270 Mbits/sec
[ 5] 74.00-75.00 sec 31.3 MBytes 262 Mbits/sec
[ 5] 75.00-76.00 sec 30.4 MBytes 255 Mbits/sec
[ 5] 76.00-77.00 sec 34.6 MBytes 290 Mbits/sec
[ 5] 77.00-78.00 sec 34.5 MBytes 290 Mbits/sec
[ 5] 78.00-79.00 sec 28.5 MBytes 239 Mbits/sec
[ 5] 79.00-80.00 sec 28.8 MBytes 242 Mbits/sec
[ 5] 80.00-81.00 sec 29.9 MBytes 250 Mbits/sec
[ 5] 81.00-82.00 sec 32.3 MBytes 271 Mbits/sec
[ 5] 82.00-83.00 sec 24.3 MBytes 204 Mbits/sec
[ 5] 83.00-84.00 sec 28.2 MBytes 236 Mbits/sec
[ 5] 84.00-85.00 sec 26.9 MBytes 226 Mbits/sec
[ 5] 85.00-86.00 sec 31.0 MBytes 260 Mbits/sec
[ 5] 86.00-87.00 sec 32.2 MBytes 270 Mbits/sec
[ 5] 87.00-88.00 sec 32.6 MBytes 274 Mbits/sec
[ 5] 88.00-89.00 sec 33.8 MBytes 283 Mbits/sec
[ 5] 89.00-90.00 sec 27.5 MBytes 231 Mbits/sec
[ 5] 90.00-91.00 sec 29.2 MBytes 245 Mbits/sec
[ 5] 91.00-92.00 sec 32.5 MBytes 273 Mbits/sec
[ 5] 92.00-93.00 sec 34.6 MBytes 290 Mbits/sec
[ 5] 93.00-94.00 sec 30.6 MBytes 256 Mbits/sec
[ 5] 94.00-95.00 sec 25.2 MBytes 211 Mbits/sec
[ 5] 95.00-96.00 sec 26.4 MBytes 221 Mbits/sec
[ 5] 96.00-97.00 sec 30.7 MBytes 258 Mbits/sec
[ 5] 97.00-98.00 sec 31.4 MBytes 263 Mbits/sec
[ 5] 98.00-99.00 sec 33.4 MBytes 280 Mbits/sec
[ 5] 99.00-100.00 sec 34.0 MBytes 285 Mbits/sec
[ 5] 100.00-101.00 sec 32.3 MBytes 271 Mbits/sec
[ 5] 101.00-102.00 sec 29.6 MBytes 249 Mbits/sec
[ 5] 102.00-103.00 sec 25.6 MBytes 215 Mbits/sec
[ 5] 103.00-104.00 sec 24.0 MBytes 202 Mbits/sec
[ 5] 104.00-105.00 sec 24.5 MBytes 206 Mbits/sec
[ 5] 105.00-106.00 sec 27.7 MBytes 233 Mbits/sec
[ 5] 106.00-107.00 sec 27.9 MBytes 234 Mbits/sec
[ 5] 107.00-108.00 sec 26.6 MBytes 223 Mbits/sec
[ 5] 108.00-109.00 sec 26.2 MBytes 220 Mbits/sec
[ 5] 109.00-110.00 sec 28.5 MBytes 239 Mbits/sec
[ 5] 110.00-111.00 sec 21.6 MBytes 181 Mbits/sec
[ 5] 111.00-112.00 sec 22.8 MBytes 191 Mbits/sec
[ 5] 112.00-113.00 sec 29.9 MBytes 250 Mbits/sec
[ 5] 113.00-114.00 sec 17.4 MBytes 146 Mbits/sec
[ 5] 114.00-115.00 sec 15.6 MBytes 131 Mbits/sec
[ 5] 115.00-116.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 116.00-117.00 sec 25.9 MBytes 218 Mbits/sec
[ 5] 117.00-118.00 sec 29.3 MBytes 246 Mbits/sec
[ 5] 118.00-119.00 sec 29.3 MBytes 246 Mbits/sec
[ 5] 119.00-120.00 sec 27.0 MBytes 226 Mbits/sec
[ 5] 120.00-121.00 sec 28.9 MBytes 243 Mbits/sec
[ 5] 121.00-122.00 sec 25.2 MBytes 211 Mbits/sec
[ 5] 122.00-123.00 sec 29.5 MBytes 247 Mbits/sec
[ 5] 123.00-124.00 sec 25.7 MBytes 216 Mbits/sec
[ 5] 124.00-125.00 sec 27.5 MBytes 231 Mbits/sec
[ 5] 125.00-126.00 sec 29.1 MBytes 244 Mbits/sec
[ 5] 126.00-127.00 sec 16.7 MBytes 140 Mbits/sec
[ 5] 127.00-128.00 sec 22.1 MBytes 185 Mbits/sec
[ 5] 128.00-129.00 sec 24.9 MBytes 209 Mbits/sec
[ 5] 129.00-130.00 sec 15.1 MBytes 127 Mbits/sec
[ 5] 130.00-131.00 sec 21.6 MBytes 182 Mbits/sec
[ 5] 131.00-132.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 132.00-133.00 sec 29.6 MBytes 248 Mbits/sec
[ 5] 133.00-134.00 sec 24.2 MBytes 203 Mbits/sec
[ 5] 134.00-135.00 sec 24.1 MBytes 202 Mbits/sec
[ 5] 135.00-136.00 sec 27.4 MBytes 230 Mbits/sec
[ 5] 136.00-137.00 sec 28.8 MBytes 242 Mbits/sec
[ 5] 137.00-138.00 sec 28.1 MBytes 236 Mbits/sec
[ 5] 138.00-139.00 sec 24.3 MBytes 204 Mbits/sec
[ 5] 139.00-140.00 sec 24.6 MBytes 206 Mbits/sec
[ 5] 140.00-141.00 sec 18.0 MBytes 151 Mbits/sec
[ 5] 141.00-142.00 sec 21.7 MBytes 182 Mbits/sec
[ 5] 142.00-143.00 sec 27.5 MBytes 230 Mbits/sec
[ 5] 143.00-144.00 sec 22.6 MBytes 190 Mbits/sec
[ 5] 144.00-145.00 sec 23.5 MBytes 197 Mbits/sec
[ 5] 145.00-146.00 sec 28.7 MBytes 241 Mbits/sec
[ 5] 146.00-147.00 sec 19.2 MBytes 161 Mbits/sec
[ 5] 147.00-148.00 sec 20.7 MBytes 174 Mbits/sec
[ 5] 148.00-149.00 sec 25.9 MBytes 217 Mbits/sec
[ 5] 149.00-150.00 sec 26.3 MBytes 221 Mbits/sec
[ 5] 150.00-151.00 sec 25.3 MBytes 212 Mbits/sec
[ 5] 151.00-152.00 sec 25.3 MBytes 213 Mbits/sec
[ 5] 152.00-153.00 sec 20.0 MBytes 168 Mbits/sec
[ 5] 153.00-154.00 sec 20.4 MBytes 171 Mbits/sec
[ 5] 154.00-155.00 sec 25.1 MBytes 211 Mbits/sec
[ 5] 155.00-156.00 sec 28.1 MBytes 235 Mbits/sec
[ 5] 156.00-157.00 sec 20.3 MBytes 171 Mbits/sec
[ 5] 157.00-158.00 sec 23.8 MBytes 200 Mbits/sec
[ 5] 158.00-159.00 sec 23.2 MBytes 195 Mbits/sec
[ 5] 159.00-160.00 sec 25.5 MBytes 214 Mbits/sec
[ 5] 160.00-161.00 sec 16.6 MBytes 140 Mbits/sec
[ 5] 161.00-162.00 sec 27.2 MBytes 228 Mbits/sec
[ 5] 162.00-163.00 sec 27.0 MBytes 227 Mbits/sec
[ 5] 163.00-164.00 sec 28.6 MBytes 240 Mbits/sec
[ 5] 164.00-165.00 sec 23.8 MBytes 199 Mbits/sec
[ 5] 165.00-166.00 sec 25.4 MBytes 213 Mbits/sec
[ 5] 166.00-167.00 sec 28.4 MBytes 238 Mbits/sec
[ 5] 167.00-168.00 sec 18.0 MBytes 151 Mbits/sec
[ 5] 168.00-169.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 169.00-170.00 sec 26.7 MBytes 224 Mbits/sec
[ 5] 170.00-171.00 sec 21.0 MBytes 176 Mbits/sec
[ 5] 171.00-172.00 sec 25.5 MBytes 214 Mbits/sec
[ 5] 172.00-173.00 sec 22.1 MBytes 185 Mbits/sec
[ 5] 173.00-174.00 sec 17.6 MBytes 147 Mbits/sec
[ 5] 174.00-175.00 sec 23.3 MBytes 195 Mbits/sec
[ 5] 175.00-176.00 sec 28.3 MBytes 238 Mbits/sec
[ 5] 176.00-177.00 sec 26.9 MBytes 225 Mbits/sec
[ 5] 177.00-178.00 sec 32.3 MBytes 271 Mbits/sec
[ 5] 178.00-179.00 sec 24.2 MBytes 203 Mbits/sec
[ 5] 179.00-180.00 sec 29.9 MBytes 251 Mbits/sec
- - - - - - - - - - - - - - - - - - - - - - - - -
[ ID] Interval Transfer Bitrate Retr
[ 5] 0.00-180.05 sec 4.86 GBytes 232 Mbits/sec 906 sender
[ 5] 0.00-180.00 sec 4.86 GBytes 232 Mbits/sec receiver
iperf Done.

View File

@@ -0,0 +1,188 @@
Connecting to host 192.168.70.135, port 5201
Reverse mode, remote host 192.168.70.135 is sending
[ 5] local 12.1.1.4 port 40114 connected to 192.168.70.135 port 5201
[ 5] 0.00-1.00 sec 17.0 MBytes 143 Mbits/sec
[ 5] 1.00-2.00 sec 24.8 MBytes 208 Mbits/sec
[ 5] 2.00-3.00 sec 30.8 MBytes 258 Mbits/sec
[ 5] 3.00-4.00 sec 23.1 MBytes 194 Mbits/sec
[ 5] 4.00-5.00 sec 25.5 MBytes 214 Mbits/sec
[ 5] 5.00-6.00 sec 31.0 MBytes 260 Mbits/sec
[ 5] 6.00-7.00 sec 34.5 MBytes 290 Mbits/sec
[ 5] 7.00-8.00 sec 30.8 MBytes 258 Mbits/sec
[ 5] 8.00-9.00 sec 28.8 MBytes 241 Mbits/sec
[ 5] 9.00-10.00 sec 28.8 MBytes 241 Mbits/sec
[ 5] 10.00-11.00 sec 28.8 MBytes 241 Mbits/sec
[ 5] 11.00-12.00 sec 27.4 MBytes 230 Mbits/sec
[ 5] 12.00-13.00 sec 25.2 MBytes 211 Mbits/sec
[ 5] 13.00-14.00 sec 28.3 MBytes 238 Mbits/sec
[ 5] 14.00-15.00 sec 25.0 MBytes 210 Mbits/sec
[ 5] 15.00-16.00 sec 29.3 MBytes 246 Mbits/sec
[ 5] 16.00-17.00 sec 32.0 MBytes 268 Mbits/sec
[ 5] 17.00-18.00 sec 34.1 MBytes 286 Mbits/sec
[ 5] 18.00-19.00 sec 27.2 MBytes 228 Mbits/sec
[ 5] 19.00-20.00 sec 25.7 MBytes 216 Mbits/sec
[ 5] 20.00-21.00 sec 33.0 MBytes 277 Mbits/sec
[ 5] 21.00-22.00 sec 34.2 MBytes 287 Mbits/sec
[ 5] 22.00-23.00 sec 32.0 MBytes 269 Mbits/sec
[ 5] 23.00-24.00 sec 26.6 MBytes 223 Mbits/sec
[ 5] 24.00-25.00 sec 21.7 MBytes 182 Mbits/sec
[ 5] 25.00-26.00 sec 29.9 MBytes 251 Mbits/sec
[ 5] 26.00-27.00 sec 29.7 MBytes 249 Mbits/sec
[ 5] 27.00-28.00 sec 28.1 MBytes 235 Mbits/sec
[ 5] 28.00-29.00 sec 30.3 MBytes 254 Mbits/sec
[ 5] 29.00-30.00 sec 28.2 MBytes 237 Mbits/sec
[ 5] 30.00-31.00 sec 29.2 MBytes 245 Mbits/sec
[ 5] 31.00-32.00 sec 31.1 MBytes 261 Mbits/sec
[ 5] 32.00-33.00 sec 28.1 MBytes 236 Mbits/sec
[ 5] 33.00-34.00 sec 32.5 MBytes 273 Mbits/sec
[ 5] 34.00-35.00 sec 33.9 MBytes 285 Mbits/sec
[ 5] 35.00-36.00 sec 35.5 MBytes 297 Mbits/sec
[ 5] 36.00-37.00 sec 30.0 MBytes 252 Mbits/sec
[ 5] 37.00-38.00 sec 28.0 MBytes 235 Mbits/sec
[ 5] 38.00-39.00 sec 27.9 MBytes 234 Mbits/sec
[ 5] 39.00-40.00 sec 28.9 MBytes 242 Mbits/sec
[ 5] 40.00-41.00 sec 27.1 MBytes 227 Mbits/sec
[ 5] 41.00-42.00 sec 27.7 MBytes 233 Mbits/sec
[ 5] 42.00-43.00 sec 28.3 MBytes 238 Mbits/sec
[ 5] 43.00-44.00 sec 27.0 MBytes 227 Mbits/sec
[ 5] 44.00-45.00 sec 25.8 MBytes 217 Mbits/sec
[ 5] 45.00-46.00 sec 31.4 MBytes 264 Mbits/sec
[ 5] 46.00-47.00 sec 23.9 MBytes 200 Mbits/sec
[ 5] 47.00-48.00 sec 28.1 MBytes 236 Mbits/sec
[ 5] 48.00-49.00 sec 26.8 MBytes 225 Mbits/sec
[ 5] 49.00-50.00 sec 31.7 MBytes 266 Mbits/sec
[ 5] 50.00-51.00 sec 30.3 MBytes 254 Mbits/sec
[ 5] 51.00-52.00 sec 26.8 MBytes 225 Mbits/sec
[ 5] 52.00-53.00 sec 27.5 MBytes 231 Mbits/sec
[ 5] 53.00-54.00 sec 30.6 MBytes 256 Mbits/sec
[ 5] 54.00-55.00 sec 26.0 MBytes 218 Mbits/sec
[ 5] 55.00-56.00 sec 27.4 MBytes 230 Mbits/sec
[ 5] 56.00-57.00 sec 28.5 MBytes 239 Mbits/sec
[ 5] 57.00-58.00 sec 28.3 MBytes 238 Mbits/sec
[ 5] 58.00-59.00 sec 25.6 MBytes 214 Mbits/sec
[ 5] 59.00-60.00 sec 30.6 MBytes 257 Mbits/sec
[ 5] 60.00-61.00 sec 30.6 MBytes 257 Mbits/sec
[ 5] 61.00-62.00 sec 29.7 MBytes 249 Mbits/sec
[ 5] 62.00-63.00 sec 31.9 MBytes 268 Mbits/sec
[ 5] 63.00-64.00 sec 34.6 MBytes 290 Mbits/sec
[ 5] 64.00-65.00 sec 23.4 MBytes 196 Mbits/sec
[ 5] 65.00-66.00 sec 24.1 MBytes 202 Mbits/sec
[ 5] 66.00-67.00 sec 24.9 MBytes 209 Mbits/sec
[ 5] 67.00-68.00 sec 24.2 MBytes 203 Mbits/sec
[ 5] 68.00-69.00 sec 24.0 MBytes 201 Mbits/sec
[ 5] 69.00-70.00 sec 25.7 MBytes 216 Mbits/sec
[ 5] 70.00-71.00 sec 27.6 MBytes 232 Mbits/sec
[ 5] 71.00-72.00 sec 26.7 MBytes 224 Mbits/sec
[ 5] 72.00-73.00 sec 28.5 MBytes 240 Mbits/sec
[ 5] 73.00-74.00 sec 29.7 MBytes 249 Mbits/sec
[ 5] 74.00-75.00 sec 26.5 MBytes 222 Mbits/sec
[ 5] 75.00-76.00 sec 26.1 MBytes 219 Mbits/sec
[ 5] 76.00-77.00 sec 30.1 MBytes 252 Mbits/sec
[ 5] 77.00-78.00 sec 30.8 MBytes 258 Mbits/sec
[ 5] 78.00-79.00 sec 31.5 MBytes 264 Mbits/sec
[ 5] 79.00-80.00 sec 27.7 MBytes 233 Mbits/sec
[ 5] 80.00-81.00 sec 25.0 MBytes 210 Mbits/sec
[ 5] 81.00-82.00 sec 27.7 MBytes 232 Mbits/sec
[ 5] 82.00-83.00 sec 27.3 MBytes 229 Mbits/sec
[ 5] 83.00-84.00 sec 27.0 MBytes 226 Mbits/sec
[ 5] 84.00-85.00 sec 33.6 MBytes 282 Mbits/sec
[ 5] 85.00-86.00 sec 30.4 MBytes 255 Mbits/sec
[ 5] 86.00-87.00 sec 28.6 MBytes 240 Mbits/sec
[ 5] 87.00-88.00 sec 28.8 MBytes 242 Mbits/sec
[ 5] 88.00-89.00 sec 28.3 MBytes 237 Mbits/sec
[ 5] 89.00-90.00 sec 30.0 MBytes 252 Mbits/sec
[ 5] 90.00-91.00 sec 34.7 MBytes 291 Mbits/sec
[ 5] 91.00-92.00 sec 28.7 MBytes 241 Mbits/sec
[ 5] 92.00-93.00 sec 28.9 MBytes 242 Mbits/sec
[ 5] 93.00-94.00 sec 29.7 MBytes 249 Mbits/sec
[ 5] 94.00-95.00 sec 28.7 MBytes 241 Mbits/sec
[ 5] 95.00-96.00 sec 31.3 MBytes 263 Mbits/sec
[ 5] 96.00-97.00 sec 25.2 MBytes 212 Mbits/sec
[ 5] 97.00-98.00 sec 23.2 MBytes 195 Mbits/sec
[ 5] 98.00-99.00 sec 25.6 MBytes 214 Mbits/sec
[ 5] 99.00-100.00 sec 33.0 MBytes 277 Mbits/sec
[ 5] 100.00-101.00 sec 28.5 MBytes 239 Mbits/sec
[ 5] 101.00-102.00 sec 31.1 MBytes 261 Mbits/sec
[ 5] 102.00-103.00 sec 29.9 MBytes 251 Mbits/sec
[ 5] 103.00-104.00 sec 27.6 MBytes 231 Mbits/sec
[ 5] 104.00-105.00 sec 26.6 MBytes 223 Mbits/sec
[ 5] 105.00-106.00 sec 31.9 MBytes 267 Mbits/sec
[ 5] 106.00-107.00 sec 31.5 MBytes 264 Mbits/sec
[ 5] 107.00-108.00 sec 33.5 MBytes 281 Mbits/sec
[ 5] 108.00-109.00 sec 31.3 MBytes 262 Mbits/sec
[ 5] 109.00-110.00 sec 29.0 MBytes 243 Mbits/sec
[ 5] 110.00-111.00 sec 26.2 MBytes 220 Mbits/sec
[ 5] 111.00-112.00 sec 29.0 MBytes 243 Mbits/sec
[ 5] 112.00-113.00 sec 30.6 MBytes 257 Mbits/sec
[ 5] 113.00-114.00 sec 24.2 MBytes 203 Mbits/sec
[ 5] 114.00-115.00 sec 27.2 MBytes 228 Mbits/sec
[ 5] 115.00-116.00 sec 30.8 MBytes 258 Mbits/sec
[ 5] 116.00-117.00 sec 30.0 MBytes 252 Mbits/sec
[ 5] 117.00-118.00 sec 31.1 MBytes 261 Mbits/sec
[ 5] 118.00-119.00 sec 32.2 MBytes 270 Mbits/sec
[ 5] 119.00-120.00 sec 30.7 MBytes 258 Mbits/sec
[ 5] 120.00-121.00 sec 23.5 MBytes 197 Mbits/sec
[ 5] 121.00-122.00 sec 32.2 MBytes 270 Mbits/sec
[ 5] 122.00-123.00 sec 25.1 MBytes 210 Mbits/sec
[ 5] 123.00-124.00 sec 29.0 MBytes 244 Mbits/sec
[ 5] 124.00-125.00 sec 27.6 MBytes 231 Mbits/sec
[ 5] 125.00-126.00 sec 27.9 MBytes 234 Mbits/sec
[ 5] 126.00-127.00 sec 25.1 MBytes 211 Mbits/sec
[ 5] 127.00-128.00 sec 27.8 MBytes 233 Mbits/sec
[ 5] 128.00-129.00 sec 32.8 MBytes 275 Mbits/sec
[ 5] 129.00-130.00 sec 28.6 MBytes 240 Mbits/sec
[ 5] 130.00-131.00 sec 28.9 MBytes 243 Mbits/sec
[ 5] 131.00-132.00 sec 29.1 MBytes 244 Mbits/sec
[ 5] 132.00-133.00 sec 26.9 MBytes 226 Mbits/sec
[ 5] 133.00-134.00 sec 32.0 MBytes 268 Mbits/sec
[ 5] 134.00-135.00 sec 31.0 MBytes 260 Mbits/sec
[ 5] 135.00-136.00 sec 30.9 MBytes 259 Mbits/sec
[ 5] 136.00-137.00 sec 35.2 MBytes 296 Mbits/sec
[ 5] 137.00-138.00 sec 30.3 MBytes 254 Mbits/sec
[ 5] 138.00-139.00 sec 29.7 MBytes 249 Mbits/sec
[ 5] 139.00-140.00 sec 28.1 MBytes 236 Mbits/sec
[ 5] 140.00-141.00 sec 24.6 MBytes 207 Mbits/sec
[ 5] 141.00-142.00 sec 26.9 MBytes 226 Mbits/sec
[ 5] 142.00-143.00 sec 26.0 MBytes 218 Mbits/sec
[ 5] 143.00-144.00 sec 30.0 MBytes 252 Mbits/sec
[ 5] 144.00-145.00 sec 28.8 MBytes 242 Mbits/sec
[ 5] 145.00-146.00 sec 32.9 MBytes 276 Mbits/sec
[ 5] 146.00-147.00 sec 28.3 MBytes 237 Mbits/sec
[ 5] 147.00-148.00 sec 27.1 MBytes 227 Mbits/sec
[ 5] 148.00-149.00 sec 33.4 MBytes 280 Mbits/sec
[ 5] 149.00-150.00 sec 30.3 MBytes 254 Mbits/sec
[ 5] 150.00-151.00 sec 32.6 MBytes 273 Mbits/sec
[ 5] 151.00-152.00 sec 21.4 MBytes 179 Mbits/sec
[ 5] 152.00-153.00 sec 29.8 MBytes 250 Mbits/sec
[ 5] 153.00-154.00 sec 27.9 MBytes 234 Mbits/sec
[ 5] 154.00-155.00 sec 30.7 MBytes 257 Mbits/sec
[ 5] 155.00-156.00 sec 32.8 MBytes 275 Mbits/sec
[ 5] 156.00-157.00 sec 31.0 MBytes 260 Mbits/sec
[ 5] 157.00-158.00 sec 34.5 MBytes 289 Mbits/sec
[ 5] 158.00-159.00 sec 24.9 MBytes 209 Mbits/sec
[ 5] 159.00-160.00 sec 31.9 MBytes 268 Mbits/sec
[ 5] 160.00-161.00 sec 31.1 MBytes 261 Mbits/sec
[ 5] 161.00-162.00 sec 32.3 MBytes 271 Mbits/sec
[ 5] 162.00-163.00 sec 25.0 MBytes 210 Mbits/sec
[ 5] 163.00-164.00 sec 28.3 MBytes 237 Mbits/sec
[ 5] 164.00-165.00 sec 28.5 MBytes 239 Mbits/sec
[ 5] 165.00-166.00 sec 30.6 MBytes 257 Mbits/sec
[ 5] 166.00-167.00 sec 27.5 MBytes 230 Mbits/sec
[ 5] 167.00-168.00 sec 33.0 MBytes 277 Mbits/sec
[ 5] 168.00-169.00 sec 27.4 MBytes 230 Mbits/sec
[ 5] 169.00-170.00 sec 27.3 MBytes 229 Mbits/sec
[ 5] 170.00-171.00 sec 27.7 MBytes 232 Mbits/sec
[ 5] 171.00-172.00 sec 28.4 MBytes 238 Mbits/sec
[ 5] 172.00-173.00 sec 25.7 MBytes 216 Mbits/sec
[ 5] 173.00-174.00 sec 26.7 MBytes 224 Mbits/sec
[ 5] 174.00-175.00 sec 29.8 MBytes 250 Mbits/sec
[ 5] 175.00-176.00 sec 30.1 MBytes 252 Mbits/sec
[ 5] 176.00-177.00 sec 28.1 MBytes 236 Mbits/sec
[ 5] 177.00-178.00 sec 28.9 MBytes 243 Mbits/sec
[ 5] 178.00-179.00 sec 28.7 MBytes 240 Mbits/sec
[ 5] 179.00-180.00 sec 34.9 MBytes 293 Mbits/sec
- - - - - - - - - - - - - - - - - - - - - - - - -
[ ID] Interval Transfer Bitrate Retr
[ 5] 0.00-180.04 sec 5.07 GBytes 242 Mbits/sec 850 sender
[ 5] 0.00-180.00 sec 5.07 GBytes 242 Mbits/sec receiver
iperf Done.

View File

@@ -0,0 +1,188 @@
Connecting to host 192.168.70.135, port 5201
Reverse mode, remote host 192.168.70.135 is sending
[ 5] local 12.1.1.4 port 40128 connected to 192.168.70.135 port 5201
[ 5] 0.00-1.00 sec 19.4 MBytes 163 Mbits/sec
[ 5] 1.00-2.00 sec 27.3 MBytes 229 Mbits/sec
[ 5] 2.00-3.00 sec 28.4 MBytes 238 Mbits/sec
[ 5] 3.00-4.00 sec 28.4 MBytes 238 Mbits/sec
[ 5] 4.00-5.00 sec 26.5 MBytes 222 Mbits/sec
[ 5] 5.00-6.00 sec 31.3 MBytes 263 Mbits/sec
[ 5] 6.00-7.00 sec 28.7 MBytes 241 Mbits/sec
[ 5] 7.00-8.00 sec 31.0 MBytes 260 Mbits/sec
[ 5] 8.00-9.00 sec 26.7 MBytes 224 Mbits/sec
[ 5] 9.00-10.00 sec 30.3 MBytes 254 Mbits/sec
[ 5] 10.00-11.00 sec 30.4 MBytes 255 Mbits/sec
[ 5] 11.00-12.00 sec 28.1 MBytes 236 Mbits/sec
[ 5] 12.00-13.00 sec 30.4 MBytes 255 Mbits/sec
[ 5] 13.00-14.00 sec 31.7 MBytes 266 Mbits/sec
[ 5] 14.00-15.00 sec 32.5 MBytes 273 Mbits/sec
[ 5] 15.00-16.00 sec 29.1 MBytes 244 Mbits/sec
[ 5] 16.00-17.00 sec 30.5 MBytes 255 Mbits/sec
[ 5] 17.00-18.00 sec 29.8 MBytes 250 Mbits/sec
[ 5] 18.00-19.00 sec 29.7 MBytes 249 Mbits/sec
[ 5] 19.00-20.00 sec 26.0 MBytes 218 Mbits/sec
[ 5] 20.00-21.00 sec 27.6 MBytes 231 Mbits/sec
[ 5] 21.00-22.00 sec 29.8 MBytes 250 Mbits/sec
[ 5] 22.00-23.00 sec 29.2 MBytes 245 Mbits/sec
[ 5] 23.00-24.00 sec 27.9 MBytes 234 Mbits/sec
[ 5] 24.00-25.00 sec 32.7 MBytes 274 Mbits/sec
[ 5] 25.00-26.00 sec 25.7 MBytes 216 Mbits/sec
[ 5] 26.00-27.00 sec 30.1 MBytes 253 Mbits/sec
[ 5] 27.00-28.00 sec 29.3 MBytes 246 Mbits/sec
[ 5] 28.00-29.00 sec 30.1 MBytes 252 Mbits/sec
[ 5] 29.00-30.00 sec 26.5 MBytes 222 Mbits/sec
[ 5] 30.00-31.00 sec 26.1 MBytes 219 Mbits/sec
[ 5] 31.00-32.00 sec 27.9 MBytes 234 Mbits/sec
[ 5] 32.00-33.00 sec 27.1 MBytes 227 Mbits/sec
[ 5] 33.00-34.00 sec 29.2 MBytes 245 Mbits/sec
[ 5] 34.00-35.00 sec 26.0 MBytes 218 Mbits/sec
[ 5] 35.00-36.00 sec 30.3 MBytes 254 Mbits/sec
[ 5] 36.00-37.00 sec 32.3 MBytes 271 Mbits/sec
[ 5] 37.00-38.00 sec 27.0 MBytes 227 Mbits/sec
[ 5] 38.00-39.00 sec 29.7 MBytes 249 Mbits/sec
[ 5] 39.00-40.00 sec 31.9 MBytes 267 Mbits/sec
[ 5] 40.00-41.00 sec 27.8 MBytes 233 Mbits/sec
[ 5] 41.00-42.00 sec 26.3 MBytes 221 Mbits/sec
[ 5] 42.00-43.00 sec 29.4 MBytes 247 Mbits/sec
[ 5] 43.00-44.00 sec 29.8 MBytes 250 Mbits/sec
[ 5] 44.00-45.00 sec 28.9 MBytes 243 Mbits/sec
[ 5] 45.00-46.00 sec 28.8 MBytes 241 Mbits/sec
[ 5] 46.00-47.00 sec 33.9 MBytes 284 Mbits/sec
[ 5] 47.00-48.00 sec 33.9 MBytes 285 Mbits/sec
[ 5] 48.00-49.00 sec 30.1 MBytes 252 Mbits/sec
[ 5] 49.00-50.00 sec 22.4 MBytes 188 Mbits/sec
[ 5] 50.00-51.00 sec 25.0 MBytes 210 Mbits/sec
[ 5] 51.00-52.00 sec 24.4 MBytes 204 Mbits/sec
[ 5] 52.00-53.00 sec 28.7 MBytes 241 Mbits/sec
[ 5] 53.00-54.00 sec 29.6 MBytes 248 Mbits/sec
[ 5] 54.00-55.00 sec 28.4 MBytes 238 Mbits/sec
[ 5] 55.00-56.00 sec 29.1 MBytes 244 Mbits/sec
[ 5] 56.00-57.00 sec 29.7 MBytes 249 Mbits/sec
[ 5] 57.00-58.00 sec 23.6 MBytes 198 Mbits/sec
[ 5] 58.00-59.00 sec 25.8 MBytes 217 Mbits/sec
[ 5] 59.00-60.00 sec 27.3 MBytes 229 Mbits/sec
[ 5] 60.00-61.00 sec 31.7 MBytes 266 Mbits/sec
[ 5] 61.00-62.00 sec 27.6 MBytes 231 Mbits/sec
[ 5] 62.00-63.00 sec 27.0 MBytes 227 Mbits/sec
[ 5] 63.00-64.00 sec 29.4 MBytes 247 Mbits/sec
[ 5] 64.00-65.00 sec 24.2 MBytes 203 Mbits/sec
[ 5] 65.00-66.00 sec 30.8 MBytes 258 Mbits/sec
[ 5] 66.00-67.00 sec 29.1 MBytes 244 Mbits/sec
[ 5] 67.00-68.00 sec 30.5 MBytes 256 Mbits/sec
[ 5] 68.00-69.00 sec 28.6 MBytes 240 Mbits/sec
[ 5] 69.00-70.00 sec 24.5 MBytes 205 Mbits/sec
[ 5] 70.00-71.00 sec 28.9 MBytes 243 Mbits/sec
[ 5] 71.00-72.00 sec 24.7 MBytes 207 Mbits/sec
[ 5] 72.00-73.00 sec 31.7 MBytes 266 Mbits/sec
[ 5] 73.00-74.00 sec 26.8 MBytes 225 Mbits/sec
[ 5] 74.00-75.00 sec 28.3 MBytes 237 Mbits/sec
[ 5] 75.00-76.00 sec 27.5 MBytes 231 Mbits/sec
[ 5] 76.00-77.00 sec 26.2 MBytes 220 Mbits/sec
[ 5] 77.00-78.00 sec 26.4 MBytes 222 Mbits/sec
[ 5] 78.00-79.00 sec 27.0 MBytes 227 Mbits/sec
[ 5] 79.00-80.00 sec 24.9 MBytes 209 Mbits/sec
[ 5] 80.00-81.00 sec 28.0 MBytes 235 Mbits/sec
[ 5] 81.00-82.00 sec 26.9 MBytes 225 Mbits/sec
[ 5] 82.00-83.00 sec 30.4 MBytes 255 Mbits/sec
[ 5] 83.00-84.00 sec 30.9 MBytes 259 Mbits/sec
[ 5] 84.00-85.00 sec 26.3 MBytes 221 Mbits/sec
[ 5] 85.00-86.00 sec 27.8 MBytes 233 Mbits/sec
[ 5] 86.00-87.00 sec 29.2 MBytes 245 Mbits/sec
[ 5] 87.00-88.00 sec 29.3 MBytes 245 Mbits/sec
[ 5] 88.00-89.00 sec 30.4 MBytes 255 Mbits/sec
[ 5] 89.00-90.00 sec 30.7 MBytes 258 Mbits/sec
[ 5] 90.00-91.00 sec 33.9 MBytes 285 Mbits/sec
[ 5] 91.00-92.00 sec 31.8 MBytes 267 Mbits/sec
[ 5] 92.00-93.00 sec 29.7 MBytes 249 Mbits/sec
[ 5] 93.00-94.00 sec 32.1 MBytes 270 Mbits/sec
[ 5] 94.00-95.00 sec 34.1 MBytes 286 Mbits/sec
[ 5] 95.00-96.00 sec 32.7 MBytes 275 Mbits/sec
[ 5] 96.00-97.00 sec 32.6 MBytes 273 Mbits/sec
[ 5] 97.00-98.00 sec 23.7 MBytes 199 Mbits/sec
[ 5] 98.00-99.00 sec 30.6 MBytes 257 Mbits/sec
[ 5] 99.00-100.00 sec 33.8 MBytes 283 Mbits/sec
[ 5] 100.00-101.00 sec 32.7 MBytes 274 Mbits/sec
[ 5] 101.00-102.00 sec 29.8 MBytes 250 Mbits/sec
[ 5] 102.00-103.00 sec 27.8 MBytes 233 Mbits/sec
[ 5] 103.00-104.00 sec 32.1 MBytes 269 Mbits/sec
[ 5] 104.00-105.00 sec 33.3 MBytes 279 Mbits/sec
[ 5] 105.00-106.00 sec 32.2 MBytes 270 Mbits/sec
[ 5] 106.00-107.00 sec 34.7 MBytes 291 Mbits/sec
[ 5] 107.00-108.00 sec 29.4 MBytes 246 Mbits/sec
[ 5] 108.00-109.00 sec 30.4 MBytes 255 Mbits/sec
[ 5] 109.00-110.00 sec 30.7 MBytes 257 Mbits/sec
[ 5] 110.00-111.00 sec 31.4 MBytes 263 Mbits/sec
[ 5] 111.00-112.00 sec 27.0 MBytes 227 Mbits/sec
[ 5] 112.00-113.00 sec 28.5 MBytes 239 Mbits/sec
[ 5] 113.00-114.00 sec 30.0 MBytes 251 Mbits/sec
[ 5] 114.00-115.00 sec 33.3 MBytes 279 Mbits/sec
[ 5] 115.00-116.00 sec 26.6 MBytes 224 Mbits/sec
[ 5] 116.00-117.00 sec 24.0 MBytes 201 Mbits/sec
[ 5] 117.00-118.00 sec 24.9 MBytes 209 Mbits/sec
[ 5] 118.00-119.00 sec 21.7 MBytes 182 Mbits/sec
[ 5] 119.00-120.00 sec 25.2 MBytes 211 Mbits/sec
[ 5] 120.00-121.00 sec 24.9 MBytes 209 Mbits/sec
[ 5] 121.00-122.00 sec 26.7 MBytes 224 Mbits/sec
[ 5] 122.00-123.00 sec 20.7 MBytes 174 Mbits/sec
[ 5] 123.00-124.00 sec 21.9 MBytes 184 Mbits/sec
[ 5] 124.00-125.00 sec 25.4 MBytes 213 Mbits/sec
[ 5] 125.00-126.00 sec 23.4 MBytes 197 Mbits/sec
[ 5] 126.00-127.00 sec 20.0 MBytes 168 Mbits/sec
[ 5] 127.00-128.00 sec 16.7 MBytes 140 Mbits/sec
[ 5] 128.00-129.00 sec 27.2 MBytes 229 Mbits/sec
[ 5] 129.00-130.00 sec 28.8 MBytes 242 Mbits/sec
[ 5] 130.00-131.00 sec 30.7 MBytes 258 Mbits/sec
[ 5] 131.00-132.00 sec 31.8 MBytes 267 Mbits/sec
[ 5] 132.00-133.00 sec 34.0 MBytes 285 Mbits/sec
[ 5] 133.00-134.00 sec 28.6 MBytes 240 Mbits/sec
[ 5] 134.00-135.00 sec 26.4 MBytes 222 Mbits/sec
[ 5] 135.00-136.00 sec 28.6 MBytes 240 Mbits/sec
[ 5] 136.00-137.00 sec 33.7 MBytes 283 Mbits/sec
[ 5] 137.00-138.00 sec 34.4 MBytes 289 Mbits/sec
[ 5] 138.00-139.00 sec 24.7 MBytes 207 Mbits/sec
[ 5] 139.00-140.00 sec 27.8 MBytes 233 Mbits/sec
[ 5] 140.00-141.00 sec 31.1 MBytes 261 Mbits/sec
[ 5] 141.00-142.00 sec 31.7 MBytes 266 Mbits/sec
[ 5] 142.00-143.00 sec 29.9 MBytes 251 Mbits/sec
[ 5] 143.00-144.00 sec 34.0 MBytes 285 Mbits/sec
[ 5] 144.00-145.00 sec 32.7 MBytes 274 Mbits/sec
[ 5] 145.00-146.00 sec 29.8 MBytes 250 Mbits/sec
[ 5] 146.00-147.00 sec 28.6 MBytes 240 Mbits/sec
[ 5] 147.00-148.00 sec 26.0 MBytes 218 Mbits/sec
[ 5] 148.00-149.00 sec 24.0 MBytes 201 Mbits/sec
[ 5] 149.00-150.00 sec 25.7 MBytes 216 Mbits/sec
[ 5] 150.00-151.00 sec 27.6 MBytes 232 Mbits/sec
[ 5] 151.00-152.00 sec 30.4 MBytes 255 Mbits/sec
[ 5] 152.00-153.00 sec 32.4 MBytes 272 Mbits/sec
[ 5] 153.00-154.00 sec 26.7 MBytes 224 Mbits/sec
[ 5] 154.00-155.00 sec 30.7 MBytes 258 Mbits/sec
[ 5] 155.00-156.00 sec 28.4 MBytes 238 Mbits/sec
[ 5] 156.00-157.00 sec 29.7 MBytes 249 Mbits/sec
[ 5] 157.00-158.00 sec 30.9 MBytes 259 Mbits/sec
[ 5] 158.00-159.00 sec 26.7 MBytes 224 Mbits/sec
[ 5] 159.00-160.00 sec 26.6 MBytes 223 Mbits/sec
[ 5] 160.00-161.00 sec 29.1 MBytes 244 Mbits/sec
[ 5] 161.00-162.00 sec 27.5 MBytes 231 Mbits/sec
[ 5] 162.00-163.00 sec 32.0 MBytes 269 Mbits/sec
[ 5] 163.00-164.00 sec 32.0 MBytes 268 Mbits/sec
[ 5] 164.00-165.00 sec 35.0 MBytes 293 Mbits/sec
[ 5] 165.00-166.00 sec 34.1 MBytes 286 Mbits/sec
[ 5] 166.00-167.00 sec 25.6 MBytes 215 Mbits/sec
[ 5] 167.00-168.00 sec 27.2 MBytes 228 Mbits/sec
[ 5] 168.00-169.00 sec 26.4 MBytes 222 Mbits/sec
[ 5] 169.00-170.00 sec 21.7 MBytes 182 Mbits/sec
[ 5] 170.00-171.00 sec 28.0 MBytes 234 Mbits/sec
[ 5] 171.00-172.00 sec 27.5 MBytes 231 Mbits/sec
[ 5] 172.00-173.00 sec 30.9 MBytes 259 Mbits/sec
[ 5] 173.00-174.00 sec 30.4 MBytes 255 Mbits/sec
[ 5] 174.00-175.00 sec 31.0 MBytes 260 Mbits/sec
[ 5] 175.00-176.00 sec 29.2 MBytes 245 Mbits/sec
[ 5] 176.00-177.00 sec 25.9 MBytes 217 Mbits/sec
[ 5] 177.00-178.00 sec 32.1 MBytes 270 Mbits/sec
[ 5] 178.00-179.00 sec 31.0 MBytes 260 Mbits/sec
[ 5] 179.00-180.00 sec 33.2 MBytes 278 Mbits/sec
- - - - - - - - - - - - - - - - - - - - - - - - -
[ ID] Interval Transfer Bitrate Retr
[ 5] 0.00-180.04 sec 5.05 GBytes 241 Mbits/sec 1702 sender
[ 5] 0.00-180.00 sec 5.05 GBytes 241 Mbits/sec receiver
iperf Done.

File diff suppressed because it is too large Load Diff

Binary file not shown.

After

Width:  |  Height:  |  Size: 89 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 51 KiB

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,194 @@
Ping Type: ICMP
Packet Size: default
TTL: default
Timeout: 3000
Count: 180
Interval: 1000
General Timeout: not used
PING 192.168.70.135 (192.168.70.135)
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=1 ttl=63 time=14.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=2 ttl=63 time=14.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=3 ttl=63 time=14.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=4 ttl=63 time=12.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=5 ttl=63 time=14.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=6 ttl=63 time=14.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=7 ttl=63 time=10.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=8 ttl=63 time=12.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=9 ttl=63 time=13.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=10 ttl=63 time=5.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=11 ttl=63 time=14.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=12 ttl=63 time=8.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=13 ttl=63 time=12.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=14 ttl=63 time=16.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=15 ttl=63 time=8.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=16 ttl=63 time=7.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=17 ttl=63 time=12.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=18 ttl=63 time=13.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=19 ttl=63 time=12.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=20 ttl=63 time=8.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=21 ttl=63 time=12.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=22 ttl=63 time=10.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=23 ttl=63 time=6.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=24 ttl=63 time=12.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=25 ttl=63 time=10.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=26 ttl=63 time=7.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=27 ttl=63 time=9.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=28 ttl=63 time=12.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=29 ttl=63 time=12.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=30 ttl=63 time=14.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=31 ttl=63 time=14.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=32 ttl=63 time=13.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=33 ttl=63 time=13.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=34 ttl=63 time=11.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=35 ttl=63 time=6.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=36 ttl=63 time=12.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=37 ttl=63 time=14.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=38 ttl=63 time=14.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=39 ttl=63 time=10.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=40 ttl=63 time=13.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=41 ttl=63 time=16.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=42 ttl=63 time=9.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=43 ttl=63 time=13.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=44 ttl=63 time=12.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=45 ttl=63 time=13.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=46 ttl=63 time=13.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=47 ttl=63 time=11.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=48 ttl=63 time=6.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=49 ttl=63 time=14.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=50 ttl=63 time=12.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=51 ttl=63 time=9.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=52 ttl=63 time=6.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=53 ttl=63 time=18.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=54 ttl=63 time=5.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=55 ttl=63 time=11.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=56 ttl=63 time=11.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=57 ttl=63 time=14.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=58 ttl=63 time=12.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=59 ttl=63 time=5.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=60 ttl=63 time=19.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=61 ttl=63 time=15.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=62 ttl=63 time=5.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=63 ttl=63 time=17.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=64 ttl=63 time=14.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=65 ttl=63 time=13.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=66 ttl=63 time=12.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=67 ttl=63 time=10.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=68 ttl=63 time=13.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=69 ttl=63 time=12.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=70 ttl=63 time=14.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=71 ttl=63 time=13.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=72 ttl=63 time=12.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=73 ttl=63 time=13.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=74 ttl=63 time=13.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=75 ttl=63 time=14.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=76 ttl=63 time=15.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=77 ttl=63 time=10.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=78 ttl=63 time=19.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=79 ttl=63 time=8.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=80 ttl=63 time=15.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=81 ttl=63 time=12.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=82 ttl=63 time=14.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=83 ttl=63 time=14.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=84 ttl=63 time=12.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=85 ttl=63 time=19.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=86 ttl=63 time=6.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=87 ttl=63 time=11.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=88 ttl=63 time=10.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=89 ttl=63 time=13.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=90 ttl=63 time=15.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=91 ttl=63 time=13.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=92 ttl=63 time=12.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=93 ttl=63 time=15.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=94 ttl=63 time=13.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=95 ttl=63 time=11.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=96 ttl=63 time=11.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=97 ttl=63 time=13.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=98 ttl=63 time=12.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=99 ttl=63 time=14.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=100 ttl=63 time=14.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=101 ttl=63 time=12.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=102 ttl=63 time=14.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=103 ttl=63 time=14.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=104 ttl=63 time=12.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=105 ttl=63 time=10.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=106 ttl=63 time=12.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=107 ttl=63 time=12.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=108 ttl=63 time=14.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=109 ttl=63 time=13.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=110 ttl=63 time=18.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=111 ttl=63 time=8.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=112 ttl=63 time=13.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=113 ttl=63 time=6.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=114 ttl=63 time=14.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=115 ttl=63 time=13.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=116 ttl=63 time=6.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=117 ttl=63 time=14.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=118 ttl=63 time=13.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=119 ttl=63 time=14.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=120 ttl=63 time=14.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=121 ttl=63 time=8.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=122 ttl=63 time=15.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=123 ttl=63 time=9.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=124 ttl=63 time=14.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=125 ttl=63 time=12.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=126 ttl=63 time=11.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=127 ttl=63 time=10.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=128 ttl=63 time=11.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=129 ttl=63 time=13.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=130 ttl=63 time=13.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=131 ttl=63 time=21.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=132 ttl=63 time=13.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=133 ttl=63 time=13.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=134 ttl=63 time=14.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=135 ttl=63 time=20.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=136 ttl=63 time=6.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=137 ttl=63 time=13.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=138 ttl=63 time=15.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=139 ttl=63 time=21.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=140 ttl=63 time=14.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=141 ttl=63 time=12.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=142 ttl=63 time=12.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=143 ttl=63 time=14.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=144 ttl=63 time=13.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=145 ttl=63 time=13.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=146 ttl=63 time=13.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=147 ttl=63 time=14.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=148 ttl=63 time=13.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=149 ttl=63 time=13.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=150 ttl=63 time=12.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=151 ttl=63 time=14.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=152 ttl=63 time=19.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=153 ttl=63 time=7.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=154 ttl=63 time=13.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=155 ttl=63 time=19.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=156 ttl=63 time=7.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=157 ttl=63 time=14.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=158 ttl=63 time=10.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=159 ttl=63 time=10.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=160 ttl=63 time=7.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=161 ttl=63 time=12.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=162 ttl=63 time=13.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=163 ttl=63 time=14.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=164 ttl=63 time=12.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=165 ttl=63 time=12.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=166 ttl=63 time=14.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=167 ttl=63 time=11.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=168 ttl=63 time=20.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=169 ttl=63 time=15.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=170 ttl=63 time=21.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=171 ttl=63 time=6.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=172 ttl=63 time=11.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=173 ttl=63 time=8.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=174 ttl=63 time=19.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=175 ttl=63 time=6.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=176 ttl=63 time=11.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=177 ttl=63 time=7.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=178 ttl=63 time=11.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=179 ttl=63 time=14.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=180 ttl=63 time=10.0 ms
--- ping statistics ---
180 packets transmitted, 180 received, 0% packet loss, time 186832ms
rtt min/avg/max/mdev = 5/12/21/3,3 ms

View File

@@ -0,0 +1,194 @@
Ping Type: ICMP
Packet Size: default
TTL: default
Timeout: 3000
Count: 180
Interval: 1000
General Timeout: not used
PING 192.168.70.135 (192.168.70.135)
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=1 ttl=63 time=8.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=2 ttl=63 time=6.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=3 ttl=63 time=14.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=4 ttl=63 time=7.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=5 ttl=63 time=11.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=6 ttl=63 time=10.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=7 ttl=63 time=13.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=8 ttl=63 time=13.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=9 ttl=63 time=9.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=10 ttl=63 time=13.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=11 ttl=63 time=13.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=12 ttl=63 time=6.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=13 ttl=63 time=6.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=14 ttl=63 time=5.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=15 ttl=63 time=11.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=16 ttl=63 time=14.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=17 ttl=63 time=10.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=18 ttl=63 time=8.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=19 ttl=63 time=12.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=20 ttl=63 time=12.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=21 ttl=63 time=10.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=22 ttl=63 time=11.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=23 ttl=63 time=12.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=24 ttl=63 time=10.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=25 ttl=63 time=9.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=26 ttl=63 time=6.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=27 ttl=63 time=9.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=28 ttl=63 time=5.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=29 ttl=63 time=11.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=30 ttl=63 time=12.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=31 ttl=63 time=7.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=32 ttl=63 time=9.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=33 ttl=63 time=12.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=34 ttl=63 time=9.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=35 ttl=63 time=13.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=36 ttl=63 time=7.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=37 ttl=63 time=12.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=38 ttl=63 time=12.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=39 ttl=63 time=18.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=40 ttl=63 time=8.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=41 ttl=63 time=11.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=42 ttl=63 time=6.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=43 ttl=63 time=11.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=44 ttl=63 time=14.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=45 ttl=63 time=11.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=46 ttl=63 time=7.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=47 ttl=63 time=5.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=48 ttl=63 time=12.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=49 ttl=63 time=11.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=50 ttl=63 time=6.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=51 ttl=63 time=10.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=52 ttl=63 time=12.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=53 ttl=63 time=13.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=54 ttl=63 time=13.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=55 ttl=63 time=17.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=56 ttl=63 time=12.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=57 ttl=63 time=11.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=58 ttl=63 time=11.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=59 ttl=63 time=14.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=60 ttl=63 time=10.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=61 ttl=63 time=9.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=62 ttl=63 time=7.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=63 ttl=63 time=6.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=64 ttl=63 time=18.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=65 ttl=63 time=8.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=66 ttl=63 time=8.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=67 ttl=63 time=10.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=68 ttl=63 time=6.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=69 ttl=63 time=12.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=70 ttl=63 time=13.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=71 ttl=63 time=12.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=72 ttl=63 time=8.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=73 ttl=63 time=11.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=74 ttl=63 time=13.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=75 ttl=63 time=12.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=76 ttl=63 time=12.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=77 ttl=63 time=19.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=78 ttl=63 time=8.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=79 ttl=63 time=12.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=80 ttl=63 time=14.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=81 ttl=63 time=12.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=82 ttl=63 time=14.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=83 ttl=63 time=13.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=84 ttl=63 time=18.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=85 ttl=63 time=6.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=86 ttl=63 time=14.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=87 ttl=63 time=12.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=88 ttl=63 time=19.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=89 ttl=63 time=6.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=90 ttl=63 time=20.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=91 ttl=63 time=8.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=92 ttl=63 time=14.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=93 ttl=63 time=12.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=94 ttl=63 time=13.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=95 ttl=63 time=11.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=96 ttl=63 time=13.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=97 ttl=63 time=13.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=98 ttl=63 time=8.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=99 ttl=63 time=5.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=100 ttl=63 time=11.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=101 ttl=63 time=14.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=102 ttl=63 time=9.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=103 ttl=63 time=17.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=104 ttl=63 time=12.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=105 ttl=63 time=10.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=106 ttl=63 time=13.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=107 ttl=63 time=11.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=108 ttl=63 time=10.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=109 ttl=63 time=11.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=110 ttl=63 time=10.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=111 ttl=63 time=16.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=112 ttl=63 time=5.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=113 ttl=63 time=15.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=114 ttl=63 time=6.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=115 ttl=63 time=11.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=116 ttl=63 time=9.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=117 ttl=63 time=11.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=118 ttl=63 time=13.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=119 ttl=63 time=10.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=120 ttl=63 time=11.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=121 ttl=63 time=10.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=122 ttl=63 time=10.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=123 ttl=63 time=8.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=124 ttl=63 time=9.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=125 ttl=63 time=10.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=126 ttl=63 time=11.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=127 ttl=63 time=11.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=128 ttl=63 time=10.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=129 ttl=63 time=13.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=130 ttl=63 time=13.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=131 ttl=63 time=9.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=132 ttl=63 time=13.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=133 ttl=63 time=14.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=134 ttl=63 time=6.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=135 ttl=63 time=7.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=136 ttl=63 time=12.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=137 ttl=63 time=9.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=138 ttl=63 time=14.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=139 ttl=63 time=13.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=140 ttl=63 time=8.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=141 ttl=63 time=10.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=142 ttl=63 time=17.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=143 ttl=63 time=8.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=144 ttl=63 time=13.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=145 ttl=63 time=10.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=146 ttl=63 time=13.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=147 ttl=63 time=12.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=148 ttl=63 time=13.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=149 ttl=63 time=14.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=150 ttl=63 time=12.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=151 ttl=63 time=12.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=152 ttl=63 time=6.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=153 ttl=63 time=7.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=154 ttl=63 time=12.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=155 ttl=63 time=11.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=156 ttl=63 time=17.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=157 ttl=63 time=19.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=158 ttl=63 time=13.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=159 ttl=63 time=6.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=160 ttl=63 time=10.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=161 ttl=63 time=13.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=162 ttl=63 time=13.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=163 ttl=63 time=10.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=164 ttl=63 time=11.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=165 ttl=63 time=8.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=166 ttl=63 time=10.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=167 ttl=63 time=11.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=168 ttl=63 time=11.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=169 ttl=63 time=10.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=170 ttl=63 time=13.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=171 ttl=63 time=9.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=172 ttl=63 time=8.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=173 ttl=63 time=17.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=174 ttl=63 time=20.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=175 ttl=63 time=5.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=176 ttl=63 time=11.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=177 ttl=63 time=11.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=178 ttl=63 time=11.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=179 ttl=63 time=10.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=180 ttl=63 time=11.0 ms
--- ping statistics ---
180 packets transmitted, 180 received, 0% packet loss, time 186006ms
rtt min/avg/max/mdev = 5/10/20/3,3 ms

View File

@@ -0,0 +1,194 @@
Ping Type: ICMP
Packet Size: default
TTL: default
Timeout: 3000
Count: 180
Interval: 1000
General Timeout: not used
PING 192.168.70.135 (192.168.70.135)
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=1 ttl=63 time=13.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=2 ttl=63 time=6.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=3 ttl=63 time=11.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=4 ttl=63 time=12.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=5 ttl=63 time=16.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=6 ttl=63 time=12.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=7 ttl=63 time=18.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=8 ttl=63 time=14.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=9 ttl=63 time=11.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=10 ttl=63 time=14.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=11 ttl=63 time=20.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=12 ttl=63 time=11.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=13 ttl=63 time=6.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=14 ttl=63 time=14.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=15 ttl=63 time=6.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=16 ttl=63 time=10.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=17 ttl=63 time=15.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=18 ttl=63 time=14.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=19 ttl=63 time=11.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=20 ttl=63 time=12.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=21 ttl=63 time=12.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=22 ttl=63 time=9.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=23 ttl=63 time=14.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=24 ttl=63 time=12.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=25 ttl=63 time=11.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=26 ttl=63 time=10.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=27 ttl=63 time=6.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=28 ttl=63 time=14.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=29 ttl=63 time=11.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=30 ttl=63 time=8.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=31 ttl=63 time=10.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=32 ttl=63 time=16.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=33 ttl=63 time=8.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=34 ttl=63 time=9.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=35 ttl=63 time=6.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=36 ttl=63 time=14.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=37 ttl=63 time=11.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=38 ttl=63 time=10.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=39 ttl=63 time=11.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=40 ttl=63 time=8.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=41 ttl=63 time=10.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=42 ttl=63 time=11.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=43 ttl=63 time=5.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=44 ttl=63 time=11.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=45 ttl=63 time=14.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=46 ttl=63 time=13.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=47 ttl=63 time=16.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=48 ttl=63 time=11.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=49 ttl=63 time=5.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=50 ttl=63 time=14.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=51 ttl=63 time=6.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=52 ttl=63 time=11.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=53 ttl=63 time=10.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=54 ttl=63 time=7.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=55 ttl=63 time=5.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=56 ttl=63 time=8.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=57 ttl=63 time=14.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=58 ttl=63 time=10.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=59 ttl=63 time=12.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=60 ttl=63 time=6.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=61 ttl=63 time=7.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=62 ttl=63 time=9.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=63 ttl=63 time=10.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=64 ttl=63 time=7.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=65 ttl=63 time=6.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=66 ttl=63 time=12.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=67 ttl=63 time=14.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=68 ttl=63 time=8.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=69 ttl=63 time=10.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=70 ttl=63 time=5.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=71 ttl=63 time=8.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=72 ttl=63 time=17.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=73 ttl=63 time=12.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=74 ttl=63 time=10.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=75 ttl=63 time=14.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=76 ttl=63 time=11.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=77 ttl=63 time=9.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=78 ttl=63 time=11.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=79 ttl=63 time=12.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=80 ttl=63 time=18.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=81 ttl=63 time=5.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=82 ttl=63 time=15.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=83 ttl=63 time=14.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=84 ttl=63 time=13.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=85 ttl=63 time=10.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=86 ttl=63 time=15.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=87 ttl=63 time=13.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=88 ttl=63 time=18.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=89 ttl=63 time=9.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=90 ttl=63 time=15.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=91 ttl=63 time=12.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=92 ttl=63 time=14.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=93 ttl=63 time=14.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=94 ttl=63 time=13.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=95 ttl=63 time=13.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=96 ttl=63 time=14.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=97 ttl=63 time=13.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=98 ttl=63 time=14.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=99 ttl=63 time=10.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=100 ttl=63 time=13.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=101 ttl=63 time=12.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=102 ttl=63 time=11.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=103 ttl=63 time=17.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=104 ttl=63 time=15.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=105 ttl=63 time=8.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=106 ttl=63 time=15.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=107 ttl=63 time=14.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=108 ttl=63 time=14.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=109 ttl=63 time=12.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=110 ttl=63 time=13.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=111 ttl=63 time=24.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=112 ttl=63 time=12.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=113 ttl=63 time=13.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=114 ttl=63 time=14.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=115 ttl=63 time=11.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=116 ttl=63 time=11.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=117 ttl=63 time=14.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=118 ttl=63 time=18.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=119 ttl=63 time=9.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=120 ttl=63 time=11.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=121 ttl=63 time=14.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=122 ttl=63 time=14.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=123 ttl=63 time=14.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=124 ttl=63 time=14.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=125 ttl=63 time=15.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=126 ttl=63 time=8.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=127 ttl=63 time=15.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=128 ttl=63 time=10.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=129 ttl=63 time=12.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=130 ttl=63 time=14.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=131 ttl=63 time=10.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=132 ttl=63 time=13.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=133 ttl=63 time=13.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=134 ttl=63 time=17.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=135 ttl=63 time=8.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=136 ttl=63 time=20.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=137 ttl=63 time=9.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=138 ttl=63 time=19.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=139 ttl=63 time=6.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=140 ttl=63 time=18.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=141 ttl=63 time=7.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=142 ttl=63 time=8.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=143 ttl=63 time=7.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=144 ttl=63 time=12.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=145 ttl=63 time=14.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=146 ttl=63 time=5.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=147 ttl=63 time=9.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=148 ttl=63 time=13.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=149 ttl=63 time=10.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=150 ttl=63 time=11.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=151 ttl=63 time=11.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=152 ttl=63 time=7.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=153 ttl=63 time=11.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=154 ttl=63 time=10.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=155 ttl=63 time=17.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=156 ttl=63 time=7.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=157 ttl=63 time=12.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=158 ttl=63 time=13.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=159 ttl=63 time=12.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=160 ttl=63 time=11.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=161 ttl=63 time=11.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=162 ttl=63 time=6.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=163 ttl=63 time=14.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=164 ttl=63 time=11.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=165 ttl=63 time=11.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=166 ttl=63 time=14.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=167 ttl=63 time=17.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=168 ttl=63 time=7.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=169 ttl=63 time=10.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=170 ttl=63 time=10.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=171 ttl=63 time=12.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=172 ttl=63 time=12.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=173 ttl=63 time=9.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=174 ttl=63 time=16.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=175 ttl=63 time=8.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=176 ttl=63 time=11.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=177 ttl=63 time=12.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=178 ttl=63 time=11.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=179 ttl=63 time=10.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=180 ttl=63 time=14.0 ms
--- ping statistics ---
180 packets transmitted, 180 received, 0% packet loss, time 186332ms
rtt min/avg/max/mdev = 5/11/24/3,5 ms

View File

@@ -0,0 +1,194 @@
Ping Type: ICMP
Packet Size: default
TTL: default
Timeout: 3000
Count: 180
Interval: 1000
General Timeout: not used
PING 192.168.70.135 (192.168.70.135)
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=1 ttl=63 time=8.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=2 ttl=63 time=6.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=3 ttl=63 time=13.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=4 ttl=63 time=13.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=5 ttl=63 time=9.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=6 ttl=63 time=14.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=7 ttl=63 time=13.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=8 ttl=63 time=12.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=9 ttl=63 time=9.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=10 ttl=63 time=15.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=11 ttl=63 time=14.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=12 ttl=63 time=13.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=13 ttl=63 time=13.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=14 ttl=63 time=8.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=15 ttl=63 time=12.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=16 ttl=63 time=13.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=17 ttl=63 time=8.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=18 ttl=63 time=8.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=19 ttl=63 time=11.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=20 ttl=63 time=14.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=21 ttl=63 time=6.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=22 ttl=63 time=12.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=23 ttl=63 time=18.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=24 ttl=63 time=12.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=25 ttl=63 time=13.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=26 ttl=63 time=5.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=27 ttl=63 time=10.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=28 ttl=63 time=8.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=29 ttl=63 time=7.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=30 ttl=63 time=15.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=31 ttl=63 time=15.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=32 ttl=63 time=10.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=33 ttl=63 time=10.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=34 ttl=63 time=6.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=35 ttl=63 time=16.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=36 ttl=63 time=8.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=37 ttl=63 time=19.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=38 ttl=63 time=6.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=39 ttl=63 time=11.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=40 ttl=63 time=7.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=41 ttl=63 time=11.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=42 ttl=63 time=10.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=43 ttl=63 time=12.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=44 ttl=63 time=10.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=45 ttl=63 time=10.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=46 ttl=63 time=11.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=47 ttl=63 time=10.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=48 ttl=63 time=12.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=49 ttl=63 time=18.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=50 ttl=63 time=13.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=51 ttl=63 time=12.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=52 ttl=63 time=12.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=53 ttl=63 time=16.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=54 ttl=63 time=13.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=55 ttl=63 time=12.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=56 ttl=63 time=18.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=57 ttl=63 time=8.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=58 ttl=63 time=5.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=59 ttl=63 time=13.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=60 ttl=63 time=12.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=61 ttl=63 time=14.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=62 ttl=63 time=11.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=63 ttl=63 time=8.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=64 ttl=63 time=6.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=65 ttl=63 time=7.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=66 ttl=63 time=10.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=67 ttl=63 time=8.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=68 ttl=63 time=13.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=69 ttl=63 time=14.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=70 ttl=63 time=9.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=71 ttl=63 time=7.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=72 ttl=63 time=13.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=73 ttl=63 time=19.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=74 ttl=63 time=8.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=75 ttl=63 time=12.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=76 ttl=63 time=12.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=77 ttl=63 time=13.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=78 ttl=63 time=14.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=79 ttl=63 time=8.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=80 ttl=63 time=10.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=81 ttl=63 time=19.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=82 ttl=63 time=6.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=83 ttl=63 time=14.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=84 ttl=63 time=14.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=85 ttl=63 time=8.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=86 ttl=63 time=13.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=87 ttl=63 time=20.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=88 ttl=63 time=6.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=89 ttl=63 time=6.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=90 ttl=63 time=13.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=91 ttl=63 time=11.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=92 ttl=63 time=20.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=93 ttl=63 time=11.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=94 ttl=63 time=14.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=95 ttl=63 time=12.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=96 ttl=63 time=14.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=97 ttl=63 time=14.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=98 ttl=63 time=14.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=99 ttl=63 time=13.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=100 ttl=63 time=13.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=101 ttl=63 time=14.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=102 ttl=63 time=13.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=103 ttl=63 time=12.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=104 ttl=63 time=13.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=105 ttl=63 time=14.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=106 ttl=63 time=13.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=107 ttl=63 time=9.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=108 ttl=63 time=15.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=109 ttl=63 time=11.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=110 ttl=63 time=12.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=111 ttl=63 time=15.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=112 ttl=63 time=12.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=113 ttl=63 time=13.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=114 ttl=63 time=14.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=115 ttl=63 time=14.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=116 ttl=63 time=18.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=117 ttl=63 time=9.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=118 ttl=63 time=12.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=119 ttl=63 time=17.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=120 ttl=63 time=8.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=121 ttl=63 time=28.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=122 ttl=63 time=11.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=123 ttl=63 time=20.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=124 ttl=63 time=6.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=125 ttl=63 time=13.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=126 ttl=63 time=14.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=127 ttl=63 time=17.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=128 ttl=63 time=15.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=129 ttl=63 time=13.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=130 ttl=63 time=13.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=131 ttl=63 time=12.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=132 ttl=63 time=11.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=133 ttl=63 time=14.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=134 ttl=63 time=14.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=135 ttl=63 time=19.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=136 ttl=63 time=6.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=137 ttl=63 time=13.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=138 ttl=63 time=15.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=139 ttl=63 time=13.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=140 ttl=63 time=8.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=141 ttl=63 time=10.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=142 ttl=63 time=14.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=143 ttl=63 time=11.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=144 ttl=63 time=12.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=145 ttl=63 time=6.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=146 ttl=63 time=12.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=147 ttl=63 time=22.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=148 ttl=63 time=10.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=149 ttl=63 time=12.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=150 ttl=63 time=15.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=151 ttl=63 time=14.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=152 ttl=63 time=12.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=153 ttl=63 time=14.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=154 ttl=63 time=15.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=155 ttl=63 time=13.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=156 ttl=63 time=13.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=157 ttl=63 time=18.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=158 ttl=63 time=6.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=159 ttl=63 time=20.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=160 ttl=63 time=14.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=161 ttl=63 time=11.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=162 ttl=63 time=18.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=163 ttl=63 time=6.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=164 ttl=63 time=12.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=165 ttl=63 time=19.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=166 ttl=63 time=9.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=167 ttl=63 time=10.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=168 ttl=63 time=12.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=169 ttl=63 time=17.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=170 ttl=63 time=10.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=171 ttl=63 time=15.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=172 ttl=63 time=14.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=173 ttl=63 time=14.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=174 ttl=63 time=19.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=175 ttl=63 time=9.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=176 ttl=63 time=12.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=177 ttl=63 time=19.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=178 ttl=63 time=6.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=179 ttl=63 time=12.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=180 ttl=63 time=11.0 ms
--- ping statistics ---
180 packets transmitted, 180 received, 0% packet loss, time 186857ms
rtt min/avg/max/mdev = 5/12/28/3,8 ms

View File

@@ -0,0 +1,194 @@
Ping Type: ICMP
Packet Size: default
TTL: default
Timeout: 3000
Count: 180
Interval: 1000
General Timeout: not used
PING 192.168.70.135 (192.168.70.135)
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=1 ttl=63 time=15.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=2 ttl=63 time=9.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=3 ttl=63 time=6.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=4 ttl=63 time=8.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=5 ttl=63 time=12.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=6 ttl=63 time=7.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=7 ttl=63 time=8.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=8 ttl=63 time=6.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=9 ttl=63 time=14.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=10 ttl=63 time=6.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=11 ttl=63 time=6.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=12 ttl=63 time=9.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=13 ttl=63 time=12.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=14 ttl=63 time=15.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=15 ttl=63 time=7.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=16 ttl=63 time=8.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=17 ttl=63 time=12.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=18 ttl=63 time=11.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=19 ttl=63 time=12.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=20 ttl=63 time=11.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=21 ttl=63 time=12.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=22 ttl=63 time=18.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=23 ttl=63 time=14.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=24 ttl=63 time=13.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=25 ttl=63 time=6.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=26 ttl=63 time=11.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=27 ttl=63 time=16.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=28 ttl=63 time=13.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=29 ttl=63 time=14.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=30 ttl=63 time=12.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=31 ttl=63 time=8.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=32 ttl=63 time=14.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=33 ttl=63 time=17.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=34 ttl=63 time=5.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=35 ttl=63 time=13.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=36 ttl=63 time=15.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=37 ttl=63 time=8.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=38 ttl=63 time=14.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=39 ttl=63 time=12.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=40 ttl=63 time=5.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=41 ttl=63 time=14.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=42 ttl=63 time=18.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=43 ttl=63 time=6.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=44 ttl=63 time=7.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=45 ttl=63 time=13.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=46 ttl=63 time=12.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=47 ttl=63 time=11.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=48 ttl=63 time=8.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=49 ttl=63 time=11.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=50 ttl=63 time=10.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=51 ttl=63 time=13.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=52 ttl=63 time=9.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=53 ttl=63 time=11.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=54 ttl=63 time=10.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=55 ttl=63 time=11.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=56 ttl=63 time=9.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=57 ttl=63 time=12.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=58 ttl=63 time=17.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=59 ttl=63 time=13.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=60 ttl=63 time=59.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=61 ttl=63 time=5.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=62 ttl=63 time=12.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=63 ttl=63 time=12.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=64 ttl=63 time=11.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=65 ttl=63 time=10.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=66 ttl=63 time=20.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=67 ttl=63 time=14.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=68 ttl=63 time=13.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=69 ttl=63 time=9.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=70 ttl=63 time=14.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=71 ttl=63 time=6.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=72 ttl=63 time=13.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=73 ttl=63 time=13.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=74 ttl=63 time=12.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=75 ttl=63 time=13.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=76 ttl=63 time=14.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=77 ttl=63 time=13.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=78 ttl=63 time=6.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=79 ttl=63 time=19.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=80 ttl=63 time=8.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=81 ttl=63 time=14.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=82 ttl=63 time=18.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=83 ttl=63 time=6.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=84 ttl=63 time=17.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=85 ttl=63 time=10.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=86 ttl=63 time=21.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=87 ttl=63 time=8.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=88 ttl=63 time=18.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=89 ttl=63 time=9.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=90 ttl=63 time=13.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=91 ttl=63 time=18.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=92 ttl=63 time=9.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=93 ttl=63 time=18.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=94 ttl=63 time=8.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=95 ttl=63 time=12.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=96 ttl=63 time=18.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=97 ttl=63 time=13.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=98 ttl=63 time=14.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=99 ttl=63 time=9.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=100 ttl=63 time=19.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=101 ttl=63 time=7.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=102 ttl=63 time=12.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=103 ttl=63 time=12.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=104 ttl=63 time=20.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=105 ttl=63 time=7.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=106 ttl=63 time=11.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=107 ttl=63 time=20.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=108 ttl=63 time=6.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=109 ttl=63 time=12.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=110 ttl=63 time=18.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=111 ttl=63 time=8.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=112 ttl=63 time=21.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=113 ttl=63 time=13.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=114 ttl=63 time=14.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=115 ttl=63 time=15.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=116 ttl=63 time=12.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=117 ttl=63 time=13.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=118 ttl=63 time=14.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=119 ttl=63 time=13.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=120 ttl=63 time=18.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=121 ttl=63 time=9.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=122 ttl=63 time=20.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=123 ttl=63 time=8.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=124 ttl=63 time=18.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=125 ttl=63 time=6.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=126 ttl=63 time=18.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=127 ttl=63 time=8.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=128 ttl=63 time=10.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=129 ttl=63 time=18.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=130 ttl=63 time=7.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=131 ttl=63 time=10.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=132 ttl=63 time=11.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=133 ttl=63 time=12.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=134 ttl=63 time=24.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=135 ttl=63 time=19.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=136 ttl=63 time=17.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=137 ttl=63 time=7.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=138 ttl=63 time=14.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=139 ttl=63 time=11.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=140 ttl=63 time=10.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=141 ttl=63 time=8.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=142 ttl=63 time=11.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=143 ttl=63 time=14.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=144 ttl=63 time=6.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=145 ttl=63 time=14.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=146 ttl=63 time=11.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=147 ttl=63 time=6.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=148 ttl=63 time=11.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=149 ttl=63 time=11.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=150 ttl=63 time=6.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=151 ttl=63 time=6.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=152 ttl=63 time=10.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=153 ttl=63 time=11.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=154 ttl=63 time=13.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=155 ttl=63 time=12.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=156 ttl=63 time=12.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=157 ttl=63 time=7.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=158 ttl=63 time=12.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=159 ttl=63 time=18.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=160 ttl=63 time=7.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=161 ttl=63 time=20.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=162 ttl=63 time=17.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=163 ttl=63 time=7.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=164 ttl=63 time=19.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=165 ttl=63 time=10.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=166 ttl=63 time=19.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=167 ttl=63 time=8.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=168 ttl=63 time=13.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=169 ttl=63 time=14.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=170 ttl=63 time=8.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=171 ttl=63 time=8.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=172 ttl=63 time=10.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=173 ttl=63 time=10.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=174 ttl=63 time=17.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=175 ttl=63 time=9.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=176 ttl=63 time=20.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=177 ttl=63 time=20.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=178 ttl=63 time=7.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=179 ttl=63 time=12.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=180 ttl=63 time=13.0 ms
--- ping statistics ---
180 packets transmitted, 180 received, 0% packet loss, time 186527ms
rtt min/avg/max/mdev = 5/12/59/5,5 ms

View File

@@ -0,0 +1,194 @@
Ping Type: ICMP
Packet Size: default
TTL: default
Timeout: 3000
Count: 180
Interval: 1000
General Timeout: not used
PING 192.168.70.135 (192.168.70.135)
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=1 ttl=63 time=9.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=2 ttl=63 time=11.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=3 ttl=63 time=13.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=4 ttl=63 time=13.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=5 ttl=63 time=5.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=6 ttl=63 time=13.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=7 ttl=63 time=8.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=8 ttl=63 time=12.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=9 ttl=63 time=13.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=10 ttl=63 time=11.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=11 ttl=63 time=12.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=12 ttl=63 time=14.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=13 ttl=63 time=13.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=14 ttl=63 time=6.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=15 ttl=63 time=13.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=16 ttl=63 time=8.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=17 ttl=63 time=19.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=18 ttl=63 time=13.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=19 ttl=63 time=14.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=20 ttl=63 time=8.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=21 ttl=63 time=8.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=22 ttl=63 time=12.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=23 ttl=63 time=6.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=24 ttl=63 time=14.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=25 ttl=63 time=6.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=26 ttl=63 time=19.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=27 ttl=63 time=8.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=28 ttl=63 time=10.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=29 ttl=63 time=13.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=30 ttl=63 time=9.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=31 ttl=63 time=14.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=32 ttl=63 time=17.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=33 ttl=63 time=6.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=34 ttl=63 time=8.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=35 ttl=63 time=13.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=36 ttl=63 time=11.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=37 ttl=63 time=11.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=38 ttl=63 time=13.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=39 ttl=63 time=8.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=40 ttl=63 time=10.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=41 ttl=63 time=10.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=42 ttl=63 time=17.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=43 ttl=63 time=5.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=44 ttl=63 time=13.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=45 ttl=63 time=12.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=46 ttl=63 time=13.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=47 ttl=63 time=14.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=48 ttl=63 time=14.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=49 ttl=63 time=11.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=50 ttl=63 time=16.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=51 ttl=63 time=13.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=52 ttl=63 time=11.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=53 ttl=63 time=12.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=54 ttl=63 time=11.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=55 ttl=63 time=9.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=56 ttl=63 time=14.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=57 ttl=63 time=11.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=58 ttl=63 time=11.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=59 ttl=63 time=15.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=60 ttl=63 time=11.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=61 ttl=63 time=12.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=62 ttl=63 time=6.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=63 ttl=63 time=7.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=64 ttl=63 time=10.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=65 ttl=63 time=5.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=66 ttl=63 time=11.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=67 ttl=63 time=12.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=68 ttl=63 time=14.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=69 ttl=63 time=12.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=70 ttl=63 time=11.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=71 ttl=63 time=16.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=72 ttl=63 time=10.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=73 ttl=63 time=15.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=74 ttl=63 time=13.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=75 ttl=63 time=16.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=76 ttl=63 time=6.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=77 ttl=63 time=9.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=78 ttl=63 time=18.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=79 ttl=63 time=7.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=80 ttl=63 time=12.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=81 ttl=63 time=13.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=82 ttl=63 time=14.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=83 ttl=63 time=13.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=84 ttl=63 time=12.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=85 ttl=63 time=12.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=86 ttl=63 time=14.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=87 ttl=63 time=12.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=88 ttl=63 time=14.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=89 ttl=63 time=13.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=90 ttl=63 time=12.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=91 ttl=63 time=17.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=92 ttl=63 time=10.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=93 ttl=63 time=15.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=94 ttl=63 time=11.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=95 ttl=63 time=18.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=96 ttl=63 time=13.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=97 ttl=63 time=7.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=98 ttl=63 time=20.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=99 ttl=63 time=5.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=100 ttl=63 time=12.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=101 ttl=63 time=12.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=102 ttl=63 time=12.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=103 ttl=63 time=15.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=104 ttl=63 time=13.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=105 ttl=63 time=10.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=106 ttl=63 time=14.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=107 ttl=63 time=11.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=108 ttl=63 time=14.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=109 ttl=63 time=11.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=110 ttl=63 time=13.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=111 ttl=63 time=17.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=112 ttl=63 time=8.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=113 ttl=63 time=14.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=114 ttl=63 time=11.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=115 ttl=63 time=15.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=116 ttl=63 time=15.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=117 ttl=63 time=14.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=118 ttl=63 time=13.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=119 ttl=63 time=14.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=120 ttl=63 time=10.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=121 ttl=63 time=15.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=122 ttl=63 time=11.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=123 ttl=63 time=18.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=124 ttl=63 time=10.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=125 ttl=63 time=14.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=126 ttl=63 time=29.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=127 ttl=63 time=14.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=128 ttl=63 time=6.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=129 ttl=63 time=12.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=130 ttl=63 time=14.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=131 ttl=63 time=13.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=132 ttl=63 time=14.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=133 ttl=63 time=12.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=134 ttl=63 time=12.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=135 ttl=63 time=14.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=136 ttl=63 time=14.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=137 ttl=63 time=13.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=138 ttl=63 time=14.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=139 ttl=63 time=11.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=140 ttl=63 time=13.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=141 ttl=63 time=12.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=142 ttl=63 time=14.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=143 ttl=63 time=13.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=144 ttl=63 time=13.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=145 ttl=63 time=14.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=146 ttl=63 time=11.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=147 ttl=63 time=18.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=148 ttl=63 time=12.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=149 ttl=63 time=6.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=150 ttl=63 time=13.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=151 ttl=63 time=13.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=152 ttl=63 time=12.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=153 ttl=63 time=12.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=154 ttl=63 time=13.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=155 ttl=63 time=13.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=156 ttl=63 time=11.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=157 ttl=63 time=8.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=158 ttl=63 time=11.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=159 ttl=63 time=12.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=160 ttl=63 time=15.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=161 ttl=63 time=12.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=162 ttl=63 time=13.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=163 ttl=63 time=14.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=164 ttl=63 time=14.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=165 ttl=63 time=17.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=166 ttl=63 time=15.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=167 ttl=63 time=8.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=168 ttl=63 time=17.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=169 ttl=63 time=9.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=170 ttl=63 time=19.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=171 ttl=63 time=13.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=172 ttl=63 time=9.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=173 ttl=63 time=14.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=174 ttl=63 time=15.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=175 ttl=63 time=18.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=176 ttl=63 time=8.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=177 ttl=63 time=13.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=178 ttl=63 time=14.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=179 ttl=63 time=8.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=180 ttl=63 time=17.0 ms
--- ping statistics ---
180 packets transmitted, 180 received, 0% packet loss, time 186816ms
rtt min/avg/max/mdev = 5/12/29/3,3 ms

View File

@@ -0,0 +1,194 @@
Ping Type: ICMP
Packet Size: default
TTL: default
Timeout: 3000
Count: 180
Interval: 1000
General Timeout: not used
PING 192.168.70.135 (192.168.70.135)
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=1 ttl=63 time=12.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=2 ttl=63 time=13.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=3 ttl=63 time=13.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=4 ttl=63 time=7.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=5 ttl=63 time=13.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=6 ttl=63 time=10.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=7 ttl=63 time=19.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=8 ttl=63 time=10.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=9 ttl=63 time=14.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=10 ttl=63 time=6.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=11 ttl=63 time=13.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=12 ttl=63 time=13.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=13 ttl=63 time=19.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=14 ttl=63 time=14.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=15 ttl=63 time=13.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=16 ttl=63 time=18.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=17 ttl=63 time=7.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=18 ttl=63 time=8.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=19 ttl=63 time=15.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=20 ttl=63 time=14.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=21 ttl=63 time=10.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=22 ttl=63 time=11.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=23 ttl=63 time=10.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=24 ttl=63 time=8.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=25 ttl=63 time=13.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=26 ttl=63 time=19.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=27 ttl=63 time=15.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=28 ttl=63 time=13.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=29 ttl=63 time=10.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=30 ttl=63 time=8.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=31 ttl=63 time=8.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=32 ttl=63 time=12.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=33 ttl=63 time=15.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=34 ttl=63 time=8.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=35 ttl=63 time=12.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=36 ttl=63 time=8.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=37 ttl=63 time=18.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=38 ttl=63 time=6.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=39 ttl=63 time=17.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=40 ttl=63 time=20.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=41 ttl=63 time=9.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=42 ttl=63 time=17.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=43 ttl=63 time=6.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=44 ttl=63 time=19.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=45 ttl=63 time=6.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=46 ttl=63 time=17.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=47 ttl=63 time=12.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=48 ttl=63 time=12.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=49 ttl=63 time=18.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=50 ttl=63 time=8.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=51 ttl=63 time=13.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=52 ttl=63 time=5.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=53 ttl=63 time=10.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=54 ttl=63 time=16.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=55 ttl=63 time=6.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=56 ttl=63 time=11.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=57 ttl=63 time=14.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=58 ttl=63 time=8.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=59 ttl=63 time=10.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=60 ttl=63 time=10.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=61 ttl=63 time=19.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=62 ttl=63 time=19.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=63 ttl=63 time=9.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=64 ttl=63 time=10.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=65 ttl=63 time=8.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=66 ttl=63 time=10.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=67 ttl=63 time=13.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=68 ttl=63 time=5.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=69 ttl=63 time=6.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=70 ttl=63 time=8.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=71 ttl=63 time=11.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=72 ttl=63 time=10.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=73 ttl=63 time=19.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=74 ttl=63 time=19.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=75 ttl=63 time=7.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=76 ttl=63 time=17.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=77 ttl=63 time=7.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=78 ttl=63 time=18.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=79 ttl=63 time=20.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=80 ttl=63 time=8.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=81 ttl=63 time=11.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=82 ttl=63 time=20.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=83 ttl=63 time=7.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=84 ttl=63 time=12.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=85 ttl=63 time=20.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=86 ttl=63 time=19.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=87 ttl=63 time=6.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=88 ttl=63 time=18.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=89 ttl=63 time=8.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=90 ttl=63 time=12.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=91 ttl=63 time=18.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=92 ttl=63 time=7.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=93 ttl=63 time=6.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=94 ttl=63 time=6.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=95 ttl=63 time=18.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=96 ttl=63 time=6.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=97 ttl=63 time=18.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=98 ttl=63 time=6.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=99 ttl=63 time=19.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=100 ttl=63 time=13.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=101 ttl=63 time=7.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=102 ttl=63 time=19.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=103 ttl=63 time=15.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=104 ttl=63 time=19.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=105 ttl=63 time=9.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=106 ttl=63 time=19.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=107 ttl=63 time=9.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=108 ttl=63 time=8.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=109 ttl=63 time=13.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=110 ttl=63 time=18.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=111 ttl=63 time=6.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=112 ttl=63 time=11.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=113 ttl=63 time=20.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=114 ttl=63 time=8.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=115 ttl=63 time=6.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=116 ttl=63 time=20.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=117 ttl=63 time=8.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=118 ttl=63 time=20.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=119 ttl=63 time=6.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=120 ttl=63 time=13.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=121 ttl=63 time=12.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=122 ttl=63 time=11.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=123 ttl=63 time=19.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=124 ttl=63 time=7.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=125 ttl=63 time=13.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=126 ttl=63 time=14.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=127 ttl=63 time=12.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=128 ttl=63 time=13.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=129 ttl=63 time=12.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=130 ttl=63 time=12.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=131 ttl=63 time=12.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=132 ttl=63 time=21.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=133 ttl=63 time=14.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=134 ttl=63 time=14.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=135 ttl=63 time=21.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=136 ttl=63 time=7.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=137 ttl=63 time=11.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=138 ttl=63 time=13.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=139 ttl=63 time=14.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=140 ttl=63 time=19.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=141 ttl=63 time=12.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=142 ttl=63 time=6.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=143 ttl=63 time=12.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=144 ttl=63 time=13.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=145 ttl=63 time=13.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=146 ttl=63 time=12.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=147 ttl=63 time=12.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=148 ttl=63 time=13.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=149 ttl=63 time=14.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=150 ttl=63 time=12.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=151 ttl=63 time=12.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=152 ttl=63 time=12.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=153 ttl=63 time=13.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=154 ttl=63 time=13.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=155 ttl=63 time=17.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=156 ttl=63 time=6.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=157 ttl=63 time=6.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=158 ttl=63 time=12.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=159 ttl=63 time=6.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=160 ttl=63 time=13.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=161 ttl=63 time=12.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=162 ttl=63 time=8.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=163 ttl=63 time=10.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=164 ttl=63 time=14.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=165 ttl=63 time=19.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=166 ttl=63 time=7.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=167 ttl=63 time=16.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=168 ttl=63 time=6.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=169 ttl=63 time=14.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=170 ttl=63 time=7.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=171 ttl=63 time=14.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=172 ttl=63 time=9.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=173 ttl=63 time=6.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=174 ttl=63 time=9.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=175 ttl=63 time=12.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=176 ttl=63 time=10.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=177 ttl=63 time=9.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=178 ttl=63 time=14.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=179 ttl=63 time=10.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=180 ttl=63 time=14.0 ms
--- ping statistics ---
180 packets transmitted, 180 received, 0% packet loss, time 186549ms
rtt min/avg/max/mdev = 5/12/21/4,4 ms

View File

@@ -0,0 +1,194 @@
Ping Type: ICMP
Packet Size: default
TTL: default
Timeout: 3000
Count: 180
Interval: 1000
General Timeout: not used
PING 192.168.70.135 (192.168.70.135)
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=1 ttl=63 time=8.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=2 ttl=63 time=11.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=3 ttl=63 time=6.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=4 ttl=63 time=14.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=5 ttl=63 time=6.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=6 ttl=63 time=12.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=7 ttl=63 time=14.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=8 ttl=63 time=7.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=9 ttl=63 time=13.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=10 ttl=63 time=9.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=11 ttl=63 time=12.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=12 ttl=63 time=12.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=13 ttl=63 time=12.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=14 ttl=63 time=13.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=15 ttl=63 time=8.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=16 ttl=63 time=7.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=17 ttl=63 time=15.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=18 ttl=63 time=12.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=19 ttl=63 time=12.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=20 ttl=63 time=12.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=21 ttl=63 time=6.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=22 ttl=63 time=11.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=23 ttl=63 time=14.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=24 ttl=63 time=8.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=25 ttl=63 time=8.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=26 ttl=63 time=11.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=27 ttl=63 time=7.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=28 ttl=63 time=14.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=29 ttl=63 time=10.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=30 ttl=63 time=19.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=31 ttl=63 time=13.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=32 ttl=63 time=12.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=33 ttl=63 time=8.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=34 ttl=63 time=10.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=35 ttl=63 time=6.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=36 ttl=63 time=14.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=37 ttl=63 time=10.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=38 ttl=63 time=14.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=39 ttl=63 time=11.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=40 ttl=63 time=5.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=41 ttl=63 time=10.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=42 ttl=63 time=17.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=43 ttl=63 time=13.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=44 ttl=63 time=11.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=45 ttl=63 time=19.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=46 ttl=63 time=8.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=47 ttl=63 time=11.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=48 ttl=63 time=11.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=49 ttl=63 time=12.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=50 ttl=63 time=19.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=51 ttl=63 time=6.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=52 ttl=63 time=16.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=53 ttl=63 time=12.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=54 ttl=63 time=11.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=55 ttl=63 time=13.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=56 ttl=63 time=11.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=57 ttl=63 time=7.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=58 ttl=63 time=16.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=59 ttl=63 time=12.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=60 ttl=63 time=12.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=61 ttl=63 time=6.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=62 ttl=63 time=7.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=63 ttl=63 time=20.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=64 ttl=63 time=10.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=65 ttl=63 time=10.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=66 ttl=63 time=9.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=67 ttl=63 time=12.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=68 ttl=63 time=13.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=69 ttl=63 time=12.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=70 ttl=63 time=20.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=71 ttl=63 time=8.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=72 ttl=63 time=13.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=73 ttl=63 time=12.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=74 ttl=63 time=13.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=75 ttl=63 time=14.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=76 ttl=63 time=12.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=77 ttl=63 time=13.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=78 ttl=63 time=11.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=79 ttl=63 time=13.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=80 ttl=63 time=12.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=81 ttl=63 time=15.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=82 ttl=63 time=13.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=83 ttl=63 time=14.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=84 ttl=63 time=11.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=85 ttl=63 time=14.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=86 ttl=63 time=13.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=87 ttl=63 time=12.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=88 ttl=63 time=7.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=89 ttl=63 time=14.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=90 ttl=63 time=11.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=91 ttl=63 time=21.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=92 ttl=63 time=8.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=93 ttl=63 time=11.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=94 ttl=63 time=20.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=95 ttl=63 time=6.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=96 ttl=63 time=13.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=97 ttl=63 time=18.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=98 ttl=63 time=9.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=99 ttl=63 time=12.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=100 ttl=63 time=12.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=101 ttl=63 time=13.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=102 ttl=63 time=13.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=103 ttl=63 time=12.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=104 ttl=63 time=17.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=105 ttl=63 time=8.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=106 ttl=63 time=12.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=107 ttl=63 time=13.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=108 ttl=63 time=11.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=109 ttl=63 time=12.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=110 ttl=63 time=14.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=111 ttl=63 time=8.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=112 ttl=63 time=10.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=113 ttl=63 time=12.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=114 ttl=63 time=6.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=115 ttl=63 time=19.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=116 ttl=63 time=7.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=117 ttl=63 time=13.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=118 ttl=63 time=14.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=119 ttl=63 time=12.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=120 ttl=63 time=15.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=121 ttl=63 time=13.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=122 ttl=63 time=13.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=123 ttl=63 time=11.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=124 ttl=63 time=12.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=125 ttl=63 time=5.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=126 ttl=63 time=6.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=127 ttl=63 time=13.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=128 ttl=63 time=20.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=129 ttl=63 time=8.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=130 ttl=63 time=14.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=131 ttl=63 time=14.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=132 ttl=63 time=12.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=133 ttl=63 time=12.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=134 ttl=63 time=18.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=135 ttl=63 time=6.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=136 ttl=63 time=14.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=137 ttl=63 time=13.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=138 ttl=63 time=12.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=139 ttl=63 time=15.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=140 ttl=63 time=14.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=141 ttl=63 time=15.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=142 ttl=63 time=12.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=143 ttl=63 time=11.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=144 ttl=63 time=15.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=145 ttl=63 time=17.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=146 ttl=63 time=6.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=147 ttl=63 time=20.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=148 ttl=63 time=7.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=149 ttl=63 time=12.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=150 ttl=63 time=13.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=151 ttl=63 time=12.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=152 ttl=63 time=14.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=153 ttl=63 time=15.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=154 ttl=63 time=13.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=155 ttl=63 time=13.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=156 ttl=63 time=13.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=157 ttl=63 time=14.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=158 ttl=63 time=13.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=159 ttl=63 time=13.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=160 ttl=63 time=16.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=161 ttl=63 time=9.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=162 ttl=63 time=16.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=163 ttl=63 time=13.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=164 ttl=63 time=13.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=165 ttl=63 time=12.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=166 ttl=63 time=13.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=167 ttl=63 time=11.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=168 ttl=63 time=13.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=169 ttl=63 time=17.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=170 ttl=63 time=7.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=171 ttl=63 time=14.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=172 ttl=63 time=12.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=173 ttl=63 time=11.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=174 ttl=63 time=13.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=175 ttl=63 time=13.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=176 ttl=63 time=14.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=177 ttl=63 time=18.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=178 ttl=63 time=14.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=179 ttl=63 time=9.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=180 ttl=63 time=14.0 ms
--- ping statistics ---
180 packets transmitted, 180 received, 0% packet loss, time 186716ms
rtt min/avg/max/mdev = 5/12/21/3,4 ms

View File

@@ -0,0 +1,194 @@
Ping Type: ICMP
Packet Size: default
TTL: default
Timeout: 3000
Count: 180
Interval: 1000
General Timeout: not used
PING 192.168.70.135 (192.168.70.135)
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=1 ttl=63 time=13.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=2 ttl=63 time=5.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=3 ttl=63 time=17.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=4 ttl=63 time=10.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=5 ttl=63 time=9.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=6 ttl=63 time=11.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=7 ttl=63 time=6.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=8 ttl=63 time=12.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=9 ttl=63 time=13.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=10 ttl=63 time=9.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=11 ttl=63 time=19.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=12 ttl=63 time=17.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=13 ttl=63 time=7.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=14 ttl=63 time=13.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=15 ttl=63 time=12.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=16 ttl=63 time=15.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=17 ttl=63 time=7.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=18 ttl=63 time=17.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=19 ttl=63 time=20.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=20 ttl=63 time=6.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=21 ttl=63 time=10.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=22 ttl=63 time=11.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=23 ttl=63 time=11.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=24 ttl=63 time=6.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=25 ttl=63 time=10.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=26 ttl=63 time=19.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=27 ttl=63 time=6.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=28 ttl=63 time=13.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=29 ttl=63 time=12.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=30 ttl=63 time=10.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=31 ttl=63 time=9.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=32 ttl=63 time=12.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=33 ttl=63 time=13.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=34 ttl=63 time=10.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=35 ttl=63 time=12.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=36 ttl=63 time=12.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=37 ttl=63 time=6.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=38 ttl=63 time=12.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=39 ttl=63 time=10.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=40 ttl=63 time=11.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=41 ttl=63 time=12.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=42 ttl=63 time=13.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=43 ttl=63 time=19.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=44 ttl=63 time=14.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=45 ttl=63 time=8.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=46 ttl=63 time=10.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=47 ttl=63 time=19.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=48 ttl=63 time=8.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=49 ttl=63 time=29.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=50 ttl=63 time=6.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=51 ttl=63 time=11.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=52 ttl=63 time=11.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=53 ttl=63 time=16.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=54 ttl=63 time=12.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=55 ttl=63 time=6.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=56 ttl=63 time=5.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=57 ttl=63 time=11.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=58 ttl=63 time=9.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=59 ttl=63 time=5.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=60 ttl=63 time=12.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=61 ttl=63 time=11.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=62 ttl=63 time=9.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=63 ttl=63 time=17.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=64 ttl=63 time=14.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=65 ttl=63 time=12.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=66 ttl=63 time=11.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=67 ttl=63 time=15.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=68 ttl=63 time=12.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=69 ttl=63 time=14.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=70 ttl=63 time=6.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=71 ttl=63 time=7.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=72 ttl=63 time=15.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=73 ttl=63 time=12.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=74 ttl=63 time=11.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=75 ttl=63 time=12.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=76 ttl=63 time=14.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=77 ttl=63 time=12.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=78 ttl=63 time=19.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=79 ttl=63 time=8.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=80 ttl=63 time=13.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=81 ttl=63 time=20.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=82 ttl=63 time=13.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=83 ttl=63 time=6.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=84 ttl=63 time=14.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=85 ttl=63 time=13.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=86 ttl=63 time=19.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=87 ttl=63 time=7.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=88 ttl=63 time=12.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=89 ttl=63 time=13.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=90 ttl=63 time=13.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=91 ttl=63 time=13.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=92 ttl=63 time=13.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=93 ttl=63 time=14.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=94 ttl=63 time=18.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=95 ttl=63 time=8.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=96 ttl=63 time=13.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=97 ttl=63 time=12.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=98 ttl=63 time=10.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=99 ttl=63 time=14.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=100 ttl=63 time=15.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=101 ttl=63 time=14.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=102 ttl=63 time=13.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=103 ttl=63 time=15.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=104 ttl=63 time=13.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=105 ttl=63 time=12.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=106 ttl=63 time=14.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=107 ttl=63 time=15.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=108 ttl=63 time=11.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=109 ttl=63 time=19.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=110 ttl=63 time=6.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=111 ttl=63 time=11.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=112 ttl=63 time=17.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=113 ttl=63 time=9.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=114 ttl=63 time=13.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=115 ttl=63 time=13.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=116 ttl=63 time=11.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=117 ttl=63 time=14.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=118 ttl=63 time=12.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=119 ttl=63 time=14.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=120 ttl=63 time=5.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=121 ttl=63 time=12.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=122 ttl=63 time=12.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=123 ttl=63 time=7.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=124 ttl=63 time=13.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=125 ttl=63 time=6.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=126 ttl=63 time=13.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=127 ttl=63 time=12.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=128 ttl=63 time=11.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=129 ttl=63 time=18.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=130 ttl=63 time=7.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=131 ttl=63 time=14.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=132 ttl=63 time=10.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=133 ttl=63 time=12.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=134 ttl=63 time=19.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=135 ttl=63 time=9.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=136 ttl=63 time=11.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=137 ttl=63 time=10.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=138 ttl=63 time=14.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=139 ttl=63 time=10.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=140 ttl=63 time=7.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=141 ttl=63 time=12.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=142 ttl=63 time=13.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=143 ttl=63 time=14.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=144 ttl=63 time=15.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=145 ttl=63 time=15.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=146 ttl=63 time=12.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=147 ttl=63 time=14.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=148 ttl=63 time=14.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=149 ttl=63 time=14.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=150 ttl=63 time=12.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=151 ttl=63 time=9.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=152 ttl=63 time=6.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=153 ttl=63 time=12.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=154 ttl=63 time=7.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=155 ttl=63 time=10.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=156 ttl=63 time=13.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=157 ttl=63 time=12.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=158 ttl=63 time=11.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=159 ttl=63 time=10.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=160 ttl=63 time=10.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=161 ttl=63 time=19.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=162 ttl=63 time=12.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=163 ttl=63 time=16.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=164 ttl=63 time=18.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=165 ttl=63 time=8.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=166 ttl=63 time=9.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=167 ttl=63 time=14.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=168 ttl=63 time=13.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=169 ttl=63 time=11.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=170 ttl=63 time=14.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=171 ttl=63 time=11.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=172 ttl=63 time=14.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=173 ttl=63 time=12.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=174 ttl=63 time=13.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=175 ttl=63 time=19.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=176 ttl=63 time=8.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=177 ttl=63 time=11.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=178 ttl=63 time=13.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=179 ttl=63 time=12.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=180 ttl=63 time=13.0 ms
--- ping statistics ---
180 packets transmitted, 180 received, 0% packet loss, time 186559ms
rtt min/avg/max/mdev = 5/12/29/3,7 ms

View File

@@ -0,0 +1,194 @@
Ping Type: ICMP
Packet Size: default
TTL: default
Timeout: 3000
Count: 180
Interval: 1000
General Timeout: not used
PING 192.168.70.135 (192.168.70.135)
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=1 ttl=63 time=7.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=2 ttl=63 time=11.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=3 ttl=63 time=9.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=4 ttl=63 time=7.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=5 ttl=63 time=14.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=6 ttl=63 time=11.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=7 ttl=63 time=13.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=8 ttl=63 time=13.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=9 ttl=63 time=7.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=10 ttl=63 time=13.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=11 ttl=63 time=10.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=12 ttl=63 time=13.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=13 ttl=63 time=12.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=14 ttl=63 time=14.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=15 ttl=63 time=8.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=16 ttl=63 time=12.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=17 ttl=63 time=8.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=18 ttl=63 time=14.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=19 ttl=63 time=8.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=20 ttl=63 time=9.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=21 ttl=63 time=6.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=22 ttl=63 time=8.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=23 ttl=63 time=7.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=24 ttl=63 time=10.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=25 ttl=63 time=12.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=26 ttl=63 time=11.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=27 ttl=63 time=18.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=28 ttl=63 time=12.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=29 ttl=63 time=8.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=30 ttl=63 time=6.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=31 ttl=63 time=11.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=32 ttl=63 time=12.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=33 ttl=63 time=13.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=34 ttl=63 time=10.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=35 ttl=63 time=13.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=36 ttl=63 time=9.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=37 ttl=63 time=11.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=38 ttl=63 time=12.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=39 ttl=63 time=10.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=40 ttl=63 time=11.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=41 ttl=63 time=11.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=42 ttl=63 time=10.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=43 ttl=63 time=9.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=44 ttl=63 time=11.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=45 ttl=63 time=10.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=46 ttl=63 time=13.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=47 ttl=63 time=14.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=48 ttl=63 time=8.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=49 ttl=63 time=12.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=50 ttl=63 time=10.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=51 ttl=63 time=13.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=52 ttl=63 time=11.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=53 ttl=63 time=16.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=54 ttl=63 time=9.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=55 ttl=63 time=11.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=56 ttl=63 time=14.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=57 ttl=63 time=10.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=58 ttl=63 time=9.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=59 ttl=63 time=11.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=60 ttl=63 time=13.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=61 ttl=63 time=12.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=62 ttl=63 time=13.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=63 ttl=63 time=14.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=64 ttl=63 time=10.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=65 ttl=63 time=11.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=66 ttl=63 time=14.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=67 ttl=63 time=12.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=68 ttl=63 time=15.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=69 ttl=63 time=15.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=70 ttl=63 time=12.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=71 ttl=63 time=11.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=72 ttl=63 time=14.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=73 ttl=63 time=11.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=74 ttl=63 time=8.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=75 ttl=63 time=10.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=76 ttl=63 time=14.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=77 ttl=63 time=12.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=78 ttl=63 time=12.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=79 ttl=63 time=12.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=80 ttl=63 time=11.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=81 ttl=63 time=12.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=82 ttl=63 time=7.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=83 ttl=63 time=13.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=84 ttl=63 time=13.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=85 ttl=63 time=11.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=86 ttl=63 time=17.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=87 ttl=63 time=8.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=88 ttl=63 time=14.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=89 ttl=63 time=10.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=90 ttl=63 time=13.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=91 ttl=63 time=14.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=92 ttl=63 time=13.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=93 ttl=63 time=12.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=94 ttl=63 time=12.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=95 ttl=63 time=11.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=96 ttl=63 time=12.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=97 ttl=63 time=14.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=98 ttl=63 time=13.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=99 ttl=63 time=19.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=100 ttl=63 time=6.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=101 ttl=63 time=12.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=102 ttl=63 time=11.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=103 ttl=63 time=14.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=104 ttl=63 time=25.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=105 ttl=63 time=13.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=106 ttl=63 time=13.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=107 ttl=63 time=14.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=108 ttl=63 time=12.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=109 ttl=63 time=15.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=110 ttl=63 time=12.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=111 ttl=63 time=10.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=112 ttl=63 time=14.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=113 ttl=63 time=14.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=114 ttl=63 time=13.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=115 ttl=63 time=14.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=116 ttl=63 time=13.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=117 ttl=63 time=12.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=118 ttl=63 time=14.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=119 ttl=63 time=13.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=120 ttl=63 time=12.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=121 ttl=63 time=12.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=122 ttl=63 time=12.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=123 ttl=63 time=14.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=124 ttl=63 time=11.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=125 ttl=63 time=8.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=126 ttl=63 time=13.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=127 ttl=63 time=12.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=128 ttl=63 time=12.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=129 ttl=63 time=12.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=130 ttl=63 time=18.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=131 ttl=63 time=7.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=132 ttl=63 time=9.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=133 ttl=63 time=14.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=134 ttl=63 time=14.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=135 ttl=63 time=13.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=136 ttl=63 time=13.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=137 ttl=63 time=10.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=138 ttl=63 time=13.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=139 ttl=63 time=11.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=140 ttl=63 time=10.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=141 ttl=63 time=14.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=142 ttl=63 time=11.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=143 ttl=63 time=13.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=144 ttl=63 time=13.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=145 ttl=63 time=12.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=146 ttl=63 time=19.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=147 ttl=63 time=7.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=148 ttl=63 time=20.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=149 ttl=63 time=12.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=150 ttl=63 time=12.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=151 ttl=63 time=23.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=152 ttl=63 time=12.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=153 ttl=63 time=13.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=154 ttl=63 time=13.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=155 ttl=63 time=14.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=156 ttl=63 time=18.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=157 ttl=63 time=8.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=158 ttl=63 time=12.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=159 ttl=63 time=13.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=160 ttl=63 time=19.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=161 ttl=63 time=7.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=162 ttl=63 time=13.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=163 ttl=63 time=7.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=164 ttl=63 time=14.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=165 ttl=63 time=20.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=166 ttl=63 time=9.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=167 ttl=63 time=28.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=168 ttl=63 time=13.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=169 ttl=63 time=7.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=170 ttl=63 time=13.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=171 ttl=63 time=17.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=172 ttl=63 time=9.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=173 ttl=63 time=12.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=174 ttl=63 time=13.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=175 ttl=63 time=11.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=176 ttl=63 time=11.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=177 ttl=63 time=15.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=178 ttl=63 time=7.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=179 ttl=63 time=7.0 ms
64 bytes from 192.168.70.135 (192.168.70.135): icmp_seq=180 ttl=63 time=8.0 ms
--- ping statistics ---
180 packets transmitted, 180 received, 0% packet loss, time 186713ms
rtt min/avg/max/mdev = 6/12/28/3,3 ms

File diff suppressed because it is too large Load Diff

Some files were not shown because too many files have changed in this diff Show More