镜像加速服务统计仪表盘
| 排名 | 镜像名称 | 拉取次数 | 流量 | 最后拉取 |
|---|---|---|---|---|
| #{{ index + 1 }} | {{ img.image_name }} | {{ formatNumber(img.pull_count) }} | {{ formatBytes(img.bytes_total) }} | {{ formatTime(img.last_pull_at) }} |
| 排名 | 客户端IP | 拉取次数 | 流量 |
|---|---|---|---|
| #{{ index + 1 }} | {{ client.client_ip }} | {{ formatNumber(client.pull_count) }} | {{ formatBytes(client.bytes_total) }} |
| 镜像名称 | 拉取次数 | 流量 | 最后拉取 |
|---|---|---|---|
| {{ img.image_name }} | {{ formatNumber(img.pull_count) }} | {{ formatBytes(img.bytes_total) }} | {{ formatTime(img.last_pull_at) }} |
| 客户端IP | 拉取次数 | 流量 | 最后拉取 |
|---|---|---|---|
| {{ client.client_ip }} | {{ formatNumber(client.pull_count) }} | {{ formatBytes(client.bytes_total) }} | {{ formatTime(client.last_pull_at) }} |
| 时间 | 镜像 | 标签 | 客户端 | 流量 | 状态 |
|---|---|---|---|---|---|
| {{ formatTime(log.created_at) }} | {{ log.image_name }} | {{ log.tag }} | {{ log.client_ip }} | {{ formatBytes(log.bytes_sent) }} | {{ log.status_code }} |