Files
ATRI-NOTES/server_report.html
2026-04-29 11:43:02 +08:00

44 lines
2.2 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<style>
*{margin:0;padding:0;box-sizing:border-box}
body{background:#f5efe9;font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;padding:12px;}
.box{background:#fff;border-radius:12px;padding:16px 20px;max-width:500px;margin:0 auto;box-shadow:0 2px 12px rgba(0,0,0,0.06)}
.h{display:flex;align-items:center;gap:8px;margin-bottom:2px}
.h h2{color:#d06040;font-size:15px;font-weight:600}
.h span{color:#b0b0b0;font-size:10px;margin-left:auto}
hr{border:0;height:1px;background:#f0e0d0;margin:5px 0}
.g{display:grid;grid-template-columns:1fr 1fr;gap:3px 10px;font-size:12px;color:#444}
.g .lb{color:#999;font-size:10px}
.dot{display:inline-block;width:6px;height:6px;border-radius:50%;margin-right:3px;vertical-align:middle}
.grn{background:#3eb86b}
.yel{background:#e8a030}
.bl{background:#4a90d9}
.xt{font-size:10px;color:#888;line-height:1.5}
.sec{margin-top:5px;font-size:11px;color:#555;line-height:1.6}
.sec .b{color:#666;font-weight:600}
.ft{text-align:right;color:#bbb;font-size:9px;margin-top:4px}
</style>
</head>
<body>
<div class="box">
<div class="h"><span style="font-size:18px;">📡</span><h2>服务器状态报告</h2><span>ser298351120000</span></div>
<hr>
<div class="g">
<div><span class="dot grn"></span><span class="lb">CPU负载</span><br>1.45 / 1.44 / 1.388核<div class="xt">占用约18%,空闲充裕</div></div>
<div><span class="dot grn"></span><span class="lb">内存</span><br>7.8G / 3.7G (47%)<div class="xt">Swap 4G/557M正常</div></div>
<div><span class="dot yel"></span><span class="lb">磁盘</span><br>24G / 15G (65%)<div class="xt">可用7.9G · T2I缓存影响</div></div>
<div><span class="dot grn"></span><span class="lb">运行</span><br>12周4天3h38m<div class="xt">87天连续运行</div></div>
</div>
<hr>
<div class="sec"><span class="dot bl"></span><span class="b">Docker</span>12个容器全部运行 ✓<br>
<span style="margin-left:13px;font-size:10px;color:#888;">astrbot · napcat · 博客 · OJ · Nacos · MySQL · Redis</span></div>
<div class="sec"><span class="dot bl"></span><span class="b">网络</span>41端口监听 · T2I在线 · mihomo代理运行中</div>
<hr>
<div class="ft">🤖 ATRI 🥕 00:56 · 数据实时采集</div>
</div>
</body>
</html>