• /
  • EnglishEspañolFrançais日本語한국어Português
  • 로그인지금 시작하기

사용자의 편의를 위해 제공되는 기계 번역입니다.

영문본과 번역본이 일치하지 않는 경우 영문본이 우선합니다. 보다 자세한 내용은 이 페이지를 방문하시기 바랍니다.

문제 신고

HTTP 모니터링

HTTP 모니터링 방법

방법

설명

nrEnableHttp이벤트

HTTP_CONNECT/HTTP_COMPLETE 이벤트를 활성화합니다.

nrDisableHttp이벤트

HTTP_CONNECT/HTTP_COMPLETE 이벤트를 비활성화합니다.

nrSendHttpRequest

ConnectedDeviceSystem 유형의 HTTP_REQUEST 이벤트를 보냅니다.

nrSendHttpResponse

ConnectedDeviceSystem 유형의 HTTP_RESPONSE 이벤트를 보냅니다.

nrEnableHttp이벤트

nrEnableHttpEvents(nr)

nrDisableHttp이벤트

nrDisableHttpEvents(nr)

nrSendHttpRequest

urlReq = CreateObject("roUrlTransfer")
urlReq.SetUrl(_url)
...
nrSendHttpRequest(m.nr, urlReq)

nrSendHttpResponse

msg = wait(5000, m.port)
if type(msg) = "roUrlEvent" then
nrSendHttpResponse(m.nr, _url, msg)
end if
Copyright © 2026 New Relic Inc.

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.