

기계 번역으로 제공되는 번역입니다. 제공된 번역과 원본 영어의 내용이 상충하는 경우에는 영어 버전이 우선합니다.

# Amazon EMR WAL 요금 및 지표 이해
<a name="emr-hbase-wal-metrics"></a>


| 핵심 기능 청구 단위 | 세부 정보 | 
| --- | --- | 
| EMR-WAL-Read-GiB | API calls to read data from your table are billed as ReadRequestGiB. This includes [`Get` and `Scan`](https://hbase.apache.org/book.html#_data_model_operations) operations. Reads are charged based on the sizes of the read items. Amazon EMR bills at a minimum of 1 byte. For example, if you read a 1234.12 bytes item, you're charged for 1235 bytes. Reads are aggregated every hour for billing and shown as GiBs. | 
| EMR-WAL-Write-GiB | API calls to write data from your table are billed as Write-GiB. This includes [https://hbase.apache.org/book.html#_data_model_operations](https://hbase.apache.org/book.html#_data_model_operations) operations. Writes are charged based on the sizes of the written items. Amazon EMR bills at a minimum of 1 byte. For example, if you write a 1234.12 bytes item, you're charged for 1235 bytes. Writes are aggregated every hour for billing and shown as GiBs. | 
| EMR-WAL-WALHours | 서비스에 저장하는 WAL 수는 `EMR-WAL-WALHours`로 청구됩니다. Amazon EMR에서는 HBase 리전당 하나의 WAL을 생성합니다. 예를 들어, 시스템 테이블을 포함하여 HBase 테이블 20개를 생성하고 각 테이블에서 HBase 리전이 2개인 경우 다음과 같이 계산된 28,800시간의 WAL을 사용합니다.<pre>  20 tables <br />x  2 Regions per table <br />x  1 WAL per Region <br />x 30 days <br />x 24 hours <br />-----------<br />28,800 EMR-WAL-WALHours</pre> | 

**예제 `EMRWALCount`:**

![약 18.87~19.20 범위의 시간 경과에 따른 ResourceCount 변동을 보여주는 선 그래프입니다.](http://docs.aws.amazon.com/ko_kr/emr/latest/ReleaseGuide/images/wal-metric.png)


**예제 `EMRWALWorkspaceCount`:**

![시간 경과에 따른 ResourceCount 변동을 보여주는 그래프로, 범위는 7.97~8.32입니다.](http://docs.aws.amazon.com/ko_kr/emr/latest/ReleaseGuide/images/wal-metric2.png)
