Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 11 Aug 2018 01:20:22 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 230491] stat(1): Improve performance with getpwuid() and getgrgid() caching
Message-ID:  <bug-230491-227-fFnzeym7Dx@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-230491-227@https.bugs.freebsd.org/bugzilla/>
References:  <bug-230491-227@https.bugs.freebsd.org/bugzilla/>

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

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=230491

--- Comment #6 from Garance A Drosehn <gad@FreeBSD.org> ---
(In reply to Garance A Drosehn from comment #5)

for instance, on one sample directory:

time ls -ln <sample>
....
real    0m0.010s
user    0m0.001s
sys     0m0.007s

time ls -l <sample>   # on host with nscd
....
real    0m0.012s
user    0m0.002s
sys     0m0.006s

time ls -l <sample>   # on host without nscd
....
real    0m1.156s
user    0m0.003s
sys     0m0.009s

-- 
You are receiving this mail because:
You are the assignee for the bug.


Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-230491-227-fFnzeym7Dx>