Cisco Packet Tracer Extensions API 8.1.0
API for communication between Cisco Packet Tracer application and its extension applications and modules.
|
CacheFlowDatabase handles and manipulates the NetFlow cache database. More...
Public Member Functions | |
void | reset () |
Resets the cache flow database. More... | |
void | incrementFlow () |
Increments the number of flows. More... | |
int | getTotalFlowCount () |
Returns the total number of flows. More... | |
int | getAgerPolls () |
Returns the number of ager polls. More... | |
string | getDistributionTable () |
Returns the distribution table output. More... | |
string | getFlowSummaryTable () |
Returns the flow summary table output. More... | |
CacheFlowDatabase handles and manipulates the NetFlow cache database.
int CacheFlowDatabase::getAgerPolls | ( | ) |
Returns the number of ager polls.
string CacheFlowDatabase::getDistributionTable | ( | ) |
Returns the distribution table output.
string CacheFlowDatabase::getFlowSummaryTable | ( | ) |
Returns the flow summary table output.
int CacheFlowDatabase::getTotalFlowCount | ( | ) |
Returns the total number of flows.
void CacheFlowDatabase::incrementFlow | ( | ) |
Increments the number of flows.
void CacheFlowDatabase::reset | ( | ) |
Resets the cache flow database.