On Monday 20 Aug 2012 06:29:06 Austin wrote:
> Trying to use FCP to monitor Freenet via command line, and would be grateful 
> for help in understanding the 'connected' counts. The figures shown at the 
> bottom of many of Freenet's HTML pages (e.g. '14 / 20') - what are they and 
> how do they relate to the various values returned by the GetNode FCP message? 
> There are several NodeData message fields (numberOfSimpleConnected, 
> numberOfConnected, numberOfNotConnected) whose meaning is not totally clear, 
> and whose values do not seem to add up to the same as the counts on the HTML 
> pages.  More generally, are the various FCP message fields described anywhere 
> online? https://wiki.freenetproject.org/FCPv2 lists their names but doesn't 
> say what they mean...

This is not documented properly yeah. Best doc is the source, NodeStats.java 
exportVolatileFieldSet().

numberOfSimpleConnected is basically the number at the left - the total of 
CONNECTED and BACKED OFF. numberOfNotConnected is the rest - a variety of 
reasons why peers don't work. Many of the rest are the number of nodes in 
specific states (e.g. NEVER CONNECTED, DISABLED, TOO OLD, etc).

Attachment: signature.asc
Description: This is a digitally signed message part.

_______________________________________________
Support mailing list
Support@freenetproject.org
http://news.gmane.org/gmane.network.freenet.support
Unsubscribe at http://emu.freenetproject.org/cgi-bin/mailman/listinfo/support
Or mailto:support-requ...@freenetproject.org?subject=unsubscribe

Reply via email to