<div dir="ltr">Hi,<div><br></div><div>There are several programs that will basically take the outputs of your scans and store the results in a database. If you size the database appropriately, then querying that database will be much quicker than querying the filesystem.  But of course the results will be a little bit outdated.</div><div><br></div><div>One such project is robinhood. <a href="https://github.com/cea-hpc/robinhood/wiki">https://github.com/cea-hpc/robinhood/wiki</a></div><div><br></div><div>A simpler way might be to just have daily/weekly cron jobs that output text reports, without maintaining a separate database.</div><div><br></div><div>But there is no way to avoid doing a recursive POSIX tree traversal, since that is how you get your info out of your filesystem.</div><div><br></div><div>Regards,</div><div>Alex</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Tue, May 1, 2018 at 5:30 AM, mohammad kashif <span dir="ltr">&lt;<a href="mailto:kashif.alig@gmail.com" target="_blank">kashif.alig@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Hi<div><br></div><div>Is there any easy way to find usage per user in Gluster? We have 300TB storage with almost 100 million files. Running du take too much time. Are people aware of any other tool which can be used to break up storage per user?</div><div><br></div><div>Thanks</div><span class="HOEnZb"><font color="#888888"><div><br></div><div>Kashif </div></font></span></div>
<br>______________________________<wbr>_________________<br>
Gluster-users mailing list<br>
<a href="mailto:Gluster-users@gluster.org">Gluster-users@gluster.org</a><br>
<a href="http://lists.gluster.org/mailman/listinfo/gluster-users" rel="noreferrer" target="_blank">http://lists.gluster.org/<wbr>mailman/listinfo/gluster-users</a><br></blockquote></div><br></div>