Repositories
{{ humanNum(data?.repos?.total) }}
+{{ data?.repos?.newRepos24h }} · last 24h
CPU
{{ data?.system?.cpuPercent }}%
{{ data?.system?.cpuCount }} cores · load {{ data?.system?.loadAvg?.[0]?.toFixed(1) }}
Memory
{{ data?.system?.memPercent }}%
{{ humanBytes(data?.system?.memUsed) }} / {{ humanBytes(data?.system?.memTotal) }}
Disk
{{ data?.system?.diskPercent }}%
{{ humanBytes(data?.system?.diskUsed) }} / {{ humanBytes(data?.system?.diskTotal) }} · {{ data?.system?.diskMount }}
Uptime
{{ humanDuration(data?.system?.uptime) }}
{{ data?.system?.nodeVersion }} · {{ data?.system?.platform }}
Daily page views · 30d
views/day
{{ historyLabel(data?.history[0]) }}
{{ historyLabel(data?.history[Math?.floor(data?.history?.length/2)]) }}
{{ historyLabel(data?.history[data?.history?.length - 1]) }}
New repos · 30d
repos/day
{{ historyLabel(data?.history[0]) }}
{{ historyLabel(data?.history[Math?.floor(data?.history?.length/2)]) }}
{{ historyLabel(data?.history[data?.history?.length - 1]) }}
Users · 30d
total users
{{ historyLabel(data?.history[0]) }}
{{ historyLabel(data?.history[Math?.floor(data?.history?.length/2)]) }}
{{ historyLabel(data?.history[data?.history?.length - 1]) }}
New users · 30d
users/day
{{ historyLabel(data?.history[0]) }}
{{ historyLabel(data?.history[Math?.floor(data?.history?.length/2)]) }}
{{ historyLabel(data?.history[data?.history?.length - 1]) }}