Todd Bowman <[EMAIL PROTECTED]> writes: > What are the most important parameters to look at to > determine if my node is "healthy" and "well > connected"?
Todd I haven't seen any other replies so let me share my ignorance: General Information on my node, I look at: Current routingTime 99ms Current messageSendTimeRequest 128ms Want these as small as possible. Definitely under 1000ms Pooled threads running jobs 27 (22.5%) Current upstream bandwidth usage 7563 bytes/second (63%) I like to see these as high as possible. Current probability of a request succeeding 2.4% Current target (best case single node) probability of a request succeeding 5.1% The higher the % the better. I think this should show I'm well connected and the best case is presumably the one node that has all the info (or more than anyone else I can find... ) Then for Open Connections I look at: Connections open (Inbound/Outbound/Limit) 112 (67/45/200) Transfers active (Transmitting/Receiving) 28 (12/16) Total amount of data transferred 2,858 MiB I want the numbers to be high. Amount of data transferred will depend on how long your node has been up of course. Environment I look at my Datastore: Maximum size 1,000 MiB Used space 1,023,884 KiB Percent used 99 Total keys 3593 Most recent file access time Thu Jul 08 20:23:34 NZST 2004 Least recent file access time Tue Jul 06 12:10:58 NZST 2004 I want my Datastore to be big (mine is too small :-( ) I want it 99+% used. I want lots of keys. I want the most recent file access time to be recent (2 minutes ago) which I think means a file has been recently requested which shows my node is doing something. And I want my least recent file access time to be 2+ weeks ago so my Datastore actually has a chance to keep things in it. I'm failing here because my datastore is too small and it's got cluttered up with some large files I requested - I suspect. and local query traffic by day: http://127.0.0.1:8888/servlet/nodestatus/diagnostics/localQueryTraffic/day where the Ratio column should be 1 and the Successes should be in the 10000's (I get 50000+). 7/4/04 12:00:00 AM NZST 55102 51770 0.939530325578019 7/5/04 12:00:00 AM NZST 59785 55614 0.9302333361211006 7/6/04 12:00:00 AM NZST 55680 54721 0.9827765804597701 7/7/04 12:00:00 AM NZST 59105 55826 0.9445224600287624 7/8/04 12:00:00 AM NZST 54596 50948 0.9331819180892373 That's what I look at. I'm just a nobody trying to figure this out too. So don't rely on anything I say. ;-( _______________________________________________ Support mailing list [EMAIL PROTECTED] http://news.gmane.org/gmane.network.freenet.support Unsubscribe at http://dodo.freenetproject.org/cgi-bin/mailman/listinfo/support Or mailto:[EMAIL PROTECTED]
