|
NAME
DESCRIPTIONThe The
The
The only argument to the EXAMPLESExample 1: Graph of Callout Execution TimeThe following d(7) script generates a distribution graph of callout(9) execution times: callout_execute:::callout_start
{
self->cstart = timestamp;
}
callout_execute:::callout_end
{
@length = quantize(timestamp - self->cstart);
}
AUTHORSThe This manual page was written by Mateusz Piotrowski <0mp@FreeBSD.org>.
|