Date: Wed, 31 Dec 2008 10:39:20 +0100 From: Bernard Dugas <bernard@dugas-family.org> To: Manolis Kiagias <sonic2000gr@gmail.com> Cc: "freebsd-questions@freebsd.org" <freebsd-questions@freebsd.org> Subject: Re: Optimising NFS for system files Message-ID: <495B3DC8.20003@dugas-family.org> In-Reply-To: <495B2A4B.8010002@gmail.com> References: <20081216094719.EDCEE1065675@hub.freebsd.org> <495930E4.1030501@dugas-family.org> <20081229230115.F68805@wojtek.tensor.gdynia.pl> <4959DFEF.5090407@dugas-family.org> <20081230150507.U87347@wojtek.tensor.gdynia.pl> <495A3957.9050002@dugas-family.org> <495A3C72.5070802@unsane.co.uk> <20081230201351.L12391@wojtek.tensor.gdynia.pl> <495A9595.6080201@dugas-family.org> <20081231002557.D45571@wojtek.tensor.gdynia.pl> <495B2516.4020904@dugas-family.org> <495B2A4B.8010002@gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
Manolis Kiagias wrote: >>First thing that may be wrong is the understanding of the time >>figures. The documentation is not clear about them and the -h option >>is not working : >> >>client6# time -h tar -cf - /usr > /dev/null >>-h: Command not found. >>0.000u 0.000s 0:00.00 0.0% 0+0k 0+0io 0pf+0w > > Just a sidenote, you are probably getting a version of time integrated > to your shell. The -h option works fine in /usr/bin/time, so run like this: > > client6# /usr/bin/time -h tar -cf - /usr > /dev/null Very true, this is it :-) Thanks a lot for your help ! Best regards, -- Bernard DUGAS Mobile +33 615 333 770
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?495B3DC8.20003>