File system performance
John Musbach
johnmusbach1 at gmail.com
Wed Dec 19 16:49:56 PST 2007
On Dec 18, 2007 11:29 PM, Bernu Bernard <bernu at lptmc.jussieu.fr> wrote:
> Hi all,
>
> I'm looking for informations on the performances of OSX Server
> concerning creation and access of directories and files.
> Is it some links or starting point to look at ?
Not sure but maybe this helps:
Macintosh:~ JohnM$ time mkdir test;time cd test
real 0m0.003s
user 0m0.001s
sys 0m0.003s
real 0m0.000s
user 0m0.000s
sys 0m0.000s
Macintosh:test JohnM$ cd ..
Macintosh:~ JohnM$ cd test
Macintosh:test JohnM$ time cd ..;time rm -rfd test
real 0m0.000s
user 0m0.000s
sys 0m0.000s
real 0m0.004s
user 0m0.001s
sys 0m0.003s
--
Best Regards,
John Musbach
More information about the MacOSX-admin
mailing list