Open Ethernet Networking (OpEN) API Guide and Reference Manual
3.6.0.3
|
Go to the source code of this file.
Functions | |
open_error_t | openapiInterfaceStatsBufSizeGet (openapiClientHandle_t *client_handle, uint32_t *bufSize) |
Get the size of the interface counter array buffer. More... | |
open_error_t | openapiInterfaceStatsGet (openapiClientHandle_t *client_handle, uint32_t ifNum, open_buffdesc *counterArray) |
Gets the entire set of 64-bit counters for an interface. More... | |
open_error_t | openapiInterfaceStatsReset (openapiClientHandle_t *client_handle, uint32_t ifNum) |
Resets (sets to 0) all interface counters for the specified interface. More... | |
open_error_t | openapiInterfaceStatsResetTimeGet (openapiClientHandle_t *client_handle, uint32_t ifNum, uint32_t *lastResetSecs) |
Get number of seconds since all interface counters were last reset. More... | |
open_error_t | openapiStatGet (openapiClientHandle_t *client_handle, OPEN_COUNTER_ID_t counterId, uint32_t ifNum, uint64_t *counterValue) |
Gets a 64 bit interface counter. More... | |
open_error_t | openapiStatReset (openapiClientHandle_t *client_handle, OPEN_COUNTER_ID_t counterId, uint32_t ifNum) |
Resets (sets to 0) an interface counter. More... | |
open_error_t | openapiStatStringGet (openapiClientHandle_t *client_handle, OPEN_COUNTER_ID_t counterId, uint32_t ifNum, open_buffdesc *counterValueStr) |
Gets a 64 bit interface counter as a string. More... | |