Condividi tramite


CLS_IO_STATISTICS struttura (wdm.h)

La struttura CLFS_IO_STATISTICS contiene i dati delle statistiche di I/O per un log CLFS (Common Log File System).

Sintassi

typedef struct _CLS_IO_STATISTICS {
  CLS_IO_STATISTICS_HEADER hdrIoStats;
  ULONGLONG                cFlush;
  ULONGLONG                cbFlush;
  ULONGLONG                cMetaFlush;
  ULONGLONG                cbMetaFlush;
} CLS_IO_STATISTICS, *PCLS_IO_STATISTICS, PPCLS_IO_STATISTICS;

Members

hdrIoStats

Struttura CLFS_IO_STATISTICS_HEADER che contiene informazioni sull'intestazione per il set di statistiche.

cFlush

Numero di scaricamenti dei dati.

cbFlush

Numero di byte di dati scaricati.

cMetaFlush

Numero di download dei metadati.

cbMetaFlush

Numero di byte di metadati scaricati.

Requisiti

Requisito Valore
Intestazione wdm.h (include Wdm.h, Ntddk.h, Ntddk.h)

Vedi anche

CLFS_IO_STATISTICS_HEADER

ClfsGetIoStatistics