google浏览器的特殊功能
在浏览器地址栏输入:
chrome://net-internals/
并回车,就可以看到一些东西,比如Request、DNS、Sockets、Http Cache等。
Socket pools
| Name | Handed Out | Connecting | Idle | Max | Max Per Group | Generation Number |
|---|---|---|---|---|---|---|
| tcp_socket_pool | 0 | 0 | 2 | 256 | 6 | 0 |
| ssl_socket_pool | 0 | 0 | 0 | 256 | 6 | 0 |
tcp_socket_pool
| Name | Pending | Top Priority | Active | Idle | Connect Jobs | Backup Job | Stalled |
|---|---|---|---|---|---|---|---|
| safebrowsing-cache.google.com:80 | 0 | - | 0 | 1 | 0 | false | false |
| safebrowsing.clients.google.com:80 | 0 | - | 0 | 1 | 0 | false | false |
ssl_socket_pool
| Name | Pending | Top Priority | Active | Idle | Connect Jobs | Backup Job | Stalled |
|---|---|---|---|---|---|---|---|
| ssl/www.google.com.hk:443 | 0 | - | 0 | 0 | 0 | false | false |
| ssl/www.google.com:443 | 0 | - | 0 | 0 | 0 | false | false |
其中可以看到http cache,如下地址也可以:
chrome://view-http-cache/
test功能也很不错,比如我们测试www.baidu.com首页:
Input a URL which failed to load, and then click the button to run some tests for why it failed.
URL:
Started connection test suite suite on Mon Dec 13 2010 13:01:04 GMT+0800 (China Standard Time)
| Result | Experiment | Error | Time (ms) |
|---|---|---|---|
| PASS | Fetch http://www.baidu.com/
| 167 | |
| PASS | Fetch http://www.baidu.com/
| 111 | |
| PASS | Fetch http://www.baidu.com/
| 128 | |
| PASS | Fetch http://www.baidu.com/
| 2370 | |
| PASS | Fetch http://www.baidu.com/
| 121 | |
| PASS | Fetch http://www.baidu.com/
| 113 | |
| PASS | Fetch http://www.baidu.com/
| 108 | |
| PASS | Fetch http://www.baidu.com/
| 2370 | |
| PASS | Fetch http://www.baidu.com/
| 113 | |
| PASS | Fetch http://www.baidu.com/
| 128 | |
| PASS | Fetch http://www.baidu.com/
| 125 | |
| PASS | Fetch http://www.baidu.com/
| 2356 |
Completed connection test suite suite
本文介绍谷歌浏览器的特殊功能,包括如何查看网络内部信息如请求、DNS、套接字等,并通过测试功能评估网页加载失败的原因。
3234

被折叠的 条评论
为什么被折叠?



