summaryrefslogtreecommitdiffstats
path: root/src/go/plugin/go.d/modules/smartctl/testdata/type-nvme/device-nvme0.json
blob: 1b31d322d8f73d1cd149afb4c59304a5c97c918a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
{
  "json_format_version": [
    1,
    0
  ],
  "smartctl": {
    "version": [
      7,
      3
    ],
    "svn_revision": "5338",
    "platform_info": "REDACTED",
    "build_info": "(local build)",
    "argv": [
      "smartctl",
      "--all",
      "--json",
      "--device=nvme",
      "/dev/nvme0"
    ],
    "exit_status": 0
  },
  "local_time": {
    "time_t": 1714480742,
    "asctime": "Tue Apr 30 15:39:02 2024 EEST"
  },
  "device": {
    "name": "/dev/nvme0",
    "info_name": "/dev/nvme0",
    "type": "nvme",
    "protocol": "NVMe"
  },
  "model_name": "Seagate FireCuda 530 ZP4000GM30023",
  "serial_number": "REDACTED",
  "firmware_version": "REDACTED",
  "nvme_pci_vendor": {
    "id": 7089,
    "subsystem_id": 7089
  },
  "nvme_ieee_oui_identifier": 6584743,
  "nvme_total_capacity": 4000787030016,
  "nvme_unallocated_capacity": 0,
  "nvme_controller_id": 1,
  "nvme_version": {
    "string": "1.4",
    "value": 66560
  },
  "nvme_number_of_namespaces": 1,
  "nvme_namespaces": [
    {
      "id": 1,
      "size": {
        "blocks": 7814037168,
        "bytes": 4000787030016
      },
      "capacity": {
        "blocks": 7814037168,
        "bytes": 4000787030016
      },
      "utilization": {
        "blocks": 7814037168,
        "bytes": 4000787030016
      },
      "formatted_lba_size": 512,
      "eui64": {
        "oui": 6584743,
        "ext_id": 553497146765
      }
    }
  ],
  "user_capacity": {
    "blocks": 7814037168,
    "bytes": 4000787030016
  },
  "logical_block_size": 512,
  "smart_support": {
    "available": true,
    "enabled": true
  },
  "smart_status": {
    "passed": true,
    "nvme": {
      "value": 0
    }
  },
  "nvme_smart_health_information_log": {
    "critical_warning": 0,
    "temperature": 39,
    "available_spare": 100,
    "available_spare_threshold": 5,
    "percentage_used": 0,
    "data_units_read": 52,
    "data_units_written": 0,
    "host_reads": 550,
    "host_writes": 0,
    "controller_busy_time": 0,
    "power_cycles": 2,
    "power_on_hours": 3113,
    "unsafe_shutdowns": 1,
    "media_errors": 0,
    "num_err_log_entries": 4,
    "warning_temp_time": 0,
    "critical_comp_time": 0
  },
  "temperature": {
    "current": 39
  },
  "power_cycle_count": 2,
  "power_on_time": {
    "hours": 3113
  }
}