[ <<< Back to "Sites Summary for a Specific Day" | Refresh this page ]
Hosts and Users Summary for a Specific Site and Date

{$pageVars.thisDateFormatted}

Information box
Site{$pageVars.site}

[ Set this view as the default ] {assign var=bytesTotal value="0"} {foreach from=$pageVars.siteusers item=record} {if $record.hostdescription!=""} {assign var="thisRecord" value=$record.hostdescription"} {elseif $record.hostip!=$record.hostname} {assign var="thisRecord" value=$record.hostname} {else} {assign var="thisRecord" value=$record.hostip} {/if} {assign var=bytesTotal value=$bytesTotal+$record.bytes} {/foreach}
{$pageVars.hostipLabelStart}HOST{$pageVars.hostipLabelEnd} {$pageVars.usernameLabelStart}USERNAME{$pageVars.usernameLabelEnd} {$pageVars.sitesLabelStart}SITES{$pageVars.sitesLabelEnd} {$pageVars.bytesLabelStart}BYTES{$pageVars.bytesLabelEnd}
{$pageVars.BLabelStart}B{$pageVars.BLabelEnd} | {$pageVars.KLabelStart}K{$pageVars.KLabelEnd} | {$pageVars.MLabelStart}M{$pageVars.MLabelEnd} | {$pageVars.GLabelStart}G{$pageVars.GLabelEnd}
{$pageVars.cachePercentLabelStart}CACHE PERCENT{$pageVars.cachePercentLabelEnd}
{$thisRecord} {$record.username} {$record.bytes|bytesToHRF:$pageVars.byteUnit} {$record.cachePercent}%
TOTALS {$pageVars.distinctValues.ips} {$pageVars.distinctValues.users} {$bytesTotal|bytesToHRF:$pageVars.byteUnit}

{foreach from=$pageVars.latestSiteActivity item=record} {/foreach}
Latest site activity
HOST IP USERNAME TIME BYTES URL STATUS
{$record.hostip} {$record.username} {$record.time} {$record.bytes} {$record.url|string_trim:80:"..."} {$record.resultCode}