Statistiques & Logs

Statistiques Système
Uptime
<%= Math.floor(uptime / 86400) %>j <%= Math.floor(uptime % 86400 / 3600) %>h <%= Math.floor(uptime % 3600 / 60) %>m
Mémoire
<%= memoryUsage.toFixed(2) %> Mo
CPU
<%= (cpuUsage * 100).toFixed(2) %>%
Journaux du Système
<% if (logs && logs.length > 0) { %> <% logs.forEach((log, index) => { %> <% if (log) { %>
<%= log.name %>
Cliquer pour voir
<% } %> <% }); %> <% } else { %>

Aucun log disponible pour le moment.

<% } %>
Retourner au dashboard admin
<% if (logs && logs.length > 0) { %> <% logs.forEach((log, index) => { %> <% if (log) { %> <% } %> <% }); %> <% } %>