The performance of a large number of files

xue jiaolong jiaolongxue at outlook.com
Wed Nov 2 00:25:19 UTC 2016


Window8 operating system, the default copy program

???: Jeremy Allison<mailto:jra at samba.org>
????: ?2016???11???2??, ???? ?8?:?12
???: live:jiaolongxue<mailto:jiaolongxue at outlook.com>
??: samba-technical at lists.samba.org<mailto:samba-technical at lists.samba.org>

On Tue, Nov 01, 2016 at 11:46:02PM +0000, xue jiaolong wrote:
> When I try to create more than 100,000 files under a CIFS mount directory on a Windows machine, the smbd cpu usage increases as the number of files increases and performance degrades. I look at the smbd log, before the creation of each document will receive from the client SMB2_FIND request, the request parameters in_file_name = "*", used to obtain the entire directory of information. That is to say that each file needs to create a whole directory of information, with the increase in the number of sub-files, performance significantly decreased. I would like to ask is whether the SMB protocol to consider the use of a large number of documents under the directory scene, smbd there is no way to optimize, or modify the configuration can improve performance?

This looks like a cifsfs client question.

What system calls (use strace) is your 100,000
file creation code doing ? That might explain
a lot.


More information about the samba-technical mailing list