other versions
- bookworm 2.0.73-1
- bookworm-backports 2.0.76-1~bpo12+1
- testing 2.0.76-3
- unstable 2.0.76-4
Munin::Master::Worker(3pm) | User Contributed Perl Documentation | Munin::Master::Worker(3pm) |
NAME¶
Munin::Master::Worker - Abstract base class for workers.
SYNOPSIS¶
See Munin::Master::ProcessManager.
METHODS¶
- new
-
Munin::Master::Worker->new($identity);
Constructor. This is an abstract class, so this shouldn't be called directly.
The optional $identity argument should be a unique identifier for the process.
- to_string
-
print $worker->string; # Stringifies too print "Worker $worker just died";
Returns a unique string representation of the worker.
2023-03-21 | perl v5.36.0 |