|
| String | getSwitchIslStats (String startDate, String endDate, String downsample, String srcSwitch, String srcPort, String dstSwitch, String dstPort, String metric) throws IntegrationException |
| |
| String | getFlowStats (String startDate, String endDate, String downsample, String flowId, String metric) throws IntegrationException |
| |
| String | getSwitchPortStats (String startDate, String endDate, String downsample, String switchid, String portnumber, String metric) throws IntegrationException |
| |
| String | getSwitchIslLossPacketStats (String startDate, String endDate, String downsample, String srcSwitch, String srcPort, String dstSwitch, String dstPort, String metric) |
| |
| String | getFlowLossPacketStats (String startDate, String endDate, String downsample, String flowId, String direction) throws IntegrationException |
| |
| String | getFlowPathStats (FlowPathStats flowPathStats) |
| |
| List< PortInfo > | getSwitchPortsStats (String startDate, String endDate, String downSample, String switchId) |
| |
The Class StatsService.
- Author
- Gaurav Chugh
Definition at line 38 of file StatsService.java.
◆ getFlowLossPacketStats()
| String org.openkilda.service.StatsService.getFlowLossPacketStats |
( |
String |
startDate, |
|
|
String |
endDate, |
|
|
String |
downsample, |
|
|
String |
flowId, |
|
|
String |
direction |
|
) |
| throws IntegrationException |
Gets the flow loss packet stats.
- Parameters
-
| startDate | the start date |
| endDate | the end date |
| downsample | the downsample |
| flowId | the flow id |
| metric | the metric |
| direction | the direction |
- Returns
- the flow loss packet stats
- Exceptions
-
| IntegrationException | the integration exception |
Definition at line 141 of file StatsService.java.
◆ getFlowPathStats()
| String org.openkilda.service.StatsService.getFlowPathStats |
( |
FlowPathStats |
flowPathStats | ) |
|
Gets the flow path stat.
- Parameters
-
| flowPathStats | the flow path stat |
- Returns
- the flow path stat
Definition at line 154 of file StatsService.java.
◆ getFlowStats()
| String org.openkilda.service.StatsService.getFlowStats |
( |
String |
startDate, |
|
|
String |
endDate, |
|
|
String |
downsample, |
|
|
String |
flowId, |
|
|
String |
metric |
|
) |
| throws IntegrationException |
Gets the flow stats.
- Parameters
-
| startDate | the start date |
| endDate | the end date |
| downsample | the downsample |
| flowId | the flow id |
| metric | the metric |
- Returns
- the flow stats
- Exceptions
-
| IntegrationException | the integration exception |
Definition at line 84 of file StatsService.java.
◆ getSwitchIslLossPacketStats()
| String org.openkilda.service.StatsService.getSwitchIslLossPacketStats |
( |
String |
startDate, |
|
|
String |
endDate, |
|
|
String |
downsample, |
|
|
String |
srcSwitch, |
|
|
String |
srcPort, |
|
|
String |
dstSwitch, |
|
|
String |
dstPort, |
|
|
String |
metric |
|
) |
| |
Gets the switch isl loss packet stats.
- Parameters
-
| startDate | the start date |
| endDate | the end date |
| downsample | the downsample |
| srcSwitch | the src switch |
| srcPort | the src port |
| dstSwitch | the dst switch |
| dstPort | the dst port |
| metric | the metric |
- Returns
- the switch isl loss packet stats
Definition at line 123 of file StatsService.java.
◆ getSwitchIslStats()
| String org.openkilda.service.StatsService.getSwitchIslStats |
( |
String |
startDate, |
|
|
String |
endDate, |
|
|
String |
downsample, |
|
|
String |
srcSwitch, |
|
|
String |
srcPort, |
|
|
String |
dstSwitch, |
|
|
String |
dstPort, |
|
|
String |
metric |
|
) |
| throws IntegrationException |
Gets the stats.
- Parameters
-
| startDate | the start date |
| endDate | the end date |
| downsample | the downsample |
| SwitchId | the switch id |
| port | the port |
| flowId | the flow id |
| srcSwitch | the src switch |
| srcPort | the src port |
| dstSwitch | the dst switch |
| dstPort | the dst port |
| statsType | the stats type |
| metric | the metric |
- Returns
- the stats
- Exceptions
-
| IntegrationException | the integration exception |
Definition at line 66 of file StatsService.java.
◆ getSwitchPortsStats()
| List<PortInfo> org.openkilda.service.StatsService.getSwitchPortsStats |
( |
String |
startDate, |
|
|
String |
endDate, |
|
|
String |
downSample, |
|
|
String |
switchId |
|
) |
| |
Gets the switch ports stats.
- Parameters
-
| startDate | the start date |
| endDate | the end date |
| downSample | the down sample |
| switchId | the switch id |
- Returns
- the switch ports stats
Definition at line 172 of file StatsService.java.
◆ getSwitchPortStats()
| String org.openkilda.service.StatsService.getSwitchPortStats |
( |
String |
startDate, |
|
|
String |
endDate, |
|
|
String |
downsample, |
|
|
String |
switchid, |
|
|
String |
portnumber, |
|
|
String |
metric |
|
) |
| throws IntegrationException |
Gets the switch stats.
- Parameters
-
| switchid | the switchid |
| portnumber | the portnumber |
| startDate | the start date |
| endDate | the end date |
| downsample | the downsample |
| metric | the metric |
- Returns
- the switch stats
- Exceptions
-
| IntegrationException | the integration exception |
Definition at line 102 of file StatsService.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/service/StatsService.java