.. Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. .. include:: ../../../../common.defs .. _admin-stats-core-general: General ******* .. ts:stat:: global server string 5.3.0 Human-readable version number string for the currently running |TS| instance. .. ts:stat:: global proxy.process.proxy.reconfigure_required integer :type: flag .. ts:stat:: global proxy.process.proxy.reconfigure_time integer .. ts:stat:: global proxy.process.proxy.restart_required integer :type: flag .. ts:stat:: global proxy.process.proxy.cache_ready_time integer :type: gauge :units: seconds .. ts:stat:: global proxy.process.proxy.start_time integer .. ts:stat:: global proxy.process.user_agent_total_bytes integer .. ts:stat:: global proxy.process.http.tunnels integer .. ts:stat:: global proxy.process.update.fails integer .. ts:stat:: global proxy.process.update.no_actions integer .. ts:stat:: global proxy.process.update.state_machines integer .. ts:stat:: global proxy.process.update.successes integer .. ts:stat:: global proxy.process.update.unknown_status integer .. ts:stat:: global proxy.process.version.server.build_date string Apr 20 2015 Date on which the running instance of |TS| was compiled. .. ts:stat:: global proxy.process.version.server.build_machine string The hostname of the machine on which the running instance of |TS| was compiled. .. ts:stat:: global proxy.process.version.server.build_number string 042020 The string representation of the |TS| build number for the running instance. .. ts:stat:: global proxy.process.version.server.build_person string jdoe The effective username which compiled the running instance of |TS|. .. ts:stat:: global proxy.process.version.server.build_time string 20:14:09 The time at which the running instance of |TS| was compiled. .. ts:stat:: global proxy.process.version.server.long string 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 |TS|. Includes the software name, primary binary name, release number, build number, build date, and build time. .. ts:stat:: global proxy.process.version.server.short float 5.3.0 A shortened string containing the release number of the running instance of |TS|. .. ts:stat:: global proxy.process.traffic_server.memory.rss integer :units: bytes The resident set size (RSS) of the ``traffic_server`` process. This is basically the amount of memory this process is consuming.