uptime



Description

The uptime command returns the number of seconds the local GTM has been up.

Syntax

uptime

Examples

  when DNS_REQUEST {
if { [uptime] < 180 } {
    discard
}
  }