[SOLVED] File operation backlog size during mount

Is there a way to find out if rclone mount process has any pending upload/download operations?

I need to stop rclone mount process, but sometimes there' s a bigger file upload in progress that leaves file stuck in cache folder. I'd want to find a way to query such pending operations either via FS or RPC before killing the mount pid, is it possible? I checked documentation and various topics, but this is not mentioned anywhere.

Thank You in advance!

Update: I think this is exactly what I asked and it's available via RPC vfs/stats call

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.