This article explains about fn_virtualfilestats function in sql server with examples.
Column
Datatype
Description
DbId
smallint
Database ID
FileId
File ID
TimeStamp
int
Time at which the data was taken
NumberReads
bigint
Number of reads issued on the file
NumberWrites
Number of writes made on the file
BytesRead
Number of bytes read issued on the file
BytesWritten
Number of bytes written made on the file
IoStallMS
Total amount of time, in milliseconds, that users waited for the I/Os to complete on the file