> ## Documentation Index
> Fetch the complete documentation index at: https://devdocs.xbox.com/llms.txt
> Use this file to discover all available pages before exploring further.

# IDStorageFactoryX1::GetStats

> IDStorageFactoryX1::GetStats

# IDStorageFactoryX1::GetStats

DirectStorage 통계를 가져옵니다. 이 통계에는 Win32 파일 IO가 포함되지 않습니다.

## 구문

```cpp theme={null}
void GetStats(  
    DSTORAGE_STATS *stats  
)  
```

### 매개 변수

*stats*\
형식: [DSTORAGE\_STATS](/reference/system/dstorage/structs/dstorage_stats) \*

DirectStorage 통계를 받을 구조체에 대한 포인터입니다.

### 반환 값

형식: void

## 설명

이 함수는 DirectStorage를 기존 진단 및 원격 분석 파이프라인과 통합하는 데 사용할 수 있습니다. 최소한의 처리만 수행하므로 자주 호출해도 됩니다. 이 통계에는 Win32 파일 IO 작업이 포함되지 않습니다.

## 요구 사항

**헤더:** dstorage\_xs.h

**라이브러리:** dstorage\_xs.lib

**지원되는 플랫폼:** XBOX Series 콘솔

## 함께 보기

[IDStorageFactoryX1](/reference/system/dstorage/interfaces/IDStorageFactoryX1/idstoragefactoryx1)\
[DStorage](/reference/system/dstorage/dstorage_members)\
[DirectStorage 개요](/build/console-features/storage/directstorage/directstorage-overview)


## Related topics

- [DSTORAGE_STATS](/ko/reference/system/dstorage/structs/dstorage_stats.md)
- [DSTORAGE_PRIORITY_STATS](/ko/reference/system/dstorage/structs/dstorage_priority_stats.md)
- [IDStorageFactoryX1](/ko/reference/system/dstorage/interfaces/IDStorageFactoryX1/idstoragefactoryx1.md)
- [DirectStorage 개요](/ko/build/console-features/storage/directstorage/directstorage-overview.md)
- [DStorageGetFactory](/ko/reference/system/dstorage/functions/dstoragegetfactory.md)
