Question about bandwith usage when indexing google drive

General discussion related to "Everything".
Post Reply
stewartbourke487
Posts: 2
Joined: Sat Dec 14, 2024 12:39 pm

Question about bandwith usage when indexing google drive

Post by stewartbourke487 »

Using Everything to index google drive - works fine. My Google drive is mounded as a disk on my machine (G:)

I have a question about bandwidth and network resources.

Given that Everything is monitoring filesystem changes, is it only working on the local G: drive, or is it using any internet bandwidth or network resources when monitoring the drive?

Thank you

Stewart Bourke
void
Developer
Posts: 17149
Joined: Fri Oct 16, 2009 11:31 pm

Re: Question about bandwith usage when indexing google drive

Post by void »

Hard to say as Everything uses the Windows API call ReadDirectoryChangesW to monitor changes to your Google drive.

I would assume this drive is cached locally and the changes are event driven.
There should be minimal resource usage and minimal bandwidth usage.

Check the resource usage with the Windows Resource Monitor:
From the Start menu, search for:
resource

Click Resource Monitor
Click the Network tab and check network activity from Everything and the System.



ReadDirectoryChangesW can open many handles to folders.
These should eventually close.
Check your handle counts for the Everything.exe process in the Task Manager.
stewartbourke487
Posts: 2
Joined: Sat Dec 14, 2024 12:39 pm

Re: Question about bandwith usage when indexing google drive

Post by stewartbourke487 »

thank you - that helps me understand.

I'll check the resources as you suggest.
Post Reply