IOPS, throughput, and latency are metrics to measure the performance of storage devices
- IOPS stands for input/output operations per second and indicates how many read/write requests the device can handle
- Throughput is the amount of data transferred per second and is calculated by multiplying IOPS by the average I/O size
- Latency is the time it takes for each I/O request to complete and should be as low as possible
IOPS, 처리량, 지연 시간은 저장 장치의 성능을 측정하는 지표입니다.
- IOPS는 입출력 작업(I/O)/초를 의미하며 장치가 처리할 수 있는 읽기/쓰기 요청의 수를 나타냅니다.
- 처리량은 초당 전송되는 데이터 양으로 IOPS를 평균 I/O 크기로 곱하여 계산됩니다
- 지연 시간은 각 I/O 요청이 완료되는 데 걸리는 시간으로 가능한 한 낮아야 합니다
* IOPS 계산 방법 IOPS(Input/Output Operations Per Second, IOPS)는 HDD, SDD 또는 NVMe등 저장장치의 속도를 나타내는데 사용도는 측정 단위입니다. MB/s, MiB/s 또는 GB/s, GiB/s 등과 같이 초당 전송량과 함께 많이 최근 들어 많이 사용되고 있는 단위입니다
'법, 용어 > 용어' 카테고리의 다른 글
EEPROM (0) | 2023.08.18 |
---|---|
용어 서버 (0) | 2023.08.16 |
네트워크_인피니밴드 InfiniBand (0) | 2023.08.13 |
네트워크_스위치 스태킹(stacking) (0) | 2023.08.13 |
네트워크_VRRP (Virtual Redundancy Routing Protocol) (0) | 2023.08.13 |