FastPathStats.Builder |
FastPathStats.Builder.setFlowTableOccupancy0Pct(java.lang.Long flowTableOccupancy0Pct) |
The number of flow tables in which up to 25% of entries are filled.
|
FastPathStats.Builder |
FastPathStats.Builder.setFlowTableOccupancy25Pct(java.lang.Long flowTableOccupancy25Pct) |
The number of flow tables in which 25-50% of entries are filled.
|
FastPathStats.Builder |
FastPathStats.Builder.setFlowTableOccupancy50Pct(java.lang.Long flowTableOccupancy50Pct) |
The number of flow tables in which 50-75% of entries are filled.
|
FastPathStats.Builder |
FastPathStats.Builder.setFlowTableOccupancy75Pct(java.lang.Long flowTableOccupancy75Pct) |
The number of flow tables in which 75-90% of entries are filled.
|
FastPathStats.Builder |
FastPathStats.Builder.setFlowTableOccupancy90Pct(java.lang.Long flowTableOccupancy90Pct) |
The number of flow tables in which 90-95% of entries are filled.
|
FastPathStats.Builder |
FastPathStats.Builder.setFlowTableOccupancy95Pct(java.lang.Long flowTableOccupancy95Pct) |
The number of flow tables in which 95% of entries are filled.
|
FastPathStats.Builder |
FastPathStats.Builder.setFlowTableSize(java.lang.Long flowTableSize) |
The number of flow table entries in a flow table.
|
FastPathStats.Builder |
FastPathStats.Builder.setHits(java.lang.Long hits) |
Number of flow hits.
|
FastPathStats.Builder |
FastPathStats.Builder.setInsertionErrors(java.lang.Long insertionErrors) |
The number of flow insertion failures.
|
FastPathStats.Builder |
FastPathStats.Builder.setMiss(java.lang.Long miss) |
Packets that are processed by slowpath because of a flow miss.
|
FastPathStats.Builder |
FastPathStats.Builder.setNumFlows(java.lang.Long numFlows) |
Total number of flows in all flow tables.
|
FastPathStats.Builder |
FastPathStats.Builder.setNumFlowsCreated(java.lang.Long numFlowsCreated) |
Total number of flows created.
|
FastPathStats.Builder |
FastPathStats.Builder.setNumFlowTables(java.lang.Long numFlowTables) |
Num of flow tables on the host.
|
FastPathStats.Builder |
FastPathStats.Builder.setSlowpath(java.lang.Long slowpath) |
Packets that are always targeted to be processed by slowpath such as
broadcast/multicast packets.
|