cancel
Showing results for 
Search instead for 
Did you mean: 

Series 710 SMART Parameter ID E1h - Host Writes Indicator

idata
Esteemed Contributor III

Hi All,

I am working with a 100 GB 710 SSD and Intel's SSD Toolbox software, version 3.0.3. Can someone please explain why the S.M.A.R.T. parameter ID E1h (Host Writes Indicator) reports a value with a GB suffix? According to the description in the Intel SSD Toolbox User's Guide this value is a counter and states "This attribute reports the total number of sectors written by the host system. The raw value is increased by 1 for every 65,536 sectors written by the host. Use the Raw value for this attribute."

Is this value actually 1.0 x 109?

9 REPLIES 9

CFran6
New Contributor II

The underlying RAW value of attribute E1 is actually a counter with 64Ki sectors or 32MiBytes as unit of measure. The SSD toolbox converts this counter to G/TBytes but older versions apparently use a bogus factor.

After update to SSD Toolbox 3.1.1, the printed value looks good.

Alternatively, check the "Logical Sectors Read/Written" counters from ATA Device Statistics (smartctl -l devstat ...). Unlike SMART attributes, these counters are not allowed to be vendor specific.

idata
Esteemed Contributor III

Christian,

Thank you that helped. However, the number I'm calculating for data written to my SSD seems enormous for the amount of time we used it (17.656656 Petabytes written to SSD). I downloaded the SSD Toolbox V3.1.1 and pulled in a raw E1 value of 501.47GB (BTY this value didn't change from my 3.0.3 toolbox version). We are using Intel's 710 Series 100 GB SSD which if I'm reading the specs correctly we have already exceed the max writes and the E9 Media Wearout Indicator is still sitting at 0.

Will you please confirm that my approach to calculating the total data written to our SSD during our workload test is correct?

The following are my calculations for determining the amount of data that was written to the SSD during our workload test:

E1 - Host Writes Raw Value = 501.84 GB

  • divide by 1024 Bytes per your note above to get counts value:

501.84 GB/1024 Bytes = 526217380 cnts.

  • multiply # of sectors per cnt:

526 217 380 cnts x 65, 535 sectors = 34,485,655,998,300 sectors written to SSD.

  • 512 Bytes per sector to calculate the total data written to the SSD:

34,485,655,998,300 sectors x 512 Bytes = 17,656,655,871,129,600 Bytes Written.

  • 17,656,655,871,129,600 Bytes = 17.656656 Petabytes of data written to SSD

Thank you.

CFran6
New Contributor II

No, this is not correct.

Here some test results from another 710 using Toolbox and another SMART tool which prints the raw values as is:

Output from Intel SSD Toolbox 3.1.1:

E1 Host Writes: 648,13 GB

...

F1 Total LBAs Written: 648,13 GB

F2 Total LBAs Read: 2.55 TB

Output from smartmontools 6.0 on same machine:

# smartctl -i -A -f brief -f hex,id -l devstat /dev/csmi1,5

smartctl 6.0 2012-10-10 r3643 [i686-w64-mingw32-win7(64)-sp1] (sf-6.0-1)

...

Model Family: Intel 710 Series SSDs

Device Model: INTEL SSDSA2BZ200G3

Firmware Version: 6PC10362

...

Vendor Specific SMART Attributes with Thresholds:

ID# ATTRIBUTE_NAME FLAGS VALUE WORST THRESH FAIL RAW_VALUE

...

0xe1 Host_Writes_32MiB -O--CK 100 100 000 - 20740

...

0xf1 Host_Writes_32MiB -O--CK 100 100 000 - 20740

0xf2 Host_Reads_32MiB -O--CK 100 100 000 - 83455

...

Device Statistics (GP Log 0x04)

Page Offset Size Value Description

...

1 0x018 6 1359264008 Logical Sectors Written

1 0x020 6 1358197 Number of Write Commands

1 0x028 6 5469343050 Logical Sectors Read

1 0x030 6 1545915 Number of Read Commands

...

Results from SMART Attributes 0xE1/0xF1/0xF2:

20740 * 32 MiB = 663680 MiB = 648.125 GiB

83455 * 32 MiB = 2670560 MiB = 2607.968 GiB = 2.547 TiB

Results from Device Statistics Counters 0x018/0x028:

1359264008 * 0.5 KiB = 679632004 KiB = 663703.128 MiB = 648,147 GiB

5469343050 * 0.5 KiB = 2734671525 KiB = 2670577.66 MiB = 2607.986 GiB = 2.547 TiB

Conclusion: SSD Toolbox 3.1.1 prints a reasonable value for these attributes.

idata
Esteemed Contributor III

Christian,

My real concern is how much data was written to the SSD during my workload media endurance test. So, are you saying that using SSD toolbox v3.1.1 my E1 Host Writes number of 501.84 GB is actually the amount of data that was written to my SSD. If this is not the case can you show me how I would calculate or determine how much data was actually written to my Solid State Drive?

Thank you.

CFran6
New Contributor II

Yes, it is the amount of data as reported by the drive firmware.