other versions
- bookworm 2.0.73-1
- bookworm-backports 2.0.76-1~bpo12+1
- testing 2.0.76-2
- unstable 2.0.76-3
- experimental 2.999.16-1
Munin::Node::SpoolReader(3pm) | User Contributed Perl Documentation | Munin::Node::SpoolReader(3pm) |
NAME¶
Munin::Node::SpoolReader - Reading side of the spool functionality
SYNOPSIS¶
my $spool = Munin::Node::SpoolReader->new(spooldir => $spooldir); print $spool->fetch(1234567890);
METHODS¶
- new($args)
- Constructor. 'spooldir' should be the directory Munin::Node::SpoolWriter is writing to.
- fetch($timestamp)
- Fetches all the plugin results that have been recorded since $timestamp, in a form suitable to be sent straight over the wire.
- list()
- Lists all the plugin that have been recorded in the spool, in a form suitable to be sent straight over the wire.
2024-05-24 | perl v5.38.2 |