GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
IO::Async::Metrics(3) User Contributed Perl Documentation IO::Async::Metrics(3)

"IO::Async::Metrics" - report metrics about "IO::Async" to "Metrics::Any"

This module contains the implementation of metrics-reporting code from "IO::Async" to provide information about its operation into Metrics::Any.

The following metrics are reported:

A counter giving the number of times that fork(2) has been called by the IO::Async::Loop.

A gauge giving the number of IO::Async::Notifiers currently registered with the Loop.

A time distribution giving the amount of time spent processing IO events. This time does not include the time spent blocking on the underlying kernel system call to wait for IO events, but only the time spent in userland afterwards to handle them.

A labelled counter giving the number of attempted lookups by the IO::Async::Resolver.

This metric has one label, "type", containing the type of lookup; e.g. "getaddrinfo".

A labelled counter giving the number of Resolver lookups that failed. This is labelled as for "io_async_resolver_lookups".

A counter giving the number of bytes read by IO::Async::Stream instances. Note that for SSL connections, this will only be able to count bytes of plaintext, not ciphertext, and thus will be a slight under-estimate in this case.

A counter giving the number of bytes written by Stream instances. Note again for SSL connections this will only be able to count bytes of plaintext.

Paul Evans <leonerd@leonerd.org.uk>
2022-04-07 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.