This is an automated email from the ASF dual-hosted git repository. jpeach pushed a commit to branch master in repository https://git-dual.apache.org/repos/asf/trafficserver.git
commit ec77407f6f02e5a108bf07f07bd65286b8ce1b9c Author: James Peach <[email protected]> AuthorDate: Sat Apr 30 10:37:11 2016 -0700 TS-4380: Update traffic_ctl documentation. --- doc/appendices/command-line/traffic_ctl.en.rst | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/doc/appendices/command-line/traffic_ctl.en.rst b/doc/appendices/command-line/traffic_ctl.en.rst index e1b5a2a..6d32561 100644 --- a/doc/appendices/command-line/traffic_ctl.en.rst +++ b/doc/appendices/command-line/traffic_ctl.en.rst @@ -213,11 +213,30 @@ traffic_ctl server :program:`traffic_manager` is also restarted. .. program:: traffic_ctl server +.. option:: start + + Start :program:`traffic_server` if it is already running. + +.. program:: traffic_ctl server start +.. option:: --clear-cache + + Clear the disk cache upon startup. + +.. option:: --clear-hostdb + + Clear the DNS resolver cache upon startup. + +.. program:: traffic_ctl server .. option:: status Show the current proxy server status, indicating if we're running or not. .. program:: traffic_ctl server +.. option:: stop + + Stop the running :program:`traffic_server` process. + +.. program:: traffic_ctl server .. option:: backtrace Show a full stack trace of all the :program:`traffic_server` threads. -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
