opnsense-docs/source/development/api/plugins/iperf.rst

22 lines
807 B
ReStructuredText
Raw Normal View History

Iperf
~~~~~
2025-05-01 04:05:15 -04:00
.. csv-table:: Resources (InstanceController.php)
:header: "Method", "Module", "Controller", "Command", "Parameters"
:widths: 4, 15, 15, 30, 40
2021-03-08 06:22:26 -05:00
"``GET``","iperf","instance","get",""
"``GET``","iperf","instance","query",""
2022-10-19 11:21:08 -04:00
"``POST``","iperf","instance","set",""
"``<<uses>>``", "", "", "", "*model* `FakeInstance.xml <https://github.com/opnsense/plugins/blob/master/benchmarks/iperf/src/opnsense/mvc/app/models/OPNsense/iperf/FakeInstance.xml>`__"
.. csv-table:: Service (ServiceController.php)
:header: "Method", "Module", "Controller", "Command", "Parameters"
:widths: 4, 15, 15, 30, 40
"``GET``","iperf","service","restart",""
"``GET``","iperf","service","start",""
"``GET``","iperf","service","status",""
"``GET``","iperf","service","stop",""