[freenet-support] Node performance slowed
My node has been performing fine for about a week, then performance (downloads) have slowed dramatically. Here are the lines from the performance page: Node Version 0.5 Protocol Version STABLE-1.50 Build Number 5084 CVS Revision 1.90.2.50.2.112 Uptime 13 hours 27 minutes (**I just restarted after running update.sh) Load Current routingTime 0ms Current messageSendTimeRequest 146ms Pooled threads running jobs 23 (19.2%) Pooled threads which are idle 12 Current upstream bandwidth usage 10059 bytes/second (81.9%) Current estimated load for QueryReject purposes 19% Current estimated load for rate limiting 102.3% Reason for load: Load due to thread limit = 19.2% Load due to routingTime = 10% = 100ms / 1000ms = overloadLow (100%) Load due to messageSendTimeRequest = 14.6% = 146ms / 1000ms = overloadLow (100%) Load due to output bandwidth limiting = 102.3% because outputBytes(603564) limit (589824.009 ) = outLimitCutoff (0.8) * outputBandwidthLimit (12288) * 60 Load due to expected inbound transfers: 6.4% because: 7207.588710692461 req/hr * 0.00734725440006 (pTransfer) * 251890.0 bytes = 13339083 bytes/hr expected from current requests, but maxInputBytes/minute = 3176302 (max observed bytes per minute) * 60 * 1.1 = 209635932 bytes/hr target Estimated external pSearchFailed (based only on QueryRejections due to load): 0.0 Current estimated requests per hour (based on last 10 mins): 3401.9411818496924 Current global quota (requests per hour): 3396.4461522111264 Highest seen bytes downloaded in one minute: 3176302 Current outgoing request rate 7207.588710692461 Current probability of a request succeeding 3% Current target (best case single node) probability of a request succeeding 7.7% I am unsure if any changes in freenet.conf would improve performance. Please advise. Thanks!!! __ Do you Yahoo!? Friends. Fun. Try the all-new Yahoo! Messenger. http://messenger.yahoo.com/ ___ 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]
[freenet-support] Additional info
Here is additional info for previous email I sent: Number of known routing nodes 382 Number of node references 382 Number of newbie nodes 42 Number of uncontactable nodes 21 Contacted and attempted to contact node references 380 Contacted node references 183 Contacted newbie node references 41 Connections with Successful Transfers 111 Backed off nodes 90 Connection Attempts 4469 Successful Connections 1230 Lowest max estimated search time 0ms Lowest max estimated DNF time 0ms Lowest global search time estimate 6734ms Highest global search time estimate 15964ms Lowest global transfer rate estimate 5,419 bytes/second Highest global transfer rate estimate 8,943 bytes/second Lowest one hop probability of DNF 0.97 Highest one hop probability of DNF 0.98 Lowest one hop probability of transfer failure 0.07 Highest one hop probability of transfer failure 0.1 Single hop probability of QueryRejected 0.116 Single hop average time for QueryRejected 856.1948537740136 Single hop probability of early timeout 0.065 Single hop average time for early timeout 18006.53479845214 Single hop probability of search timeout 0.454 Single hop average time for search timeout 825.8213815649156 Single hop overall probability of DNF given no timeout0.976 Single hop overall probability of transfer failure given transfer 0.066 Total number of requests that didn't QR 114480 Total number of reqests that timed out before a QR or Accepted10237 Thanks again!!! __ Do you Yahoo!? Friends. Fun. Try the all-new Yahoo! Messenger. http://messenger.yahoo.com/ ___ 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]
Re: [freenet-support] freenet on Mac OS X 10.3.3
I can add a special case to make this work. But I need the output of the uname command on OS/X. On Fri, May 28, 2004 at 02:12:49AM +, Paul wrote: Hi. I have successfully run freenet on Mac OS X for some time. I have downloaded installed the latest stable, but when I attempt to start freenet, here is the result: iMac:~/freenet paul$ sh ./start-freenet.sh Detected freenet-ext.jar Detected freenet.jar Sun java detected. Starting Freenet now: Command line: java -Xmx128m -XX:MaxDirectMemorySize=128m freenet.node.Main Done iMac:~/freenet paul$ Unrecognized VM option 'MaxDirectMemorySize=128m' Could not create the Java virtual machine. iMac:~/freenet paul$ If it helps, here is the result of: java -version: iMac:~/freenet paul$ java -version java version 1.4.2_03 Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_03-117.1) Java HotSpot(TM) Client VM (build 1.4.2-34, mixed mode) Could anyone shed light on the problem? Thanks! ___ 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] -- Matthew J Toseland - [EMAIL PROTECTED] Freenet Project Official Codemonkey - http://freenetproject.org/ ICTHUS - Nothing is impossible. Our Boss says so. signature.asc Description: Digital signature ___ 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]
Re: [freenet-support] Datastore loses keys on restart
Does this still happen? I think it was caused by tempfile leaks which hopefully are fixed now... On Tue, May 18, 2004 at 01:54:28AM -0400, Daves Lists wrote: My node was up for 1 day 10 hours when I restarted it to increase the thread limit. After the restart I lost about 6000 keys. My datastore is set to 50 gigs and is no where near full. Below are the stats before and after. Were those just temporary keys that were deleted after the restart?? I'm running 5082 on WinXP pro. Dave Histogram of keys in in fred's data store These are the keys to the data in your node's local cache (DataStore) May 18, 2004 1:46:42 AM keys: 49543 scale factor: 0.01990668661892414 (This is used to keep lines 64 characters) Histogram of keys in in fred's data store These are the keys to the data in your node's local cache (DataStore) May 18, 2004 1:48:23 AM keys: 43176 scale factor: 0.022848982363939285 (This is used to keep lines 64 characters) ___ 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] -- Matthew J Toseland - [EMAIL PROTECTED] Freenet Project Official Codemonkey - http://freenetproject.org/ ICTHUS - Nothing is impossible. Our Boss says so. signature.asc Description: Digital signature ___ 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]
Re: [freenet-support] freenet on Mac OS X 10.3.3
On 11/06/2004, at 11:46 AM, Toad wrote: I can add a special case to make this work. But I need the output of the uname command on OS/X. Darwin On Fri, May 28, 2004 at 02:12:49AM +, Paul wrote: Hi. I have successfully run freenet on Mac OS X for some time. I have downloaded installed the latest stable, but when I attempt to start freenet, here is the result: iMac:~/freenet paul$ sh ./start-freenet.sh Detected freenet-ext.jar Detected freenet.jar Sun java detected. Starting Freenet now: Command line: java -Xmx128m -XX:MaxDirectMemorySize=128m freenet.node.Main Done iMac:~/freenet paul$ Unrecognized VM option 'MaxDirectMemorySize=128m' Could not create the Java virtual machine. iMac:~/freenet paul$ If it helps, here is the result of: java -version: iMac:~/freenet paul$ java -version java version 1.4.2_03 Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_03-117.1) Java HotSpot(TM) Client VM (build 1.4.2-34, mixed mode) Could anyone shed light on the problem? Thanks! ___ 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] -- Matthew J Toseland - [EMAIL PROTECTED] Freenet Project Official Codemonkey - http://freenetproject.org/ ICTHUS - Nothing is impossible. Our Boss says so. ___ 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] -- Phillip Hutchings [EMAIL PROTECTED] http://www.sitharus.com/ smime.p7s Description: S/MIME cryptographic signature ___ 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]
[freenet-support] re: Nearly all my connection attempts fail
I'm not sure what's causing it but I've so far managed to surf to about 3 sites after click on a total of nearly 50 links... I run into the usual "Route not found" or "not connected" errors, and I have to say, it's really pissing me off because I have no idea how to fix it. What can I do to properly reseed my node so that it actually gets seen? Sincerely, Michael K. -- ___ 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]