Manual:Tools/Speed Test: Difference between revisions

From MikroTik Wiki
Jump to navigation Jump to search
No edit summary
Line 3: Line 3:
==Summary==
==Summary==
<p id="shbox"><b>Sub-menu:</b> <code>/tool</code>
<p id="shbox"><b>Sub-menu:</b> <code>/tool</code>
<br />
<br/>
<b>Packages required:</b> <code>system</code>
<b>Packages required:</b> <code>system</code>
</p>
</p>
Line 9: Line 9:


<p>
<p>
The Speed Test is easy test tool for measuring ping, jitter, TCP and UDP throughput from one MikroTik device, to another.
The Speed Test is easy test tool for measuring ping, jitter, TCP and UDP throughput from one MikroTik device, to another.<br/>
</p>
 
 
==General interface properties==
 
<p id="shbox">
<b>Sub-menu:</b> <code>/tool speed-test</code>
</p>
<table class="styled_table">
 
{{Mr-arg-table
|arg=address
|type= IP address | IPv6 address
|default= ""
|desc=IP address of host
}}
 
{{Mr-arg-table
|arg=connection-count
|type=integer
|default=20
|desc=If device has more than 20 cores - core count will be used
}}
 
{{Mr-arg-table
|arg=password
|type=string
|default=
|desc=Password for the remote device
}}
 
{{Mr-arg-table
|arg=test-duration
|type=integer
|default=10
|desc=Duration for each test
}}
 
{{Mr-arg-table-end
|arg=user
|type=string
|default=
|desc=Remote devices username
}}


{{cont}}
{{cont}}

Revision as of 12:07, 29 November 2018

Version.png

Applies to RouterOS: v6.44beta39+

Summary

Sub-menu: /tool
Packages required: system


The Speed Test is easy test tool for measuring ping, jitter, TCP and UDP throughput from one MikroTik device, to another.


General interface properties

Sub-menu: /tool speed-test

address (IP address; Default: "") IP address of host
connection-count (integer; Default: 20) If device has more than 20 cores - core count will be used
password (string; Default: ) Password for the remote device
test-duration (integer; Default: 10) Duration for each test
user (string; Default: ) Remote devices username

[ Top | Back to Content ]