monitor diagnostics update
monitor diagnostics update
This commit is contained in:
@ -241,7 +241,10 @@ char *sep;
|
|||||||
dcb_printf(dcb, "\tMonitor stopped\n");
|
dcb_printf(dcb, "\tMonitor stopped\n");
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
dcb_printf(dcb,"\tSampling interval:\t\t%lu milliseconds\n", handle->interval);
|
||||||
dcb_printf(dcb, "\tMonitored servers: ");
|
dcb_printf(dcb, "\tMonitored servers: ");
|
||||||
|
|
||||||
db = handle->databases;
|
db = handle->databases;
|
||||||
sep = "";
|
sep = "";
|
||||||
while (db)
|
while (db)
|
||||||
|
|||||||
Reference in New Issue
Block a user