Package org.apache.nutch.util
Class ProtocolStatusStatistics
java.lang.Object
org.apache.hadoop.conf.Configured
org.apache.nutch.util.ProtocolStatusStatistics
- All Implemented Interfaces:
Configurable,Tool
Extracts protocol status code information from the crawl database.
ProtocolStatusStatistics will give you information on the count
of all status codes encountered on your crawl. This can be useful
for checking a number of things.
An example output run showing the number of encountered status
codes such as 200, 300, and a count of un-fetched record.
38 200
19 301
2 302
665 UNFETCHED
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.hadoop.conf.Configured
getConf, setConfMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.hadoop.conf.Configurable
getConf, setConf