A web-based NVMe Identify data parser that helps you parse and understand NVMe controller and namespace information from hexdump data.
π https://wipeseals.github.io/nvme-identify-viewer/
- Multiple CNS Support: Parse various NVMe Identify structures including:
- Controller Identify (CNS 01h)
- Namespace Identify (CNS 00h, 11h)
- Active Namespace ID List (CNS 02h)
- Controller Lists (CNS 12h, 13h)
- Primary Controller Capabilities (CNS 14h)
- Hexdump Input: Paste hexdump output directly from
nvme-clior similar tools - Interactive Parsing: Real-time parsing with structured field display
- Sample Data: Built-in sample data for testing and demonstration
- Share Links: Generate shareable URLs with parsed data
- Responsive Design: Works on desktop and mobile devices
- Visit the live application
- Select the appropriate CNS (Controller or Namespace Structure) type
- Paste your hexdump data into the input area
- Click "Parse" to see the structured information
- Use "Load Sample" to see example data
- Use "Share Link" to create a shareable URL
This is a static web application built with vanilla HTML, CSS, and JavaScript. It uses:
- Tailwind CSS for styling
- No build process required - can be served directly
See LICENSE file for details.