linux-nfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Pradeep <pradeep.thomas@gmail.com>
To: Linux NFS Mailing List <linux-nfs@vger.kernel.org>
Subject: File create performance between NFSv3 and NFSv4.
Date: Tue, 30 Jun 2020 17:55:15 -0700	[thread overview]
Message-ID: <CAD8zhTBCEbOkA_jFzzDXcd0jiH9ZgUh1KUJAJzhnWFMC+JGjNA@mail.gmail.com> (raw)

Hello,

While testing a performance issue, I noticed that the number of
creates that an NFS client can do over NFSv4 is significantly lower
compared to NFSv3. I'm using the test below:

https://github.com/distributed-system-analysis/smallfile

Command run:
smallfile_cli.py  --operation create --threads 128 --file-size 1
--files 1024 --top <nfs-dir>
[ 128 threads, each doing 1024 file creates of 1K size]

This gives around 1169 creates/sec with NFSv4.1 and 8073 creates/sec
with NFSv3. This is with the exact same client and server. NFS server
is tuned to use 200 threads.

When I looked at tcpdump, I noticed that over NFSv3 multiple parallel
requests are being sent and NFSv4 is pretty much serial. Is there
anything that I can tune to improve NFSv4 performance w.r.t to file
creations?

This also shows up in benchmarks like SpecFS SWBUILD's INIT phase
where millions of files are getting created.

Thanks,
Pradeep

             reply	other threads:[~2020-07-01  0:55 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-07-01  0:55 Pradeep [this message]
2020-07-01 18:06 ` File create performance between NFSv3 and NFSv4 Mkrtchyan, Tigran

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=CAD8zhTBCEbOkA_jFzzDXcd0jiH9ZgUh1KUJAJzhnWFMC+JGjNA@mail.gmail.com \
    --to=pradeep.thomas@gmail.com \
    --cc=linux-nfs@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).