|
List< String > | getMetricDetail () |
|
String | getIslStats (@PathVariable String srcSwitch, @PathVariable String srcPort, @PathVariable String dstSwitch, @PathVariable String dstPort, @PathVariable String startDate, @PathVariable String endDate, @PathVariable String downsample, @PathVariable String metric) throws Exception |
|
String | getPortStats (@PathVariable String switchid, @PathVariable String port, @PathVariable String startDate, @PathVariable String endDate, @PathVariable String downsample, @PathVariable String metric) throws Exception |
|
String | getFlowStats (@PathVariable String flowid, @PathVariable String startDate, @PathVariable String endDate, @PathVariable String downsample, @PathVariable String metric) throws Exception |
|
String | getIslLossPacketStats (@PathVariable String srcSwitch, @PathVariable String srcPort, @PathVariable String dstSwitch, @PathVariable String dstPort, @PathVariable String startDate, @PathVariable String endDate, @PathVariable String downsample, @PathVariable String metric) throws Exception |
|
String | getFlowLossPacketStats (@PathVariable String flowid, @PathVariable String startDate, @PathVariable String endDate, @PathVariable String downsample, @PathVariable String direction) throws Exception |
|
String | getFlowPathStat (@RequestBody FlowPathStats flowPathStats) throws Exception |
|
List< PortInfo > | getSwitchPortsStats (@PathVariable String switchid, @PathVariable String startDate, @PathVariable String endDate, @PathVariable String downsample) throws Exception |
|
Definition at line 25 of file StatsController.java.
◆ getFlowLossPacketStats()
String org.openkilda.controller.StatsController.getFlowLossPacketStats |
( |
@PathVariable String |
flowid, |
|
|
@PathVariable String |
startDate, |
|
|
@PathVariable String |
endDate, |
|
|
@PathVariable String |
downsample, |
|
|
@PathVariable String |
direction |
|
) |
| throws Exception |
Gets the flow loss packet stats.
- Parameters
-
flowid | the flowid |
startDate | the start date |
endDate | the end date |
downsample | the downsample |
direction | the direction |
- Returns
- the flow loss packet stats
- Exceptions
-
Definition at line 167 of file StatsController.java.
◆ getFlowPathStat()
String org.openkilda.controller.StatsController.getFlowPathStat |
( |
@RequestBody FlowPathStats |
flowPathStats | ) |
throws Exception |
Gets the flow path stat.
- Parameters
-
flowPathStat | the flow path stat (flowid , list of switchids, start date, end date) |
- Returns
- the flow path stat
- Exceptions
-
Definition at line 187 of file StatsController.java.
◆ getFlowStats()
String org.openkilda.controller.StatsController.getFlowStats |
( |
@PathVariable String |
flowid, |
|
|
@PathVariable String |
startDate, |
|
|
@PathVariable String |
endDate, |
|
|
@PathVariable String |
downsample, |
|
|
@PathVariable String |
metric |
|
) |
| throws Exception |
Gets the flow stats.
- Parameters
-
flowid | the flowid |
startDate | the start date |
endDate | the end date |
downsample | the downsample |
- Returns
- the flow stats
- Exceptions
-
Definition at line 112 of file StatsController.java.
◆ getIslLossPacketStats()
String org.openkilda.controller.StatsController.getIslLossPacketStats |
( |
@PathVariable String |
srcSwitch, |
|
|
@PathVariable String |
srcPort, |
|
|
@PathVariable String |
dstSwitch, |
|
|
@PathVariable String |
dstPort, |
|
|
@PathVariable String |
startDate, |
|
|
@PathVariable String |
endDate, |
|
|
@PathVariable String |
downsample, |
|
|
@PathVariable String |
metric |
|
) |
| throws Exception |
Gets the switch isl loss packet stats.
- Parameters
-
srcSwitch | the src switch |
srcPort | the src port |
dstSwitch | the dst switch |
dstPort | the dst port |
startDate | the start date |
endDate | the end date |
downsample | the downsample |
metric | the metric |
- Returns
- the isl loss packet stats
- Exceptions
-
Definition at line 140 of file StatsController.java.
◆ getIslStats()
String org.openkilda.controller.StatsController.getIslStats |
( |
@PathVariable String |
srcSwitch, |
|
|
@PathVariable String |
srcPort, |
|
|
@PathVariable String |
dstSwitch, |
|
|
@PathVariable String |
dstPort, |
|
|
@PathVariable String |
startDate, |
|
|
@PathVariable String |
endDate, |
|
|
@PathVariable String |
downsample, |
|
|
@PathVariable String |
metric |
|
) |
| throws Exception |
Gets the isl stats.
- Parameters
-
flowid | the flowid |
startDate | the start date |
endDate | the end date |
downsample | the downsample |
- Returns
- the flow stats
- Exceptions
-
Definition at line 59 of file StatsController.java.
◆ getMetricDetail()
List<String> org.openkilda.controller.StatsController.getMetricDetail |
( |
| ) |
|
◆ getPortStats()
String org.openkilda.controller.StatsController.getPortStats |
( |
@PathVariable String |
switchid, |
|
|
@PathVariable String |
port, |
|
|
@PathVariable String |
startDate, |
|
|
@PathVariable String |
endDate, |
|
|
@PathVariable String |
downsample, |
|
|
@PathVariable String |
metric |
|
) |
| throws Exception |
Gets the port stats.
- Parameters
-
switchid | the switchid |
port | the port |
startDate | the start date |
endDate | the end date |
downsample | the downsample |
- Returns
- the port stats
- Exceptions
-
Definition at line 87 of file StatsController.java.
◆ getSwitchPortsStats()
List<PortInfo> org.openkilda.controller.StatsController.getSwitchPortsStats |
( |
@PathVariable String |
switchid, |
|
|
@PathVariable String |
startDate, |
|
|
@PathVariable String |
endDate, |
|
|
@PathVariable String |
downsample |
|
) |
| throws Exception |
Gets the switch ports stats.
- Parameters
-
switchid | the switchid |
startDate | the start date |
endDate | the end date |
downsample | the downsample |
- Returns
- the switch ports stats
- Exceptions
-
Definition at line 208 of file StatsController.java.
The documentation for this class was generated from the following file:
- /Users/kevin/Desktop/Kilda/open-kilda-develop/services/src/openkilda-gui/src/main/java/org/openkilda/controller/StatsController.java