hour. The table can be shown with
http://localhost:8090/Tables_p.html?table=stats
The entries have the following meaning:
aM: activeLastMonth
aW: activeLastWeek
aD: activeLastDay
aH: activeLastHour
cC: countConnected (Active Senior)
cD: countDisconnected (Passive Senior)
cP: countPotential (Junior)
cR: count of the RWI entries
cI: size of the index (number of documents)
The entry keys are abbreviated to reduce the space in the table as the
name is written again for every row.
This is the beginning of a 'yacystats' micro-alternative als built-in
function in YaCy. Graphics may follow after some time if enough test
data is available.
entry.put("cR",ASCII.getBytes(Long.toString(this.index.RWICount())));// count of the RWI entries
}
entry.put("cI",ASCII.getBytes(Long.toString(this.index.fulltext().collectionSize())));// size of the index (number of documents)
byte[]pk=ASCII.getBytes(GenericFormatter.SHORT_MINUTE_FORMATTER.format());// the primary key is the date, the maximum length is 12 characters which is sufficient for up-to-minute accuracy
statTable.put(pk,entry);
this.lastStats=System.currentTimeMillis();
}catch(IOExceptione){}
// execute api actions; this must be done after postprocessing because
// execute api actions; this must be done after postprocessing because
// these actions may also influence the search index/ call optimize steps
// these actions may also influence the search index/ call optimize steps