When you say your at 2min for reading a block, does that mean it takes you 2min to scan your plot file?
I compared a AMD A4-4000 to my old Intel E5800 and the specs are sorta similar so I'm guessing your processor is similar to mine.
Everyone keeps saying that hard disk space is all that matters, but this is very misleading. You also need a CPU that can process the data and a decent hard drive connection interface to get the data from the drive and into the CPU. The hard-drive connection is more important that the CPU.
What is your stagger size on that 5TB plot? If 8GB ram I am guessing your stagger is not greater than 10000. What is your hard-drive connection? if your reading this through USB 2.0 your max on paper read rate will be 60MB/s but take into account overhead and a low plot stagger and your probably looking at ~30MB/s.
I believe that 256MB/TB of plot size is read during each block (dev post on POC vs POCv2), if this is so then at 30MB/s it would take a USB 2.0 ~43 seconds to read the plot. If your using windows go to the performance monitor --> Disks and watch the read rate for your drive, you can do the same thing in Linux. This will give you an idea of were you are.
With the CPU I compared your's to I am able to read ~8TB of plots across 5 drives in about 35 seconds. This speed will increase once I optimize my larger 3TB plots.
Reading a plot that is optimized will utilize your drives sequential read specifications. Reading a plot that has a low stagger will utilize your drives random read specifications. I higher stagger will move closer to optimized levels. I have not created a graph showing this relationship so I do not know the cut-off point but there is a significant difference between the two ends of the scale.
Download a utility like CrystalDiskMark http://crystalmark.info/software/CrystalDiskMark/index-e.html or HDTune and see what your drive is capable of, especially the sequential read indicator, this will be the max you can read with an optimized plot. Doing this will help pin point the bottle neck, and I am guessing it is not the CPU but a combination of hard drive connection type and low stagger.
Good-Luck
Yeah, it's a A4-4000, typo.
Stagger size is 8192. Eight gigs of memory, SSD as well.
They're running on SATA 2.
I plotted using Cryo's GPU plotter. Would using more then one GPU, plotting using buffer mode instead of direct, or plotting more then one hard drive at the same time mess up the plots?
There seems to be a lot of hidden nuances here I tried to sort out with questions, but got conflicting information on or didn't know were a problem in the first place.
During the mining phase the CPU hits 100% but the HD usage is minimal, which I found as odd. Blue line is utilization, if it was maxing out the drive on seeks the blue line would be at 100%.
The 'bigger' read is when I'm not connected to the server (remote desktop). I may have to do some light overclocking.
It looks like the miner (Blagos) is reading at 35MB/s overall, to all the drives.
Already checked reads with HD Tune, sequential is from ~180-120.
I may be wrong, but those performance graphs are only showing you Que length aka how many read operations are being stacked up waiting to be processed. The top graph is showing you the read performance for a drive and its only showing about 20MB/s.
(http://superuser.com/questions/331973/in-the-resource-monitor-of-windows-7-what-does-the-disk-queue-length-really-m)
Trying going to the actual performance monitor and add counters for physical disks to the chart. This should give you a better idea of what is happening with your drives. ( START MENU --> SEARCH MENU -->
It's still odd that your only reading 20MB/s what happens if you only use one of the 5TB plots, will your read rate increase?
Good-luck