traffic_server¶
Description¶
Options¶
-
-nCOUNT,--net_threadsCOUNT¶
-
-ZCOUNT,--cluster_threadsCOUNT¶
-
-UCOUNT,--udp_threadsCOUNT¶
-
-a,--accepts_thread¶
-
-b,--accept_till_done¶
-
-pPORT,--httpportPORT¶
-
-PPORT,--cluster_portPORT¶
-
-f,--disable_freelist¶
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.
-
-oLEVEL,--dprintf_levelLEVEL¶
-
-RLEVEL,--regressionLEVEL¶
-
-rTEST,--regression_testTEST¶
-
-l,--regression_list¶
If Traffic Server was built with tests enabled, this option lists the available tests.
-
-TTAGS,--debug_tagsTAGS¶
-
-iCOUNT,--intervalCOUNT¶
-
-M,--remote_management¶
-
-CCMD,--commandCMD¶
-
-k,--clear_hostdb¶
-
-K,--clear_cache¶
-
-cCORE,--read_coreCORE¶
-
--accept_mssMSS¶
-
-tMSECS,--poll_timeoutMSECS¶
-
-h,--help¶ Print usage information and exit.
-
-V,--version¶ Print version information and exit.