You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafficserver.apache.org by "Leif Hedstrom (JIRA)" <ji...@apache.org> on 2015/03/31 05:09:53 UTC

[jira] [Updated] (TS-3367) Add a new command line management tool

     [ https://issues.apache.org/jira/browse/TS-3367?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Leif Hedstrom updated TS-3367:
------------------------------
    Summary: Add a new command line management tool  (was: add a new command line management tool)

> Add a new command line management tool
> --------------------------------------
>
>                 Key: TS-3367
>                 URL: https://issues.apache.org/jira/browse/TS-3367
>             Project: Traffic Server
>          Issue Type: New Feature
>          Components: Configuration, Console, Management API
>            Reporter: James Peach
>            Assignee: James Peach
>             Fix For: 5.3.0
>
>
> There's a lot of potential in the management API that can't be exposed in {{traffic_line}} due to it's poor command-line interface. Replace this with a  new tool, {{traffic_ctl}}, which uses a subcommand-oriented interface to expose more features in a more regular way.
> For example:
> {code}
> [vagrant@localhost ~]$ sudo /opt/ats/bin/traffic_ctl
> Usage: traffic_ctl [OPTIONS] CMD [ARGS ...]
> Subcommands:
>     alarm           Manipulate alarms
>     cluster         Stop, restart and examine the cluster
>     config          Manipulate configuration records
>     metric          Manipulate performance metrics
>     server          Stop, restart and examine the server
>     storage         Manipulate cache storage
> Options:
>   switch__________________type__default___description
>       --debug             on    false     Enable debugging output
>   -h, --help                              Print usage information
>   -V, --version                           Print version string
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)