システム · コマンドリファレンス
qzx inspectPort
機能
ローカルポートが使用中か確認し、所有するプロセスを終了せずに報告します。
コマンドの成熟度: Alpha
実際の利用とフィードバックに使えますが、インターフェースと動作はまだ変更される可能性があります。 これは現在の開発チェックアウトに対する評価です。今後の各不変リリースタグには、そのバージョンに含まれた正確な評価が保存されます。 PyPI 0.2.2.0.9 で利用できます。ドキュメントは alpha チェックアウト 0.2.2.0.9 に対応しています。
動作と組み込み保護
状態を変更せずに検査します
この操作は直接実行されます
必要に応じてネイティブツールを使用します
ネットワークを使わずに動作します
現在の権限を使用します。結果は変わる可能性があります
inspectPort は厳密に読み取り専用で、プロセス状態を変更しません。
この安全分類は 2026-08-25 に OpenAI GPT-5.6 Pro が実装ダイジェスト sha256:c363f820e99c9a68673ff8b09468bcbcd7a3fe7ec1545dcfcfb7d00548ff0994 と照合してレビューしました。
正確な構文
qzx inspectPort <port> --jsonパラメータ
スワイプするか横スクロールバーを使って、すべての列を表示してください。
| 名前 | 型 | 必須 | 既定値 | 説明 |
|---|---|---|---|---|
| port | int | はい | 未宣言 | 検査するポート番号 |
入力例
qzx inspectPort 3000ポート 3000 を待ち受けるプロセスを調べ、PID と作成時刻を取得
qzx inspectPort 5432 --json検査の完全な構造化結果を返す
完全な構造化ペイロードを取得するには --json を追加します: qzx inspectPort <port> --json
代表的な出力例
この説明用 JSON は現在の実装が裏付ける結果コントラクトから生成されています。記録された実行だと主張せず、コマンドが返し得る内容を示します。値は入力、マシン、権限、オプションツールによって変わります。
例のコマンド: qzx inspectPort 3000 --json
{
"success": true,
"message": "Checks whether a local port is bound and reports the owning process without terminating it. In this illustrative example, the command completed successfully.",
"meta": {
"command": "inspectPort",
"command_maturity": {
"stage": "alpha",
"label": "Alpha",
"sequence": 2,
"public_executable": true,
"stability": "interface_may_change",
"summary": "Available for real use and feedback while its interface and behavior can still evolve.",
"promotion_review_required": false,
"assessment_scope": "development_checkout"
},
"duration_ms": 0,
"schema_version": 1
},
"errors": [],
"in_use": "Example value",
"limitations": [
"Example value"
],
"observed_pids": [
3
],
"port": 3,
"processes": [
{
"pid": 4210,
"name": "python",
"cpu_percent": 4.2,
"memory_readable": "82.4 MiB"
}
],
"status": "free"
}JSON 結果コントラクトを見る
{
"type": "object",
"properties": {
"success": {
"type": "boolean"
},
"message": {
"type": "string"
},
"error": {
"type": "string"
},
"error_code": {
"type": "string"
},
"status": {
"type": "string",
"enum": [
"free",
"in_use"
]
},
"port": {
"type": "integer",
"minimum": 1,
"maximum": 65535
},
"in_use": {
"type": [
"boolean",
"null"
]
},
"observed_pids": {
"type": "array",
"items": {
"type": "integer"
}
},
"processes": {
"type": "array",
"items": {
"type": "object",
"additionalProperties": true
}
},
"limitations": {
"type": "array",
"items": {
"type": "string"
}
},
"errors": {
"type": "array",
"items": {
"type": "string"
}
},
"meta": {
"type": "object",
"required": [
"command",
"command_maturity",
"duration_ms",
"schema_version"
],
"properties": {
"command": {
"type": "string"
},
"command_maturity": {
"type": "object",
"required": [
"stage",
"label",
"sequence",
"public_executable",
"stability",
"summary",
"promotion_review_required",
"assessment_scope"
],
"properties": {
"stage": {
"type": "string"
},
"label": {
"type": "string"
},
"sequence": {
"type": "integer"
},
"public_executable": {
"type": "boolean"
},
"stability": {
"type": "string"
},
"summary": {
"type": "string"
},
"promotion_review_required": {
"type": "boolean"
},
"assessment_scope": {
"type": "string"
},
"note": {
"type": "string"
},
"review": {
"type": "object",
"required": [
"reviewed_on",
"rationale",
"evidence"
],
"properties": {
"reviewed_on": {
"type": "string",
"format": "date"
},
"rationale": {
"type": "string"
},
"evidence": {
"type": "array",
"minItems": 1,
"items": {
"type": "string"
}
},
"replacement": {
"type": "string"
}
},
"additionalProperties": false
}
},
"additionalProperties": true
},
"duration_ms": {
"type": "number"
},
"schema_version": {
"type": "integer"
}
},
"additionalProperties": true
}
},
"additionalProperties": true,
"$schema": "https://json-schema.org/draft/2020-12/schema",
"required": [
"message",
"meta",
"success"
]
}エラーと制限
公開コントラクトでは失敗時に success=false と説明的な message が必要です。このカタログではまだコマンドごとのエラー分類を宣言していません。結果を確認し、存在しないコードを推測しないでください。
QZX は alpha 段階です。オプション依存関係、権限、ホスト機能によって結果が変わる場合があります。
証拠フロー: 管理された特権環境が必要。
証拠と出所
- ドキュメントチャネル
- 開発ドキュメント 0.2.2.0.9 · main · sha256:cfba936e39931c286ca23add0ae546693db17d8b316e7cbc3891d26642d9b7e8
- 提供状況
- 0.2.2.0.9 以前
さらに探す
関連コマンド
これらのコマンドも システム カテゴリに属します。比較して、タスクに最適な操作を選んでください。