crawlserv++  [under development]
Application for crawling and analyzing textual content of websites.
crawlservpp::Struct::CrawlStatsTick Struct Reference

Statistics for crawling tick. More...

#include <CrawlStatsTick.hpp>

Properties

std::size_t checkedUrls {}
 Number of URLs checked. More...
 
std::size_t newUrls {}
 Number of URLs added. More...
 
std::size_t checkedUrlsArchive {}
 Number of URLs checked from archived content. More...
 
std::size_t newUrlsArchive {}
 Number of URLs added from archived content. More...
 
std::size_t urlLockTimeArchiveMs {}
 The time since the current URL has been locked for crawling archived content (in ms). More...
 

Detailed Description

Statistics for crawling tick.

Member Data Documentation

◆ checkedUrls

std::size_t crawlservpp::Struct::CrawlStatsTick::checkedUrls {}

Number of URLs checked.

Referenced by crawlservpp::Module::Crawler::Thread::onReset().

◆ checkedUrlsArchive

std::size_t crawlservpp::Struct::CrawlStatsTick::checkedUrlsArchive {}

Number of URLs checked from archived content.

Referenced by crawlservpp::Module::Crawler::Thread::onReset().

◆ newUrls

std::size_t crawlservpp::Struct::CrawlStatsTick::newUrls {}

Number of URLs added.

Referenced by crawlservpp::Module::Crawler::Thread::onReset().

◆ newUrlsArchive

std::size_t crawlservpp::Struct::CrawlStatsTick::newUrlsArchive {}

Number of URLs added from archived content.

Referenced by crawlservpp::Module::Crawler::Thread::onReset().

◆ urlLockTimeArchiveMs

std::size_t crawlservpp::Struct::CrawlStatsTick::urlLockTimeArchiveMs {}

The time since the current URL has been locked for crawling archived content (in ms).

Referenced by crawlservpp::Module::Crawler::Thread::onReset().


The documentation for this struct was generated from the following file: