General
- server
- Collection:
- global
- Datatype:
- string
- Example:
- 5.3.0
Human-readable version number string for the currently running Traffic Server instance.
- proxy.process.proxy.reconfigure_required
- Collection:
- global
- Type:
- flag
- Datatype:
- integer
- proxy.process.proxy.reconfigure_time
- Collection:
- global
- Datatype:
- integer
- proxy.process.proxy.restart_required
- Collection:
- global
- Type:
- flag
- Datatype:
- integer
- proxy.process.proxy.cache_ready_time
- Collection:
- global
- Type:
- gauge
- Units:
- seconds
- Datatype:
- integer
- proxy.process.proxy.start_time
- Collection:
- global
- Datatype:
- integer
- proxy.process.user_agent_total_bytes
- Collection:
- global
- Datatype:
- integer
- proxy.process.http.tunnels
- Collection:
- global
- Datatype:
- integer
- proxy.process.update.fails
- Collection:
- global
- Datatype:
- integer
- proxy.process.update.no_actions
- Collection:
- global
- Datatype:
- integer
- proxy.process.update.state_machines
- Collection:
- global
- Datatype:
- integer
- proxy.process.update.successes
- Collection:
- global
- Datatype:
- integer
- proxy.process.update.unknown_status
- Collection:
- global
- Datatype:
- integer
- proxy.process.version.server.build_date
- Collection:
- global
- Datatype:
- string
- Example:
- Apr 20 2015
Date on which the running instance of Traffic Server was compiled.
- proxy.process.version.server.build_machine
- Collection:
- global
- Datatype:
- string
The hostname of the machine on which the running instance of Traffic Server was compiled.
- proxy.process.version.server.build_number
- Collection:
- global
- Datatype:
- string
- Example:
- 042020
The string representation of the Traffic Server build number for the running instance.
- proxy.process.version.server.build_person
- Collection:
- global
- Datatype:
- string
- Example:
- jdoe
The effective username which compiled the running instance of Traffic Server.
- proxy.process.version.server.build_time
- Collection:
- global
- Datatype:
- string
- Example:
- 20:14:09
The time at which the running instance of Traffic Server was compiled.
- proxy.process.version.server.long
- Collection:
- global
- Datatype:
- string
- Example:
- Apache Traffic Server - traffic_server - 5.3.0 - (build # 042020 on Apr 20 2015 at 20:14:09)
A string representing the build information of the running instance of Traffic Server. Includes the software name, primary binary name, release number, build number, build date, and build time.
- proxy.process.version.server.short
- Collection:
- global
- Datatype:
- float
- Example:
- 5.3.0
A shortened string containing the release number of the running instance of Traffic Server.
- proxy.process.traffic_server.memory.rss
- Collection:
- global
- Units:
- bytes
- Datatype:
- integer
The current resident set size (RSS) of the traffic_server process. This
is basically the amount of memory this process is consuming. The value is
refreshed every 10 seconds and reflects current (not peak) usage, so it can
both rise and fall over the lifetime of the process.
This gauge is only published when the memory-limit feature is enabled (that
is, when proxy.config.memory.max_usage is greater than 0); when the
feature is disabled the process does not sample RSS and the metric is not
reported.