summaryrefslogtreecommitdiffstats
path: root/src/go/collectors/go.d.plugin/modules/nvme/testdata/nvme-list.json
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/go/collectors/go.d.plugin/modules/nvme/testdata/nvme-list.json30
1 files changed, 30 insertions, 0 deletions
diff --git a/src/go/collectors/go.d.plugin/modules/nvme/testdata/nvme-list.json b/src/go/collectors/go.d.plugin/modules/nvme/testdata/nvme-list.json
new file mode 100644
index 000000000..6bf159c4f
--- /dev/null
+++ b/src/go/collectors/go.d.plugin/modules/nvme/testdata/nvme-list.json
@@ -0,0 +1,30 @@
+{
+ "Devices": [
+ {
+ "NameSpace": 1,
+ "DevicePath": "/dev/nvme0n1",
+ "Firmware": "SU6SM001",
+ "Index": 0,
+ "ModelNumber": "Seagate FireCuda 530 ZP4000GM30023",
+ "ProductName": "Non-Volatile memory controller: Seagate Technology PLC Device 0x5018",
+ "SerialNumber": "7VS00KNX",
+ "UsedBytes": 4000787030016,
+ "MaximumLBA": 7814037168,
+ "PhysicalSize": 4000787030016,
+ "SectorSize": 512
+ },
+ {
+ "NameSpace": 1,
+ "DevicePath": "/dev/nvme1n1",
+ "Firmware": "SU6SM001",
+ "Index": 1,
+ "ModelNumber": "Seagate FireCuda 530 ZP4000GM30023",
+ "ProductName": "Non-Volatile memory controller: Seagate Technology PLC Device 0x5018",
+ "SerialNumber": "7VS00J76",
+ "UsedBytes": 4000787030016,
+ "MaximumLBA": 7814037168,
+ "PhysicalSize": 4000787030016,
+ "SectorSize": 512
+ }
+ ]
+} \ No newline at end of file