{{include file='common/head.html'}}
流量排名
{{foreach from=$flows item=row}} {{/foreach}}
查询当月流量排名 查询当天流量排名 帮助?  
网站名 总流量 缓存流量 缓存命中
{{$row.name}} {{number_format($row.flow/1024,2)}}M {{number_format($row.flow_cache/1024,2)}}M {{if $row.flow>0}}{{number_format($row.flow_cache*100/$row.flow,2)}}%{{else}}0%{{/if}}
{{dispatch c='index' a='foot'}}