ovis-hpc / sos

sos pre-release stable.
https://github.com/ovis-hpc/sos/wiki
Other
4 stars 7 forks source link

Fix sos_cmd's JSON query results #57

Closed nichamon closed 2 years ago

nichamon commented 2 years ago

sos_cmd prints (null) when a value is blank and [##:##:##:##] when the value is of SOS_TYPE_BYTE_ARRAY. (null) and [##:##:##:##] are invalid in the JSON format. The patch prints null and "##:##:##:##" for the two cases, respectively.