[multipathd] add "show status" cli command
authorChristophe Varoqui <christophe.varoqui@free.fr>
Wed, 10 Sep 2008 22:17:37 +0000 (00:17 +0200)
committerChristophe Varoqui <christophe.varoqui@free.fr>
Wed, 10 Sep 2008 22:17:37 +0000 (00:17 +0200)
commit88eb616ae1a673127ef4fd995d703a8b46a63822
tree5baaa8d786fbd45b7a435e0ea16de88514fe3911
parentf8506903e13e898af04d582d51e76a6cad326a8d
[multipathd] add "show status" cli command

For now just print the number of paths in each path checker state,
if not zero. For example :

path checker states:
up                  2
down                1
ghost               1
libmultipath/checkers.c
libmultipath/checkers.h
libmultipath/print.c
libmultipath/print.h
libmultipath/structs.c
multipathd/cli.c
multipathd/cli_handlers.c
multipathd/cli_handlers.h
multipathd/main.c