SSD-Z - незаменимая утилита для владельцев SSD

The keyboard shortcut modifier to change tabs, was changed from Alt to Control. E.g. .
- Added keyboard shortcuts to resize the window. Using will resize the window to 100%, 150%, 250% or 300%. Last two are width only.
- New Tab: "Config". This tab allows for customization of SSD-Z. The Config tab can be opened by pressing or from the system menu.
- Settings are now stored in an INI file, in the same folder as the EXE. What"s saved: last active tab, last active device, window position, temperature unit, plus a few other things.
- The mousewheel can now scroll the visible tabs, if there are too many to fit at once.
- Partition Tab: The volume list now shows the percentage of free space left.
- Improved interpretation for certain SMART attributes.
- Improved several tooltips to be more clear about what the specific field show.
- Benchmark Tab: Improved the IOPS benchmark by using queue depth.
- More SSDs have been added to the database.
- Added support for a few more vendors and their associated logo.
- Fixed clicking on the temperature field on the device tab to swap unit. This will now property update the displayed temperature, instead of turning into "n/a".
- Partition Tab: Added a column showing if a partition is aligned on a 4k boundry.
- DevSlp are now be listed in the capabilities, for devices that support it.
- Removed the "-expand" command line parameter. It has been made useless now that the window size is remembered between sessions.
- Benchmark Tab: Replaced the specific benchmark selection buttons with a dropdown list.
- Benchmark Tab: The benchmark data is now remembered, even if another benchmark is activated or another device is selected. Only doing a full refresh, or bottom left button, will clear benchmark data.
- Benchmark Tab: Some benchmarks can now be aborted when running. This is just a temporary fix until the benchmarks are properly threaded.
- Added a keyboard shortcut to activate the previously selected tab.
- SMART Tab: The attribute name of the selected item can now be copied to the clipboard using or by double clicking the attribute.
- Added "system.stay_on_top" option to make SSD-Z stay on top.
- Identify Tab: Many words now displays a description of what each individual bit means.
- Added debugging option "system.enum_scsi_debug". When enabled, "\\.\ScsiX:" devices will be enumerated.
- New Tab: "Submit". Here you can submit your SSD to the TechPowerUp database. Having access to the submitted information of many SSDs will help improve future versions.
- Increased the default window width, to accommodate the increased number of tabs.

SSD-Z Changes | 2016 Sep 08
  • More devices are recognized now. Thanks again for all the submissions.
  • Fixed an error that would in some cases display the model name and especially the firmware incorrectly.
  • Decoder: Now shows the form factor for Crucial devices.
  • Unknown LiteOn devices will now properly display the LiteOn logo.
  • No longer blocks support for Aero Snap, when moving the window to the screen edge.
  • Certain devices with a capacity of 1TB or above, was not getting detected due to the pattern matching only looking for a "G" in the model name.
  • Device Tab: The interface will now scale to the window size. To disable this, set "tabs.device.ui_scale" to 1.00, or any other factor you prefer. Using 0.00 means it will autoscale.
SSD-Z Changes | 2016 Jul 01
  • The submission feature is working yet again.
  • Submissions are now being posted over HTTPS.
SSD-Z Changes | 2016 Jun 29
  • The submission feature is working again now.
SSD-Z Changes | 2016 Jun 23
  • Added more devices, as well as fixed a few with missing or incorrect data.
  • Corrected Silicon Power SSDs being detected as an S60 model. Unfortunately, as these SSDs all report the same model name, it"s near impossible through software to determine the exact model.
  • Fixed: If a device was removed from the system, any device with a larger ID after it, would not be detected.
  • The default temperature unit will now always initialize as Celcius, even if your system has been configured for Imperial units. Click the temperature field to toggle the setting to Fahrenheit.
  • Mouse wheel scrolling will now more intuitively reach the window under the mouse, and not the window with focus.
  • Changed keyboard shortcut for "last active tab" from to . This was to avoid the clash with the global combobox dropdown shortcut of F4.
  • Added option to display the raw SMART attribute values as either decimal or hexadecimal.
  • Fixed: Changing of the temperature unit, will now properly apply to all devices, and not only the current device.
  • Added a new tab "Decoder", which for some devices can decode and display the meaning of the model number. Accessible from the system menu, by right-clicking the window caption.
  • Restructured how the SMART attributes and thresholds are stored and accessed internally. This should fix those extremly rare cases of the threshold ID not matching up with the attribute ID.
  • ListView column headers are now properly scaled to the system DPI.
  • New "Speed" field on the device tab. It shows the active SATA transfer speed, out of the device"s maximum.
SSD-Z Changes | 2016 Jan 18
  • Added many new devices with the help from everyone who submitted their SSDs.
  • Device Tab: For devices that report it, the form factor can now be viewed in the Interface field tooltip.
  • Submit Tab: No longer uses the GetVersionEx() API function, as it was deprecated with Windows 8.1.
  • Identify Tab: Improved the listing and selection of words and bits.
  • Partition Tab: Added new column, which shows the percentage that each partition occupies of the total capacity.
  • Removed some debug code from the previous release that was accidentally left in.
  • Submit Tab: Fixed the Unix Timestamp using local time instead of UTC.
  • Submit Tab: Removed a lot of unneeded SMART attribute queries when generating the JSON data.
  • Updated the "Full Update" button, so it"s actually being drawn with the active Windows theme.
  • For SSDs with an unknown controller, SMART attributes are no longer based on what is most likely for that vendor, and will use the basic fallback descriptor instead. This behaviour was causing certain SSDs to display some attributes very incorrectly, especially the bytes read/written.
  • Moved the SMART attribute query code into the device core. Previously, each tab that needed access to SMART data, had to query it themselves. This caused extra overhead as both the SMART and Submit tab was querying SMART attributes.
  • The "Bytes Written" field on the Device tab, should be better at pulling the data from the most precise attribute.
  • Submit: Fixed an issue with malformed JSON data under certain circumstances, causing the submission to fail.
  • Device Tab: Added "SATA Speed" in the balloon tooltip for the Interface field.
  • Device Tab: Added "WorldWideName" in the balloon tooltip for the Device Name field.
SSD-Z Changes | 2015 Jul 11
  • The keyboard shortcut modifier to change tabs, was changed from Alt to Control. E.g. .
  • Added keyboard shortcuts to resize the window. Using will resize the window to 100%, 150%, 250% or 300%. Last two are width only.
  • New Tab: "Config". This tab allows for customization of SSD-Z. The Config tab can be opened by pressing or from the system menu.
  • Settings are now stored in an INI file, in the same folder as the EXE. What"s saved: last active tab, last active device, window position, temperature unit, plus a few other things.
  • The mousewheel can now scroll the visible tabs, if there are too many to fit at once.
  • Partition Tab: The volume list now shows the percentage of free space left.
  • Improved interpretation for certain SMART attributes.
  • Improved several tooltips to be more clear about what the specific field show.
  • Benchmark Tab: Improved the IOPS benchmark by using queue depth.
  • More SSDs have been added to the database.
  • Added support for a few more vendors and their associated logo.
  • Fixed clicking on the temperature field on the device tab to swap unit. This will now property update the displayed temperature, instead of turning into "n/a".
  • Partition Tab: Added a column showing if a partition is aligned on a 4k boundry.
  • DevSlp is now listed in the capabilities, for devices that support it.
  • Removed the "-expand" command line parameter. It has been made useless now that the window size is remembered between sessions.
  • Benchmark Tab: Replaced the specific benchmark selection buttons with a dropdown list.
  • Benchmark Tab: The benchmark data is now remembered, even if another benchmark is activated or another device is selected. Only doing a full refresh, or bottom left button, will clear benchmark data.
  • Benchmark Tab: Some benchmarks can now be aborted when running. This is just a temporary fix until the benchmarks are properly threaded.
  • Added a keyboard shortcut to activate the previously selected tab.
  • SMART Tab: The attribute name of the selected item can now be copied to the clipboard using or by double clicking the attribute.
  • Added "system.stay_on_top" option to make SSD-Z stay on top.
  • Identify Tab: Many words now displays a description of what each individual bit means.
  • Added debugging option "system.enum_scsi_debug". When enabled, "\\.\ScsiX:" devices will be enumerated.
  • New Tab: "Submit". Here you can submit your SSD to the TechPowerUp database. Having access to the submitted information of many SSDs will help improve future versions.
  • Increased the default window width, to accommodate the increased number of tabs.
For SSD-Z changes in earlier releases, view the included changelog.txt file.

Какой программой можно получить подробную информацию о твердотельном накопителе SSD ?

Бесплатная утилита SSD-Z от Aezay Productions (Anders Jakobsen) покажет подробную информацию о твердотельном накопителе SSD.
SSD-Z позволяет получить информацию о:
- производителе и модели,
- серийном номере и дате старта производства,
- версии прошивки и технологиях изготовления микросхем памяти,
- интерфейсе подключения и вместимости,
- статусах TRIM и SMART,
- объёмах записанных данных и других характеристиках.

Кроме того утилита покажет температуру и общее количество записанных байт, диски и разделы.
Также SSD-Z обладает функцией Benchmark, которая обеспечивает быстрый обзор производительности по нескольким самым популярным параметрам.

Установка SSD-Z не требует, распространяется на бесплатной основе.
Язык интерфейса поддерживается только один - английский.
Сайт автора SSD-Z

Утилита похожа своим интерфейсом с другими информационными программами, как CPU-Z или GPU-Z.
Главное окно программы «Device» является основным и показывает только информацию о диске:

- «Device Name» - Наименование устройства
- «Firmware» - Номер прошивки
- «Serial Number» - Серийный номер
- «Controller» - Используемый контроллер
- «Technology - Поддерживаемые технологии
- «NAND-Capabilities» - Технология производства NAND памяти и тип ячеек
- «Launch Date» - Время запуска серии SSD и работоспособность команды TRIM
- «Interface» - Интерфейс передачи
- «S.M.A.R.T.» - Статус S.M.A.R.T.
- «Температура твердотельного диска и ряд других параметров по части секторов, и записанных данных.

Важно заметить, что часть информации зависит от предварительно внесенных в программу данных разработчиком.
То есть, SSD-Z не сможет распознать контроллер и память только что вышедшего в свет SSD, точно также как CPU-Z не может определять точно наименования и параметры инженерных образцов процессоров.

На вкладке «S.M.A.R.T.» получаем информацию из показаний самодиагностики SSD.
Наиболее полезными значениями тут будут температура, уровень записанных данных и конечно условное обозначение здоровья диска.

На вкладке «Partitions» обозначены все доступные (в том числе, системные и скрытые) разделы твердотельных дисков.
Если вы хотите выбрать другой накопитель, подключенный к ПК, то в нижней части программы есть меню, позволяющее это сделать.

Вкладка «Benchmark» создана для тестирования различных скоростей твердотельных дисков.

Остальные вкладки программы носят технических характер, например, показывая ряд определенных системных значений.
Также существует возможность отправить разработчику слепок показателей, вместе с дополнительным комментарием и связаться с ним иными способами.

SSD-Z - программа для сбора подробной технической информации об SSD-дисках. Свое название программа получила по шаблону известных приложений для сбора данных о центральном процессоре и графической карте CPU-Z и GPU-Z. Вот только разработчик у SSD-Z совсем другой. Впрочем, программа все равно работает быстро и эффективно, а интерфейс ее максимально похож на таковой у вышеупомянутых решений.

Запустив приложение пользователь увидит окно с несколькими вкладками. Переключаясь между ними можно узнать об установленном в системе накопителе много нового. SSD-Z отображает модель диска, его производителя, серийный номер, номер прошивки, интерфейс подключения, емкость, объем занятого места, температуру (только в некоторых моделях), количество записанных данных за все время, дату первого запуска, размер секторов, поддерживаемые технологии, NAND, данные S.M.A.R.T и прочую информацию. Если в системе установлено сразу несколько твердотельных накопителей, то переключиться на нужный можно из выпадающего меню, расположенного в нижней части раздела "Устройство". Процесс сбора данных происходит практически моментально даже на самых слабых системах. SSD-Z работает с большинством современных моделей SSD, а поддержка "свежих" добавляется вместе с регулярными обновлениями программы. Пользоваться ею вы можете совершенно бесплатно. Доступна SSD-Z в виде обычной и портативной (не требующей установки) версий.

Из недостатков, на которые жалуются пользователи, стоит отметить тот факт, что SSD-Z не умеет "прогнозировать" оставшееся время эксплуатации накопителя. Впрочем, приложения, которые умеет составлять подобные прогнозы, не всегда оказываются правы, так как не учитывают внешние факторы.

Предлагаем вниманию читателей утилиту, которая покажет ряд характеристик твердотельных дисков, а также поможет протестировать их скорости работы – SSD- Z . Данная программа, как и многие другие бесплатные утилиты, была разработана энтузиастом и может пригодиться пользователям.

Разработчик: Anders Jakobsen

Распространение: Бесплатное

Возможности: Информация, а также тест скорости работы

Скачать архив с программой:

Главное окно программы SSD-Z

Утилита похожа своим интерфейсом с другими информационными программами, как CPU-Z или GPU-Z. Поэтому пользователь, запускавший хоть раз одну из них будет «как у себя дома». Главное окно программы, оно же является основным, демонстрирует только информацию о диске. Здесь присутствуют несколько граф:

  • Наименование устройства
  • Номер прошивки
  • Серийный номер
  • Используемый контроллер
  • Технология производства NAND памяти и тип ячеек
  • Время запуска серии SSD и работоспособность команды TRIM
  • Поддерживаемые технологии
  • Интерфейс передачи
  • Статус S.M.A.R.T.
  • Температура твердотельного диска и ряд других параметров по части секторов, и записанных данных.

Важно заметить, как и прочие утилиты подобного рода, фактически, большую часть информации они берут из системы, из разных доступных источников, но тут они выводятся в едином месте, что удобно. Другая информация зависит от предварительно внесенных в программу данных. То есть, SSD-Z не сможет распознать контроллер и память только что вышедшего SSD, точно также как CPU-Z не может определять точно наименования и параметры инженерных образцов процессоров. От работы проведенной производителями с автором программы многое зависит, поэтому мы призываем все бренды производителей дисков сотрудничать с ним.

Вкладка S.M.A.R.T SSD-Z

На следующей вкладке пользователь получает информацию из показаний самодиагностики SSD. Наиболее полезными значениями для рядовых пользователей тут будут температура, уровень записанных данных и конечно условное обозначение здоровья диска.

Вкладка Partitions SSD-Z

На вкладке Partitions обозначены все доступные (в том числе, системные и скрытые) разделы твердотельных дисков. Если вы хотите выбрать другой накопитель, подключенный к ПК, то в нижней части программы есть меню, позволяющее это сделать. Надо сказать, что в ряде случаев эта опция программы SSD-Z может помочь пользователям.

Раздел SSD-Z benchmark создан для тестирования различных скоростей твердотельных дисков. Пока программа находится в бета стадии, результаты могут иметь не объективный характер. Тем не менее, тесты нескольких дисков, что мы проводили, показывают, что результаты скоростей в графах IOPS выглядят достаточно правдоподобно.

Остальные вкладки программы носят технических характер, например, показывая ряд определенных системных значений. Также существует возможность отправить разработчику слепок показателей, вместе с дополнительным комментарием и связаться с ним иными способами.