|
Register | FAQ | The Twelve Commandments | Members List | Calendar | Arcade | Find the Best VPN | Today's Posts | Search |
General Discussion For anything which doesn't fit somewhere else (for PHEX users) |
| LinkBack | Thread Tools | Display Modes |
| |||
Too much disk activity Hi all, After I upgrade to phex 2.8.2. I noticed that phex produce much more disk activity than 2.6. Is this by design? I'd like to be able to get the same behavior I had with 2.6. I like the new gui of 2.8. Do you know of anything like that? Thanks in advance. |
| |||
After startup Phex needs to hash all your shared files. This produces much disk activity, but this was always the case. Remove all your shared files... do you still have high disk activity? Can you isolate the problem to happen only during download or upload or always even when beeing "idle"? Gregor |
| |||
Hi GregorK. Thanks for your reply. I did the following to check if it was file hashing which was causing disk activity. I used phex from cvs. I stopped all my downloads. Now I didn't notice any disk activity. I waited a good time to see if it would start. So, I started just one download. As soon as it started downloading, the disk activity started again. After I have many downloading going the disk activity gets higher. It seems phex is writing to disk as soon as it gets data from network. I mean, there is no or little buffering happening. I don't know where hash results are stored. I would say that they are stored in my .phex. If I start phex 2.6 no matter how many downloads I have, it doesn't produce disk activity. Thanks in advance. |
| ||||
I think that observation is correct. Phex writes to disk, when it gets data, and especially in the high rates you can get from Gnutella I assume that this saves quite a lot of ram.
__________________ -> put this banner into your own signature! <- -- Erst im Spiel lebt der Mensch. Nur ludantaj homoj vivas. GnuFU.net - Gnutella For Users Draketo.de - Shortstories, Poems, Music and strange Ideas. |
| |||
Maybe there is some flag in phex.cfg I could use to make phex use some type of buffering? Another thing I noticed, this time positive, is that Phex uses much less processor that it used to use althought I think it still is using a little bit. This is excellent because my notebook makes less noise turning on the fan |
| |||
Since you use the CVS version you can play a bit... Please try the following... Open DownloadEngine.java and raise the value of BUFFER_LENGTH in line 55. First try something like 63 * 1024 Maybe this already helps.... In case you like/must raise above 64 * 1024 you must adjust the request to DirectByteBufferProvider in line 575/576 too. The value of BUFFER_LENGTH in DownloadEngine.java MUST always be lower then the value used in line 575/576 to request the DirectByteBufferProvider. Gregor |
| |||
Hi GregorK. I only had access to my devel box now.... Well, I did the change and things started to get better when I put the buffer size to be 63 * 1024 * 100 !! But even with this buffer, I still saw more disk activity than it used to have with 2.6. Also, phex rss was more than 148M for just three download files! fxjr 26431 16.9 29.3 354796 148580 pts/8 Sl+ 11:19 0:24 java -jar phex.jar I reverted to 63 * 1024. And now phex is using less memory, downloading the same three files: fxjr 27105 7.1 14.2 315084 72272 pts/8 Sl+ 11:23 0:25 java -jar phex.jar Do you have any other idea I could try out? I was wondering if this too much disk activity could be caused by excessive flush() calls? Did 2.6 also use java.nio? Thanks in advance. |
| |||
63*1024*100 is way too much... this is about 6MB per connection... Raising buffer sizes will always also raise memory use. I would not recommend you values above 512*1024. When raising the buffers you also need to raise your 'Initial download segment size' and the 'Target time per segment', since large buffers dont help you when the requested download segments are much smaller then the buffers. Phex is almost not using flush() during downloads. Gregor |
| |||
Yeah. I was aware of this big memory usage. I just wanted to stress it to see if it was buffer length problems Thanks for info about flush(). I hope it is something with the parameters you said. I will try the modifications you said and let you know what I get. |
| |
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
no activity | starfish13 | Open Discussion topics | 1 | December 17th, 2006 04:37 AM |
Pause All Activity | Firewing | New Feature Requests | 0 | November 1st, 2005 02:39 AM |
suspicious activity | roscoedog | Open Discussion topics | 12 | February 14th, 2003 10:22 AM |
Tremendous disk activity! | puhpuh! | General Windows Support | 3 | November 25th, 2001 01:59 AM |
Serious hd activity | Unregistered | Support: General | 0 | October 7th, 2001 01:26 AM |