Nếu bạn ổn với các tiện ích Dòng lệnh, bạn luôn có thể sử dụng smartmontools
từ http://www.smartmontools.org/ .
Bạn sẽ cần XCode để biên dịch chúng từ nguồn (trừ khi ai đó ở đây biết phân phối nhị phân cho Mac OSX), nhưng nếu tôi nhớ chính xác thì tôi không gặp vấn đề gì khi biên dịch gói.
Tôi có một ổ SSD OCZ được trang bị thêm vào MBP 15 "vào giữa năm 2010 và tôi có thể sử dụng smartctl
lệnh để theo dõi các số liệu thống kê khác nhau, bao gồm Tổng số byte được ghi (được gọi ở đây là Lifetime_Writes) cũng như Chỉ số hao mòn phương tiện (được hiển thị dưới dạng phần trăm).
Để cung cấp cho bạn một ý tưởng, đây là đầu ra ví dụ:
MacBook:~😈 smartctl -a /dev/disk0
smartctl 6.0 2012-10-10 r3643 [x86_64-apple-darwin12.2.0] (local build)
Copyright (C) 2002-12, Bruce Allen, Christian Franke, www.smartmontools.org
=== START OF INFORMATION SECTION ===
Model Family: Indilinx Everest/Martini based SSDs
Device Model: OCZ-VERTEX4
Serial Number: OCZ-xxxxxxxxxxxxxxxxx
LU WWN Device Id: 5 e83a97 49c31f44c
Firmware Version: 1.5
User Capacity: 512,110,190,592 bytes [512 GB]
Sector Size: 512 bytes logical/physical
Rotation Rate: Solid State Device
Device is: In smartctl database [for details use: -P show]
ATA Version is: ACS-2 (minor revision not indicated)
SATA Version is: SATA 3.1, 6.0 Gb/s (current: 3.0 Gb/s)
Local Time is: Sat Apr 20 23:39:33 2013 IST
SMART support is: Available - device has SMART capability.
SMART support is: Enabled
=== START OF READ SMART DATA SECTION ===
SMART overall-health self-assessment test result: PASSED
General SMART Values:
Offline data collection status: (0x00) Offline data collection activity
was never started.
Auto Offline Data Collection: Disabled.
Self-test execution status: ( 249) Self-test routine in progress...
90% of test remaining.
Total time to complete Offline
data collection: ( 0) seconds.
Offline data collection
capabilities: (0x1d) SMART execute Offline immediate.
No Auto Offline data collection support.
Abort Offline collection upon new
command.
Offline surface scan supported.
Self-test supported.
No Conveyance Self-test supported.
No Selective Self-test supported.
SMART capabilities: (0x0003) Saves SMART data before entering
power-saving mode.
Supports SMART auto save timer.
Error logging capability: (0x00) Error logging NOT supported.
General Purpose Logging supported.
Short self-test routine
recommended polling time: ( 0) minutes.
Extended self-test routine
recommended polling time: ( 0) minutes.
SMART Attributes Data Structure revision number: 18
Vendor Specific SMART Attributes with Thresholds:
ID# ATTRIBUTE_NAME FLAG VALUE WORST THRESH TYPE UPDATED WHEN_FAILED RAW_VALUE
1 Raw_Read_Error_Rate 0x0000 006 000 000 Old_age Offline - 6
3 Spin_Up_Time 0x0000 100 100 000 Old_age Offline - 0
4 Start_Stop_Count 0x0000 100 100 000 Old_age Offline - 0
5 Reallocated_Sector_Ct 0x0000 100 100 000 Old_age Offline - 0
9 Power_On_Hours 0x0000 100 100 000 Old_age Offline - 2981
12 Power_Cycle_Count 0x0000 100 100 000 Old_age Offline - 417
232 Lifetime_Writes 0x0000 100 100 000 Old_age Offline - 14566414269
233 Media_Wearout_Indicator 0x0000 100 000 000 Old_age Offline - 100
SMART Error Log not supported
Warning! SMART Self-Test Log Structure error: invalid SMART checksum.
SMART Self-test log structure revision number 1
No self-tests have been logged. [To run self-tests, use: smartctl -t]
Selective Self-tests/Logging not supported
Các thông số và số liệu thống kê chính xác được hiển thị cho SSD của bạn có thể khác nhau, nhưng vì là công cụ miễn phí, bạn có thể tự mình thử và xem!