HttpsLatencyRoutineData
Sử dụng bộ sưu tập để sắp xếp ngăn nắp các trang
Lưu và phân loại nội dung dựa trên lựa chọn ưu tiên của bạn.
Dữ liệu mô tả kết quả của quy trình chẩn đoán độ trễ HTTPS, với các yêu cầu HTTPS được gửi đến các trang web của Google.
Trường |
problem |
enum (HttpsLatencyProblem )
Chỉ có đầu ra. Sự cố của quy trình liên quan đến độ trễ HTTPS nếu có xảy ra vấn đề.
|
latency |
string (Duration format)
Chỉ có đầu ra. Độ trễ HTTPS nếu quy trình thành công hoặc không thành công do HIGH_LATENCY hoặc VERY_HIGH_LATENCY. Thời lượng tính bằng giây với tối đa 9 chữ số phân số, kết thúc bằng "s ". Ví dụ: "3.5s" .
|
HttpsLatencyProblem
Enum |
HTTPS_LATENCY_PROBLEM_UNSPECIFIED |
Vấn đề về độ trễ HTTPS chưa được chỉ định. |
FAILED_DNS_RESOLUTIONS |
Ít nhất một quy trình phân giải DNS gặp phải lỗi. |
FAILED_HTTPS_REQUESTS |
Ít nhất một yêu cầu HTTPS gặp phải lỗi. |
HIGH_LATENCY |
500 đến 1.000 mili giây là mức cao đối với thời gian chậm trễ trung bình của yêu cầu HTTPS. |
VERY_HIGH_LATENCY |
Trên 1.000 mili giây là mức rất cao đối với thời gian chậm trễ trung bình của yêu cầu HTTPS. |
Trừ phi có lưu ý khác, nội dung của trang này được cấp phép theo Giấy phép ghi nhận tác giả 4.0 của Creative Commons và các mẫu mã lập trình được cấp phép theo Giấy phép Apache 2.0. Để biết thông tin chi tiết, vui lòng tham khảo Chính sách trang web của Google Developers. Java là nhãn hiệu đã đăng ký của Oracle và/hoặc các đơn vị liên kết với Oracle.
Cập nhật lần gần đây nhất: 2025-07-25 UTC.
[null,null,["Cập nhật lần gần đây nhất: 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. |"]]