HttpsLatencyRoutineData
จัดทุกอย่างให้เป็นระเบียบอยู่เสมอด้วยคอลเล็กชัน
บันทึกและจัดหมวดหมู่เนื้อหาตามค่ากำหนดของคุณ
ข้อมูลที่อธิบายผลของกิจวัตรการวินิจฉัยเวลาในการตอบสนอง HTTPS กับคำขอ HTTPS ที่ออกให้กับเว็บไซต์ Google
ช่อง |
problem |
enum (HttpsLatencyProblem )
เอาต์พุตเท่านั้น ปัญหากิจวัตรเวลาในการตอบสนอง HTTPS หากเกิดปัญหา
|
latency |
string (Duration format)
เอาต์พุตเท่านั้น เวลาในการตอบสนองของ HTTPS หากกิจวัตรสำเร็จหรือล้มเหลวเนื่องจาก HIGH_LATENCY หรือ VERY_HIGH_LATENCY ระยะเวลาเป็นวินาทีโดยมีเลขเศษส่วนไม่เกิน 9 หลัก ลงท้ายด้วย "s " ตัวอย่างเช่น "3.5s"
|
HttpsLatencyProblem
ปัญหาเวลาในการตอบสนองของ HTTPS
Enum |
HTTPS_LATENCY_PROBLEM_UNSPECIFIED |
ไม่ได้ระบุปัญหาเวลาในการตอบสนองของ HTTPS |
FAILED_DNS_RESOLUTIONS |
การแปลง DNS อย่างน้อย 1 รายการส่งผลให้ดำเนินการไม่สำเร็จ |
FAILED_HTTPS_REQUESTS |
คำขอ HTTPS อย่างน้อย 1 รายการส่งผลให้ดำเนินการไม่สำเร็จ |
HIGH_LATENCY |
เวลาในการตอบสนองของคำขอ HTTPS โดยเฉลี่ยซึ่งอยู่ระหว่าง 500 ถึง 1,000 มิลลิวินาทีถือว่ามีระดับสูง |
VERY_HIGH_LATENCY |
เวลาในการตอบสนองของคำขอ HTTPS โดยเฉลี่ยมากกว่า 1,000 มิลลิวินาทีถือว่ามีระดับสูงมาก |
เนื้อหาของหน้าเว็บนี้ได้รับอนุญาตภายใต้ใบอนุญาตที่ต้องระบุที่มาของครีเอทีฟคอมมอนส์ 4.0 และตัวอย่างโค้ดได้รับอนุญาตภายใต้ใบอนุญาต Apache 2.0 เว้นแต่จะระบุไว้เป็นอย่างอื่น โปรดดูรายละเอียดที่นโยบายเว็บไซต์ Google Developers Java เป็นเครื่องหมายการค้าจดทะเบียนของ Oracle และ/หรือบริษัทในเครือ
อัปเดตล่าสุด 2025-07-25 UTC
[null,null,["อัปเดตล่าสุด 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. |"]]