Ticket #1860: s16_JSON.txt

File s16_JSON.txt, 2.4 KB (added by mircea.voicu, 7 weeks ago)

s16_JSON_output

Line 
1[root@s16 ~]# sudo -n smartctl -a /dev/bus/1 -d megaraid,0 -j
2 Pending defect count:{
3 "json_format_version": [
4 1,
5 0
6 ],
7 "smartctl": {
8 "version": [
9 7,
10 2
11 ],
12 "svn_revision": "5155",
13 "platform_info": "x86_64-linux-5.14.0-427.20.1.el9_4.x86_64",
14 "build_info": "(local build)",
15 "argv": [
16 "smartctl",
17 "-a",
18 "-d",
19 "megaraid,0",
20 "/dev/bus/1",
21 "-j"
22 ],
23 "exit_status": 0
24 },
25 "device": {
26 "name": "/dev/bus/1",
27 "info_name": "/dev/bus/1 [megaraid_disk_00]",
28 "type": "megaraid,0",
29 "protocol": "SCSI"
30 },
31 "vendor": "SEAGATE",
32 "product": "ST16000NM004J",
33 "model_name": "SEAGATE ST16000NM004J",
34 "revision": "E005",
35 "scsi_version": "SPC-5",
36 "user_capacity": {
37 "blocks": 31251759104,
38 "bytes": 16000900661248
39 },
40 "logical_block_size": 512,
41 "physical_block_size": 4096,
42 "rotation_rate": 7200,
43 "form_factor": {
44 "scsi_value": 2,
45 "name": "3.5 inches"
46 },
47 "serial_number": "ZRS1AL840000R4244W4S",
48 "device_type": {
49 "scsi_value": 0,
50 "name": "disk"
51 },
52 "local_time": {
53 "time_t": 1722608229,
54 "asctime": "Fri Aug 2 17:17:09 2024 EEST"
55 },
56 "smart_status": {
57 "passed": true
58 },
59 "temperature": {
60 "current": 24,
61 "drive_trip": 60
62 },
63 "power_on_time": {
64 "hours": 1357,
65 "minutes": 24
66 },
67 "scsi_grown_defect_list": 0,
68 "scsi_error_counter_log": {
69 "read": {
70 "errors_corrected_by_eccfast": 0,
71 "errors_corrected_by_eccdelayed": 0,
72 "errors_corrected_by_rereads_rewrites": 0,
73 "total_errors_corrected": 0,
74 "correction_algorithm_invocations": 0,
75 "gigabytes_processed": "112028.966",
76 "total_uncorrected_errors": 0
77 },
78 "write": {
79 "errors_corrected_by_eccfast": 0,
80 "errors_corrected_by_eccdelayed": 0,
81 "errors_corrected_by_rereads_rewrites": 0,
82 "total_errors_corrected": 0,
83 "correction_algorithm_invocations": 0,
84 "gigabytes_processed": "5.304",
85 "total_uncorrected_errors": 0
86 },
87 "verify": {
88 "errors_corrected_by_eccfast": 0,
89 "errors_corrected_by_eccdelayed": 0,
90 "errors_corrected_by_rereads_rewrites": 0,
91 "total_errors_corrected": 0,
92 "correction_algorithm_invocations": 0,
93 "gigabytes_processed": "112013.496",
94 "total_uncorrected_errors": 0
95 }
96 },
97 "pending_defects": {
98 "count": 0
99 }
100}