public interface BrowserPerfDataOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
int |
getDnsTime()
DNS query time
|
int |
getDomAnalysisTime()
Dom parsing time
|
int |
getDomReadyTime()
Dom ready time
|
int |
getFirstPackTime()
First pack time
|
int |
getFmpTime()
First Meaningful Paint
|
int |
getFptTime()
First paint time or blank screen time
|
int |
getLoadPageTime()
Page full load time
|
String |
getPagePath()
Page path in browser is the endpoint concept in the backend
Page path in the browser, mostly it is URI, without parameter
|
com.google.protobuf.ByteString |
getPagePathBytes()
Page path in browser is the endpoint concept in the backend
Page path in the browser, mostly it is URI, without parameter
|
int |
getRedirectTime()
Unit of all time related field should be `ms`.
|
int |
getResTime()
Synchronous load resources in the page
|
String |
getService()
string service = 1; |
com.google.protobuf.ByteString |
getServiceBytes()
string service = 1; |
String |
getServiceVersion()
Service version in browser is the Instance concept in the backend.
|
com.google.protobuf.ByteString |
getServiceVersionBytes()
Service version in browser is the Instance concept in the backend.
|
int |
getSslTime()
Only valid for HTTPS
|
int |
getTcpTime()
TCP connection time
|
long |
getTime()
Perf data time, set by the backend side.
|
int |
getTransTime()
Content transfer time
|
int |
getTtfbTime()
Time to first Byte
|
int |
getTtlTime()
Time to interact
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getService()
string service = 1;com.google.protobuf.ByteString getServiceBytes()
string service = 1;String getServiceVersion()
Service version in browser is the Instance concept in the backend.
string serviceVersion = 2;com.google.protobuf.ByteString getServiceVersionBytes()
Service version in browser is the Instance concept in the backend.
string serviceVersion = 2;long getTime()
Perf data time, set by the backend side.
int64 time = 3;String getPagePath()
Page path in browser is the endpoint concept in the backend Page path in the browser, mostly it is URI, without parameter
string pagePath = 4;com.google.protobuf.ByteString getPagePathBytes()
Page path in browser is the endpoint concept in the backend Page path in the browser, mostly it is URI, without parameter
string pagePath = 4;int getRedirectTime()
Unit of all time related field should be `ms`.
int32 redirectTime = 5;int getDnsTime()
DNS query time
int32 dnsTime = 6;int getTtfbTime()
Time to first Byte
int32 ttfbTime = 7;int getTcpTime()
TCP connection time
int32 tcpTime = 8;int getTransTime()
Content transfer time
int32 transTime = 9;int getDomAnalysisTime()
Dom parsing time
int32 domAnalysisTime = 10;int getFptTime()
First paint time or blank screen time
int32 fptTime = 11;int getDomReadyTime()
Dom ready time
int32 domReadyTime = 12;int getLoadPageTime()
Page full load time
int32 loadPageTime = 13;int getResTime()
Synchronous load resources in the page
int32 resTime = 14;int getSslTime()
Only valid for HTTPS
int32 sslTime = 15;int getTtlTime()
Time to interact
int32 ttlTime = 16;int getFirstPackTime()
First pack time
int32 firstPackTime = 17;int getFmpTime()
First Meaningful Paint
int32 fmpTime = 18;Copyright © 2022 The Apache Software Foundation. All rights reserved.