How to capture no. of open files on my file server using perform monitors
-
Dear Team,
My customer using file server in windows server 2008. Many users have accessed files from the file server. we need to capture "no. of concurrent file users access" and "no. of open files & size of files" using performance counters. I searched on google. i didnt get how to capture my parameters using windows performance monitor. kindly provide support ...
Ghani
-
Performance does not measure the size of an open file, as that is not related to performance.
-
If you were using at least Server 2012, you can use powershell commands like
Get-SmbOpenFile
to list number of files opened.
https://docs.microsoft.com/en-us/powershell/module/smbshare/get-smbopenfile?view=win10-ps