Scroll to navigation

TRAFFIC_SERVER(8) Apache Traffic Server TRAFFIC_SERVER(8)

NAME

traffic_server - Traffic Server

DESCRIPTION

OPTIONS







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. Please note that this option is a temporary, testing option, and will be removed in the future.





If Traffic Server was built with tests enabled, this option lists the available tests.











Print usage information and exit.

Print version information and exit.

ENVIRONMENT


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.

SIGNALS

On SIGINT and SIGTERM, traffic_server exits.
On SIGUSR1, traffic_server logs its current memory usage.
On SIGUSR2, traffic_server re-opens its standard error and standard out file descriptors.

SEE ALSO

traffic_ctl(8), traffic_manager(8)

COPYRIGHT

2022, dev@trafficserver.apache.org

May 21, 2022 8.1