Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 29 Oct 2010 17:53:49 +0300
From:      Kostik Belousov <kostikbel@gmail.com>
To:        Alexander Zagrebin <alexz@visp.ru>
Cc:        freebsd-stable@freebsd.org, 'Andriy Gapon' <avg@icyb.net.ua>
Subject:   Re: 8.1-STABLE: zfs and sendfile: problem still exists
Message-ID:  <20101029145349.GX2392@deviant.kiev.zoral.com.ua>
In-Reply-To: <1BDB4D1B02274CC8AA2DD5E68190CB5D@vosz.local>
References:  <4CCACDC0.7050802@icyb.net.ua> <1BDB4D1B02274CC8AA2DD5E68190CB5D@vosz.local>

next in thread | previous in thread | raw e-mail | index | archive | help

--6G52ZTUPzPgnX6I2
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

On Fri, Oct 29, 2010 at 06:31:21PM +0400, Alexander Zagrebin wrote:
> > > I've tried the nginx with
> > > disabled sendfile (the nginx.conf contains "sendfile off;"):
> > >=20
> > > $ dd if=3D/dev/random of=3Dtest bs=3D1m count=3D100
> > > 100+0 records in
> > > 100+0 records out
> > > 104857600 bytes transferred in 5.892504 secs (17795083 bytes/sec)
> > > $ fetch -o /dev/null http://localhost/test
> > > /dev/null                                     100% of  100=20
> > MB   41 MBps
> > > $ fetch -o /dev/null http://localhost/test
> > > /dev/null                                     100% of  100=20
> > MB   44 MBps
> > > $ fetch -o /dev/null http://localhost/test
> > > /dev/null                                     100% of  100=20
> > MB   44 MBps
> > >=20
> >=20
> > I am really surprised with such a bad performance of sendfile.
> > Will you be able to profile the issue further?
>=20
> Yes.
>=20
> > I will also try to think of some measurements.
>=20
> A transfer rate is too low for the _first_ attempt only.
> Further attempts demonstrates a reasonable transfer rate.
> For example, nginx with "sendfile on;":
>=20
> $ dd if=3D/dev/random of=3Dtest bs=3D1m count=3D100
> 100+0 records in
> 100+0 records out
> 104857600 bytes transferred in 5.855305 secs (17908136 bytes/sec)
> $ fetch -o /dev/null http://localhost/test
> /dev/null                                       3% of  100 MB  118 kBps
> 13m50s^C
> fetch: transfer interrupted
> $ fetch -o /dev/null http://localhost/test
> /dev/null                                     100% of  100 MB   39 MBps
>=20
> If there was no access to the file during some time, then everything
> repeats:
> The first attempt - transfer rate is too low
> A further attempts - no problems
>=20
> Can you reproduce the problem on your system?

Could it be the priming of the vm object pages content ?
Due to double-buffering, and (possibly false) optimization to only
perform double-buffering when vm object already has some data cached,
reads can prime vm object page list before file is mmapped or
sendfile-ed.


--6G52ZTUPzPgnX6I2
Content-Type: application/pgp-signature
Content-Disposition: inline

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (FreeBSD)

iEYEARECAAYFAkzK3/0ACgkQC3+MBN1Mb4i4xQCeNNxBh8xeQGRogNWqW+x51KCJ
x10Ani8du1Qb6EW2alL0FWYvArUXkzU4
=WGoG
-----END PGP SIGNATURE-----

--6G52ZTUPzPgnX6I2--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20101029145349.GX2392>