The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

mod_status-info - return apache mod_status information in different formats

SYNOPSIS

    mod_status-info [--type xml|data-dumper|ecsv|yaml|json|rrd] [url]
    
        --type     sets the type of the input in which the data should be shown
                   by default is xml

DESCRIPTION

Script fetches mod_status generated page and return the information that were found there in different formats that can be used for logging, parsing, archiving, further processing.

rrd output has this values:

    total_accesses
    total_traffic
    current_requests
    idle_workers
    waiting
    starting
    reading
    sending
    keepalive
    dns_lookup
    closing
    logging
    finishing
    idle_cleanup
    open_slot

SEE ALSO

"rrd/" in examples folder for examples how to create, update and graph mod_status data using Data::Apache::mod_status and rrdtool.

COPYRIGHT AND LICENSE

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

AUTHOR

Jozef Kutej