Answers:
如果您对命令行实用程序没问题,可以随时smartmontools
从http://www.smartmontools.org/使用。
您将需要XCode从源代码编译它们(除非这里的人知道Mac OSX的二进制发行版),但是如果我没记错的话,编译该软件包没有问题。
我在2010年中期将OCZ SSD改装到我的MBP 15“中,并且可以使用smartctl
命令监视各种统计信息,包括写入的总字节数(在此处称为Lifetime_Writes)以及媒体损耗指示器(显示为百分比)。
为了给您一个想法,下面是示例输出:
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
为您的SSD显示的确切参数和统计信息可能会有所不同,但是由于它是免费工具,因此您可以自己尝试一下!
port install smartmontools
对于大多数人而言,它将是二进制下载-您仍然需要
brew install smartmontools
查看DriveDx:http ://binaryfruit.com/drivedx 。它具有免费的10天试用版,并显示SSD的剩余使用寿命指示器,总体运行状况等级,性能等级,重要的运行状况指示器以及有关SSD的许多其他有用和重要的信息。
这不是软件建议(我看到已经发布了一些建议),但更多的是技巧。尽管SSD的“寿命”确实比HDD短,但它的寿命仍然比正常情况下更长。您的SSD将超越其自身和所处计算机的需求,即,当它出现时,您可能仍想升级计算机。这个故事的寓意:不要担心。
“ ...通常,您应该从固态硬盘中获得多年的可靠使用……”