BIND 10 #1406: boss show_processes format

BIND 10 Development do-not-reply at isc.org
Mon Nov 21 22:12:55 UTC 2011


#1406: boss show_processes format
-------------------------------------+-------------------------------------
            Reporter:  jreed         |                        Owner:
                Type:  defect        |                       Status:  new
            Priority:  minor         |                    Milestone:  New
           Component:  Boss of BIND  |  Tasks
           Sensitive:  0             |                     Keywords:
         Sub-Project:  Core          |              Defect Severity:
Estimated Difficulty:  0             |  Medium
         Total Hours:  0             |  Feature Depending on Ticket:
                                     |          Add Hours to Ticket:  0
                                     |                    Internal?:  0
-------------------------------------+-------------------------------------
 Currently we have for example:

 {{{

 > Boss show_processes
 [
     [
         3722,
         "b10-xfrin"
     ],
     [
         6802,
         "msgq"
     ],

 ...
 }}}


 We should be consistent with formats as much as we can. This should
 probably be JSON. Here is an idea:

 {{{

 { "boss_processes": { "pid": 3722, "name": "b10-xfrin" }, { "pid": 6802,
 "name": "msgq" } ....

 }}}

-- 
Ticket URL: <http://bind10.isc.org/ticket/1406>
BIND 10 Development <http://bind10.isc.org>
BIND 10 Development


More information about the bind10-tickets mailing list