메인 콘텐츠로 건너뛰기

openclaw proxy

로컬 명시적 디버그 프록시를 실행하고 캡처된 트래픽을 검사합니다. 이 명령은 전송 수준 조사를 위한 디버깅 명령입니다. 로컬 프록시를 시작하고, 캡처를 활성화한 상태로 하위 명령을 실행하며, 캡처 세션을 나열하고, 일반적인 트래픽 패턴을 조회하며, 캡처된 blob을 읽고, 로컬 캡처 데이터를 삭제할 수 있습니다.

명령

openclaw proxy start [--host <host>] [--port <port>]
openclaw proxy run [--host <host>] [--port <port>] -- <cmd...>
openclaw proxy coverage
openclaw proxy sessions [--limit <count>]
openclaw proxy query --preset <name> [--session <id>]
openclaw proxy blob --id <blobId>
openclaw proxy purge

쿼리 프리셋

openclaw proxy query --preset <name>은 다음을 받을 수 있습니다.
  • double-sends
  • retry-storms
  • cache-busting
  • ws-duplicate-frames
  • missing-ack
  • error-bursts

참고

  • start--host가 설정되지 않으면 기본값으로 127.0.0.1을 사용합니다.
  • run은 로컬 디버그 프록시를 시작한 다음 -- 뒤의 명령을 실행합니다.
  • 캡처는 로컬 디버깅 데이터이므로, 작업이 끝나면 openclaw proxy purge를 사용하세요.

관련