|
|
| |
MogileFS::IOStatWatcher(3) |
User Contributed Perl Documentation |
MogileFS::IOStatWatcher(3) |
Returns a new IOStatWatcher object.
Sets the list of hosts to connect to for collecting IOStat information. This
call can block if you pass it hostnames instead of ip addresses.
Upon successful connection, the on_stats callback will be called
each time the statistics are collected. Error states (failed connections,
etc.) will trigger retries on 60 second intervals, and disconnects will
trigger an immediate reconnect.
Sets the coderef called for the "on_stats"
callback.
Called each time device use statistics are collected. The
"host" argument is the value passed in to
the "set_hosts" method. The
"stats" object is a hashref of mogile device
numbers (without leading "dev") to their corresponding utilization
percentages.
Visit the GSP FreeBSD Man Page Interface. Output converted with ManDoc. |