Help : Query : Parameter : resultField

Results returned as a table containing whichever columns were requested using resultField.

Field Definitions
Category Field Description
Key Field time The time at the start of the interval.
seconds The time at the start of the interval in seconds since 1 Jan 1970 GMT.
rank Rank in for this flow in interval.
agentAddress The IP address of the agent observing the flow.
agentName The name of the agent observing the flow.
agentInterface The interface index observing the flow.
layer Protocol layer number for this layer.
protocol Protocol for this layer.
addressType Address type for addresses in this layer.
sourceAddress Source address.
sourceName Domain name of source.
sourcePort Source port.
sourcePortName "Well known" port name for source port.
destinationAddress Destination address.
destinationName Domain name of destination.
destinationPort Destination port.
destinationPortName "Well known" port name for destination port.
tos IP Type of Service.
sourceAS AS number for source address.
sourcePeerAS AS number for peer network on path to source address.
destinationAS AS number for destination address.
destinationPeerAS AS number for peer network on path to destination address.
protocolGroup Name for service identified by source and destination ports (Configured using protocol.group setting).
Value Field frames Number of frames in interval for given keys.
framesVariance Variance in the number of frames.
framesSDEV Standard deviation in the number of frames.
framesLower Lower bound (95% confidence) on the number of frames.
framesUpper Upper bound (95% confidence) on the number of frames.
bytes Number of bytes in interval for given keys.
bytesVariance Variance in the number of bytes.
bytesSDEV Standard deviation in the number of bytes.
bytesLower Lower bound (95% confidence) on the number of bytes.
bytesUpper Upper bound (95%) confidence) on the number of bytes.

If key fields are omitted, then the result will be aggregated, ensuring that each row represents a unique combination of keys.

Result fields are specified as a list of field names. For example,

resultField=sourceAddress,destinationAddress,frames,bytes would return a table with the specified columns.