BIND 10 #457: Stats show and exception

BIND 10 Development do-not-reply at isc.org
Wed Jan 5 12:00:30 UTC 2011


#457: Stats show and exception
-------------------------------+--------------------------------------------
      Reporter:  jreed         |        Owner:  jreed    
          Type:  defect        |       Status:  reviewing
      Priority:  major         |    Milestone:           
     Component:  Unclassified  |   Resolution:           
      Keywords:                |    Sensitive:  0        
Estimatedhours:  0.5           |        Hours:  0        
      Billable:  1             |   Totalhours:  0        
      Internal:  0             |  
-------------------------------+--------------------------------------------
Changes (by naokikambe):

  * owner:  => jreed
  * estimatedhours:  0.0 => 0.5
  * status:  new => reviewing


Comment:

 I tried at the latest code r4161, but I couldn't reproduce the defect. It
 seemed be already fixed by other fixed ticket.

 bindctl:
 {{{
 > Stats show
 send the command to cmd-ctrld
 received reply: {"report_time": "2011-01-05T11:15:49Z",
 "auth.queries.tcp": 0, "bind10.boot_time": "1970-01-01T00:00:00Z",
 "stats.start_time": "2011-01-05T11:00:00Z", "stats.timestamp":
 1294226149.634294, "auth.queries.udp": 1, "stats.boot_time":
 "2011-01-05T11:00:00Z", "stats.lname": "4d244f30_f at covm",
 "stats.last_update_time": "2011-01-05T11:14:54Z"}
 > Stats status
 send the command to cmd-ctrld
 received reply: "I'm alive."
 > Stats shutdown
 send the command to cmd-ctrld
 received reply: {}
 > Stats status
 send the command to cmd-ctrld
 received reply: "I'm alive."
 >
 }}}

 bind10 verbose message:
 {{{
 [b10-cmdctl] Begin send command 'show' to module 'Stats'
 [b10-stats] 'show' command received, args: None
 [b10-cmdctl] Finish send command 'show' to module 'Stats'
 [b10-cmdctl] Begin send command 'status' to module 'Stats'
 [b10-stats] 'status' command received
 [b10-cmdctl] Finish send command 'status' to module 'Stats'
 [b10-auth] send statistics data
 [b10-stats] 'set' command received, args: {'stats_data':
 {'auth.queries.udp': 1, 'auth.queries.tcp': 0}}
 [b10-cmdctl] Begin send command 'shutdown' to module 'Stats'
 [b10-stats] 'shutdown' command received
 [b10-msgq] Closing socket fd 15
 [b10-msgq] Receive error: EOF
 [bind10] Process b10-stats (PID 15724) terminated, exit status = 0
 [bind10] Resurrecting dead b10-stats process...
 [bind10] Resurrected b10-stats (PID 15814)
 [b10-cmdctl] Finish send command 'shutdown' to module 'Stats'
 [b10-cmdctl] Begin send command 'status' to module 'Stats'
 [b10-stats] 'status' command received
 [b10-cmdctl] Finish send command 'status' to module 'Stats'
 }}}

-- 
Ticket URL: <http://bind10.isc.org/ticket/457#comment:1>
BIND 10 Development <http://bind10.isc.org>
BIND 10 Development


More information about the bind10-tickets mailing list