<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
	<herd>perl</herd>
	<maintainer>
		<email>bor@univ.kiev.ua</email>
		<name>Sergiy Borodych</name>
	</maintainer>
	<longdescription lang="en">
		Apache keeps track of server activity in a structure known as the
		scoreboard. There is a slot in the scoreboard for each child server and
		its workers (be it threads or processes), containing information such as
		status, access count, bytes served and cpu time, and much more. This
		same information is used by mod_status to provide current server
		statistics in a human readable form. Apache::Scoreboard provides the
		Perl API to access the scoreboard. Apache::VMonitor is an extended
		equivalent of mod_status written in Perl.
	</longdescription>
</pkgmetadata>


