All of lore.kernel.org
 help / color / mirror / Atom feed
* xfstest 129 slowness
@ 2020-07-23  5:23 Steve French
  0 siblings, 0 replies; only message in thread
From: Steve French @ 2020-07-23  5:23 UTC (permalink / raw)
  To: CIFS

In trying to debug xfstest 129 I noticed odd behavior to Windows server

test 129 does 4 steps, and the second one is the very slow step

$here/src/looptest -i 100000 -r -w -b 8192 -s
$SCRATCH_MNT/looptest/looptest1.tst
$here/src/looptest -i 10000 -t -r -w -s -b 102400
$SCRATCH_MNT/looptest/looptest2.tst
$here/src/looptest -i 50000 -r -w -b 256 -s $SCRATCH_MNT/looptest/looptest3.tst
$here/src/looptest -i 2000 -o -r -w -b 8192 -s
$SCRATCH_MNT/looptest/looptest4.tst


So the problem is the second invocation of looptest - when it is doing
10,000 102,400 byte sequential writes and reads passing in the
truncate flag.  What I see in the network trace (at least to Windows
server) that is troubling is lots of "STATUS_PENDING" errors in the
write responses.

It appears that the test runs much faster to Samba
-- 
Thanks,

Steve

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2020-07-23  5:23 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-07-23  5:23 xfstest 129 slowness Steve French

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.