🌟 本文档由 麒曦Chish 整理发布,与官方无关,不代表官方立场,仅供参考,请以官方发布为准。
curl --location '/core/hosts/diagnostics/goroutines' \
--header '1Panel-Token: {{Token}}' \
--header '1Panel-Timestamp: {{UnixTimestamp}}' \
--header 'Content-Type: application/json'{
"capturedAt": "string",
"goroutines": [
{
"count": 0,
"stack": [
"string"
],
"state": "string",
"top": "string"
}
],
"groupCount": 0,
"total": 0,
"truncated": true
}