metrics method
Receive metrics from the privileged side of Deno. This is primarily used in the development of Deno. Ops, also called bindings, are the go-between between Deno JavaScript sandbox and the rest of Deno.
> console.table(Deno.metrics())
âââââââââââââââââââââââââââ¬âââââââââ
â (index) â Values â
âââââââââââââââââââââââââââ¼âââââââââ¤
â opsDispatched â 3 â
â opsDispatchedSync â 2 â
â opsDispatchedAsync â 1 â
â opsDispatchedAsyncUnref â 0 â
â opsCompleted â 3 â
â opsCompletedSync â 2 â
â opsCompletedAsync â 1 â
â opsCompletedAsyncUnref â 0 â
â bytesSentControl â 73 â
â bytesSentData â 0 â
â bytesReceived â 375 â
âââââââââââââââââââââââââââ´âââââââââ
Implementation
_i4.Metrics metrics() => _i3.callMethod(
this,
'metrics',
[],
);