Skip to content

Commit

Permalink
initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
sasgit-hub committed Jan 7, 2025
1 parent 6edb974 commit 4a0698d
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions schema/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,19 +53,19 @@
},
"net_core_rmem_max": {
"description": "Core - max recv buffer in bytes",
"type": "string"
"type": "number"
},
"net_core_rmem_default": {
"description": "Core - default recv buffer in bytes",
"type": "string"
"type": "number"
},
"net_core_wmem_max": {
"description": "Core - max Send buffer in bytes",
"type": "string"
"type": "number"
},
"net_core_wmem_default": {
"description": "Core - default Send buffer in bytes",
"type": "string"
"type": "number"
},
"manufacturer": {
"description": "host manufacturer",
Expand Down Expand Up @@ -123,27 +123,27 @@
},
"net_ipv4_tcp_rmem_default": {
"description": "TCP default recv. buffer in bytes",
"type": "string"
"type": "number"
},
"net_ipv4_tcp_rmem_max": {
"description": "TCP max recv. buffer in bytes",
"type": "string"
"type": "number"
},
"net_ipv4_tcp_rmem_min": {
"description": "TCP min recv. buffer in bytes",
"type": "string"
"type": "number"
},
"net_ipv4_tcp_wmem_default": {
"description": "TCP default Send buffer in bytes",
"type": "string"
"type": "number"
},
"net_ipv4_tcp_wmem_max": {
"description": "TCP max Send buffer in bytes",
"type": "string"
"type": "number"
},
"net_ipv4_tcp_wmem_min": {
"description": "TCP min Send buffer in bytes",
"type": "string"
"type": "number"
},
"net_ipv4_tcp_no_metrics_save": {
"description": "Flag - not cache metrics on closing connections",
Expand Down Expand Up @@ -185,7 +185,7 @@
},
"memory_bytes": {
"description": "memory in bytes",
"type": "string"
"type": "number"
},
"location": {
"type": "object",
Expand Down

0 comments on commit 4a0698d

Please sign in to comment.