PEM::flow

Description

This command retrieves specific statistics from the flow report. Note: this command is intended to use in format-script of pem flow reporting, not iRule scope

Syntax

PEM::flow stats reported <stats-name>

The options are:
  • app-id - specifies the application ID of the flow.
  • bytes-in - specifies the aggregate incoming bytes of the flow.
  • bytes-out - specifies the aggregate outgoing bytes of the flow.
  • dst-ip - specifies the destination IP address of the flow.
  • dst-port - specifies the destination IP address of the flow.
  • proto - specifies the protocol of the flow.
  • rec-type - specifies the type of record. The value is 0: flow init, 1: flow interim, and 2: flow end.
  • src-ip - specifies the source IP address of the flow.
  • src-port - specifies the source port of the flow.
  • subs-id - specifies the subscriber Id.
  • subs-id-type - specifies the subscriber Id type. The type can be e164, imsi, nai, and private.
  • flow-start-time-sec - specifies the seconds value of the timestamp when the flow starts.
  • flow-start-time-usec - specifies the microseconds value of the timestamp when the flow starts.
  • flow-end-time-sec - specifies the seconds value of the timestamp when the flow ends.
  • flow-end-time-usec - specifies the microseconds value of the timestamp when the flow ends.
  • timestamp-sec - specifies the seconds value of the timestamp in Unix time when the record was generated. The Unix epoch is 1970-01-01T00:00:00Z.
  • timestamp-usec - specifies the microseconds value of the timestamp when the record was generated.

Examples