Docker Hub Mirror

镜像加速服务统计仪表盘

加载中...
{{ formatNumber(summary.total_pulls) }}
总拉取次数
{{ formatBytes(summary.total_bytes) }}
总流量
{{ summary.unique_images }}
镜像数量
{{ summary.unique_clients }}
客户端数
热门镜像 TOP 10
排名 镜像名称 拉取次数 流量 最后拉取
#{{ index + 1 }} {{ img.image_name }} {{ formatNumber(img.pull_count) }} {{ formatBytes(img.bytes_total) }} {{ formatTime(img.last_pull_at) }}
活跃客户端 TOP 10
排名 客户端IP 拉取次数 流量
#{{ index + 1 }} {{ client.client_ip }} {{ formatNumber(client.pull_count) }} {{ formatBytes(client.bytes_total) }}
每日趋势 (最近30天)
镜像列表
客户端
最近日志
镜像名称 拉取次数 流量 最后拉取
{{ 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 }}