File tree Expand file tree Collapse file tree 3 files changed +13
-2
lines changed
Expand file tree Collapse file tree 3 files changed +13
-2
lines changed Original file line number Diff line number Diff line change 30023002 "const" : " swap" ,
30033003 "description" : " Print swap (paging file) space usage"
30043004 },
3005+ "separate" : {
3006+ "type" : " boolean" ,
3007+ "description" : " Set if detailed swap devices should be reported on separate lines instead of a summary" ,
3008+ "default" : false
3009+ },
30053010 "percent" : {
30063011 "$ref" : " #/$defs/percent"
30073012 },
Original file line number Diff line number Diff line change 5252 },
5353 " memory" ,
5454 " physicalmemory" ,
55- " swap" ,
55+ {
56+ "type" : " swap" ,
57+ "separate" : true
58+ },
5659 " disk" ,
5760 " btrfs" ,
5861 " zpool" ,
Original file line number Diff line number Diff line change 5454 },
5555 " memory" ,
5656 " physicalmemory" ,
57- " swap" ,
57+ {
58+ "type" : " swap" ,
59+ "separate" : true
60+ },
5861 " disk" ,
5962 " btrfs" ,
6063 " zpool" ,
You can’t perform that action at this time.
0 commit comments