HttpsLatencyRoutineData
Zadbaj o dobrą organizację dzięki kolekcji
Zapisuj i kategoryzuj treści zgodnie ze swoimi preferencjami.
Dane opisujące wynik procedury diagnostyki opóźnienia HTTPS z żądaniami HTTPS wysyłanymi do witryn Google.
Pola |
problem |
enum (HttpsLatencyProblem )
Tylko dane wyjściowe. Pojawił się problem z rutynowym opóźnieniem HTTPS.
|
latency |
string (Duration format)
Tylko dane wyjściowe. Opóźnienie HTTPS, jeśli rutyna zakończyła się powodzeniem lub niepowodzeniem z powodu HIGH_LATENCY lub VERY_HIGH_LATENCY. Czas trwania w sekundach składający się z maksymalnie 9 cyfr po przecinku, kończący się cyfrą „s ”. Przykład: "3.5s" .
|
HttpsLatencyProblem
Problemy z opóźnieniem HTTPS.
Wartości w polu enum |
HTTPS_LATENCY_PROBLEM_UNSPECIFIED |
Nie określono problemu opóźnienia HTTPS. |
FAILED_DNS_RESOLUTIONS |
Co najmniej 1 rozpoznawanie nazw DNS zakończyło się niepowodzeniem. |
FAILED_HTTPS_REQUESTS |
Co najmniej 1 żądanie HTTPS zakończyło się niepowodzeniem. |
HIGH_LATENCY |
Średni czas oczekiwania na żądanie HTTPS wynoszący od 500 do 1000 ms jest długi. |
VERY_HIGH_LATENCY |
Średni czas oczekiwania na żądanie HTTPS wynoszący powyżej 1000 ms jest bardzo długi. |
O ile nie stwierdzono inaczej, treść tej strony jest objęta licencją Creative Commons – uznanie autorstwa 4.0, a fragmenty kodu są dostępne na licencji Apache 2.0. Szczegółowe informacje na ten temat zawierają zasady dotyczące witryny Google Developers. Java jest zastrzeżonym znakiem towarowym firmy Oracle i jej podmiotów stowarzyszonych.
Ostatnia aktualizacja: 2025-07-25 UTC.
[null,null,["Ostatnia aktualizacja: 2025-07-25 UTC."],[[["\u003cp\u003eThis data describes the results of HTTPS latency diagnostics performed by issuing HTTPS requests to Google websites.\u003c/p\u003e\n"],["\u003cp\u003eThe data includes a "problem" field indicating any latency issues encountered (e.g., DNS resolution failures, request failures, or high latency) and a "latency" field providing the average request latency time if the routine succeeded or failed due to specific latency thresholds.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eHttpsLatencyProblem\u003c/code\u003e is an enum that defines the different types of HTTPS latency issues that could be encountered, such as unspecified problems, DNS resolution failures, failed HTTPS requests, and high or very high latency.\u003c/p\u003e\n"]]],[],null,["# HttpsLatencyRoutineData\n\n- [JSON representation](#SCHEMA_REPRESENTATION)\n- [HttpsLatencyProblem](#HttpsLatencyProblem)\n\nData that describes the result of the HTTPS latency diagnostics routine, with the HTTPS requests issued to Google websites.\n\n| JSON representation |\n|-----------------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"problem\": enum (/chrome/management/reference/rest/v1/HttpsLatencyRoutineData#HttpsLatencyProblem), \"latency\": string } ``` |\n\n| Fields ||\n|-----------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `problem` | `enum (`[HttpsLatencyProblem](/chrome/management/reference/rest/v1/HttpsLatencyRoutineData#HttpsLatencyProblem)`)` Output only. HTTPS latency routine problem if a problem occurred. |\n| `latency` | `string (`[Duration](https://protobuf.dev/reference/protobuf/google.protobuf/#duration)` format)` Output only. HTTPS latency if routine succeeded or failed because of HIGH_LATENCY or VERY_HIGH_LATENCY. A duration in seconds with up to nine fractional digits, ending with '`s`'. Example: `\"3.5s\"`. |\n\nHttpsLatencyProblem\n-------------------\n\nHTTPS latency problems.\n\n| Enums ||\n|-------------------------------------|----------------------------------------------------------------------|\n| `HTTPS_LATENCY_PROBLEM_UNSPECIFIED` | HTTPS latency problem not specified. |\n| `FAILED_DNS_RESOLUTIONS` | One or more DNS resolutions resulted in a failure. |\n| `FAILED_HTTPS_REQUESTS` | One or more HTTPS requests resulted in a failure. |\n| `HIGH_LATENCY` | Average HTTPS request latency time between 500ms and 1000ms is high. |\n| `VERY_HIGH_LATENCY` | Average HTTPS request latency time greater than 1000ms is very high. |"]]