|
Fetching NetFlow Data |
Top Previous Next |
|
Real networks can generate huge flow data sets. To be useful, this scattered data should be filtered, aggregated, grouped, sliced and summarized. In AggreGate Network Manager this is done by getNetFlowData function in Network Management context. It selects (filters) and processes NetFlow records from storage according to the options specified by function parameter. The getNetFlowData function uses internal indices to optimize the process of filtering NetFlow data arrays. Input Format The filter parameter should be a table with one or zero records. If no records were specified, the function returns all the NetFlow data available. For real networks this can be an extremely slow and resource-consuming procedure. In most cases the table should contain one record defining the filtering condition.
All the fields are optional, i.e. can be null. Null-valued fields are not included in filtering condition. Output Format Output format is the same as described in Collecting NetFlow Data.
|