CDR_IPERF_SERVER

Description

Enable or disable the IPERF daemon for connection quality test.

When it is enabled, the device acted as the server to wait for IPERF client's connection. As the client connected to the server, the server will sent testing data to the client to measure the connection quality (bandwidth, Packet Lost Rate). The report will be generated in the client device.

Here is the setup topology and the test flow of this URL.

IPERF command vs. this URL.

1. TCP Server

    CDR_IPERF_SERVER=ENABLE,TCP    ==> iperf -s -f m &

2. UDP Server

    CDR_IPERF_SERVER=ENABLE,UDP   ==> iperf -s -f m -u &

3. Disable IPERF SERVER

    CDR_IPERF_SERVER=DISABLE            ==> killall iperf

Input Argument

n,m where
n  : ENABLE or DISABLE
m : TCP or UDP. This argument will be ignored if the n is DISABLE.

Attribute

Return of Message

OK
or
ERROR: invalid parameters

Applicability

Status

Valid

See Also

CDR_IPERF_CLIENT

Example

http://ip:port/cgi-bin/system?USER=Admin&PWD=123456&CDR_IPERF_SERVER=ENABLE,TCP
or
http://ip:port/cgi-bin/cmd/system?CDR_IPERF_SERVER=ENABLE,TCP

Back to

HOME, SYSTEM CGI