"""
hdr('General usage:')
parser.print_help()
+ print_locally_handled_command_help()
+
+def print_locally_handled_command_help():
+ hdr("Local commands:")
+ print("""
+ping <mon.id> Send simple presence/life test to a mon
+ <mon.id> may be 'mon.*' for all mons
+daemon {type.id|path} <cmd>
+ Same as --admin-daemon, but auto-find admin socket
+daemonperf {type.id | path} [<interval>] [<count>]
+ Get selected perf stats from daemon/admin socket
+ Run <count> times (default forever),
+ once per <interval> seconds (default 1)
+ """, file=sys.stdout)
+
def do_extended_help(parser, args):
def help_for_sigs(sigs, partial=None):