Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@nvibert
Created February 14, 2023 14:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nvibert/a29c908c59523862a1ee93951e9b96f5 to your computer and use it in GitHub Desktop.
Save nvibert/a29c908c59523862a1ee93951e9b96f5 to your computer and use it in GitHub Desktop.
Tetragon Process Sock Stats
“process_sock_stats”: {
“process”: {
“exec_id”: “OjUwNzg2NjA5NTAwMDAwMDA6MjUxMDQxNQ==“,
“pid”: 2510415,
“uid”: 1000,
“cwd”: “/home/kev”,
“binary”: “/home/kev/.vscode-server/bin/97dec172d3256f8ca4bfb2143f3f76b503ca0534/node”,
“arguments”: “/home/kev/.vscode-server/bin/97dec172d3256f8ca4bfb2143f3f76b503ca0534/out/bootstrap-fork --type=extensionHost --transformURIs --useHost
Proxy=false”,
“flags”: “procFS auid”,
“start_time”: “2023-02-09T10:50:26.725240683Z”,
“auid”: 1000,
“parent_exec_id”: “OjQ4MTY0MzQzNzAwMDAwMDA6MTQ3MTU3Ng==“,
“refcnt”: 6
},
“parent”: {
“exec_id”: “OjQ4MTY0MzQzNzAwMDAwMDA6MTQ3MTU3Ng==“,
“pid”: 1471576,
“uid”: 1000,
“cwd”: “/home/kev”,
“binary”: “/home/kev/.vscode-server/bin/97dec172d3256f8ca4bfb2143f3f76b503ca0534/node”,
“arguments”: “/home/kev/.vscode-server/bin/97dec172d3256f8ca4bfb2143f3f76b503ca0534/out/server-main.js --start-server --host=127.0.0.1 --accept-serve
r-license-terms --enable-remote-auto-shutdown --port=0 --telemetry-level all --connection-token-file /home/kev/.vscode-server/.97dec172d3256f8ca4bfb2143f3f
76b503ca0534.token”,
“flags”: “procFS auid”,
“start_time”: “2023-02-06T10:00:00.145240684Z”,
“auid”: 1000,
“parent_exec_id”: “OjQ4MTY0MzQzNzAwMDAwMDA6MTQ3MTU2Ng==“,
“refcnt”: 16
},
“socket”: {
“source_ip”: “127.0.0.1",
“source_port”: 37581,
“destination_ip”: “127.0.0.1”,
“destination_port”: 34196,
“sock_cookie”: “18446639423852118016",
“protocol”: “TCP”
},
“stats”: {
“bytes_sent”: “539”,
“bytes_received”: “463”,
“segs_in”: 46,
“segs_out”: 27,
“srtt”: 178,
“rtt”: {
“buckets”: [
{
“size”: 1
},
{
“percentile”: 1,
“size”: 9
},
{
“percentile”: 10,
“size”: 15
},
{
“percentile”: 25,
“size”: 25
},
{
“percentile”: 50,
“size”: 25
},
{
“percentile”: 75,
“size”: 15
},
{
“percentile”: 90,
“size”: 9
},
{
“percentile”: 99,
“size”: 1,
“count”: “23”
}
]
},
“udp_latency”: {}
}
},
“time”: “2023-02-09T11:59:32.057552306Z”
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment