:> I would like to know if your transfer rate improves or not, and by
:> how much.
:>
:> #if 0
:> if (cnt.v_inactive_count / 3 > page_shortage) {
:> maxlaunder = 0;
:> launder_loop = 0;
:> } else
:> #endif
:> {
:> -Matt
:
:I'd rather use if (0 && cnt.v_inactive_count / 3 > page_shortage) {. I'm
:trying it out now, here's the "before":
:
:IOZONE performance measurements:
: 2972048 bytes/second for writing the file
: 2962863 bytes/second for reading the file
: Brian Feldman _ __ ___ ___ ___
Welll... I went ahead and tested it on my diskless workstation,
which actually has a DMA IDE drive connected to it at the moment
for another test I'm running.
I didn't see any change in performance. That doesn't meant that
hasn't been a chance, just that it doesn't look like the one thing
I thought might be causing it is causing it.
Are you sure the problem isn't simply that your disk is getting
a bit more full and causing the test to skip around more ( or move
to more inner tracks, which have lower transfer rates), and
thus appear to slow down a little ?
-Matt
Before ( iozone 64 on a 48MB machine )
IOZONE performance measurements:
7809031 bytes/second for writing the file
10324440 bytes/second for reading the file
IOZONE performance measurements:
8388608 bytes/second for writing the file
10324440 bytes/second for reading the file
After ( iozone 64 on a 48MB machine )
IOZONE performance measurements:
8103711 bytes/second for writing the file
10336864 bytes/second for reading the file
IOZONE performance measurements:
8429768 bytes/second for writing the file
10324440 bytes/second for reading the file
Matthew Dillon
<[email protected]>
To Unsubscribe: send mail to [email protected]
with "unsubscribe freebsd-current" in the body of the message