Json – Complex sorting and output by values in jq
I'm trying to get a human-readable representation of thread siblings. I have following output: output. undercloud) [stack@undercloud ~]$ os baremetal introspection data save compute0 |jq '.numa_topology.cpus[] | select(.numa_node == 0) | .thread_siblings' [ 11, 51 ] [ 9, 49 ]…