TRAFFIC_SERVER(8) | Apache Traffic Server | TRAFFIC_SERVER(8) |
traffic_server - Traffic Server
The file to which the stdout stream for Traffic Server will be bound.
The file to which the stderr stream for Traffic Server will be bound.
Run a Traffic Server maintenance command. These commands perform various administrative actions or queries against Traffic Server. Note that some commands (such as help and verify_global_plugin) take an argument. To invoke the command and its argument, surround the CMD and its argument in quotes. For instance, to request help for the verify_global_plugin command, format your command like so:
traffic_server -C "help verify_global_plugin"
The following commands are supported:
In order to improve performance, traffic_server caches commonly used data structures in a set of free object lists. This option disables these caches, causing traffic_server to use malloc(3) for every allocation. Though this option should not commonly be needed, it may be beneficial in memory-constrained environments or where the working set is highly variable.
Disable free list in ProxyAllocator which were left out by the -f option. This option includes the functionality of -f.
If Traffic Server was built with tests enabled, this option lists the available tests.
The maximum number of entries in metrics and configuration variables. The default is 1600, which is also the minimum. This may need to be increased if running plugins that create metrics.
Indicates the process should expect to be managed by traffic_manager. This option should not be used except by that process.
This environment variable forces traffic_server to believe that it is being managed by traffic_manager.
When this environment variable is set to an integral number of seconds, traffic_server will exit that many seconds after startup. This is primarily useful for testing.
2023, dev@trafficserver.apache.org
November 2, 2023 | 9.2 |