Rapflame Posted September 17, 2024 Posted September 17, 2024 Hi, I noticed something slowing down my server after a fresh boot. After some investigation it looks like something starts the following command: du -sb /mnt/user/<sharename> ─ php-fpm: master process (/etc/php-fpm.conf) │ ├─ php-fpm: pool www │ │ └─ /bin/bash /usr/local/emhttp/webGui/scripts/share_size <sharename> ssz1 <cachePoolName1>,<cachePoolName2> │ │ └─ /bin/bash /usr/local/emhttp/webGui/scripts/share_size <sharename> ssz1 <cachePoolName1>,<cachePoolName2> │ │ ├─ du -sb /mnt/disk1/<sharename> │ │ └─ cut -f1 Looks like the parent process is the Unraid webui? I have one share with a couple TB of really small files and not the fastest disks so this process takes ages. I was wondering what this process is for and if I can exclude specific shares? Hope someone could help me. Thanks in advance! Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.