NSURLSessionTaskTransactionMetrics
An object that encapsualtes the performance metrics collected by the URL Loading System during the execution of a session task.
用于封装在执行会话任务期间URL加载系统收集的性能指标。
Apple官方文档参考-
Timeline of temporal metrics for a URL session task
URL会话任务的时间指标时间轴
fetchStartDate
The time when the task started fetching the resource, from the server or locally.domainLookupStartDate
The time immediately before the task started the name lookup for the resource.domainLookupEndDate
The time after the name lookup was completed.connectStartDate
The time immediately before the task started establishing a TCP connection to the server.secureConnectionStartDate
The time immediately before the task started the TLS security handshake to secure the current connection.secureConnectionEndDate
The time immediately after the security handshake completed.connectEndDate
The time immediately after the task finished establishing the connection to the server.requestStartDate
The time immediately before the task started requesting the resource, regardless of whether it is retrieved from the server or local resources.requestEndDate
The time immediately after the task finished requesting the resource, regardless of whether it was retrieved from the server or local resources.responseStartDate
The time immediately after the task received the first byte of the response from the server or from local resources.responseEndDate
The time immediately after the task received the last byte of the resource.
iOS-关于网络性能监控的总结
©著作权归作者所有,转载或内容合作请联系作者
- 文/潘晓璐 我一进店门,熙熙楼的掌柜王于贵愁眉苦脸地迎上来,“玉大人,你说我怎么就摊上这事。” “怎么了?”我有些...
- 文/花漫 我一把揭开白布。 她就那样静静地躺着,像睡着了一般。 火红的嫁衣衬着肌肤如雪。 梳的纹丝不乱的头发上,一...
- 文/苍兰香墨 我猛地睁开眼,长吁一口气:“原来是场噩梦啊……” “哼!你这毒妇竟也来了?” 一声冷哼从身侧响起,我...
推荐阅读更多精彩内容
- 作者:敖志敏本文为原创文章,转载请注明作者及出处 国内移动网络环境非常复杂,WIFI、4G、3G、2.5G(Edg...
- Different Components NodeManager The NodeManager is YARN‘...
- AWS认证介绍 AWS Certified Solutions Architect 系列认证是亚马逊从2013年开...
- =========================================================...