Update metrics and service grid labels
This commit is contained in:
parent
456974b3c9
commit
8460a28e5d
@ -50,7 +50,7 @@
|
||||
<section class="card">
|
||||
<div class="section-head">
|
||||
<h2>Service Grid</h2>
|
||||
<span class="pill mono">email + storage + streaming + pipelines</span>
|
||||
<span class="pill mono">ai + comms + storage + streaming + development</span>
|
||||
</div>
|
||||
<ServiceGrid :services="displayServices" />
|
||||
</section>
|
||||
@ -102,8 +102,12 @@ const metricItems = computed(() => {
|
||||
const items = [
|
||||
{ label: "Lab nodes", value: "25", note: "26 total (titan-16 is down)\nWorkers: 8 rpi5s, 8 rpi4s, 2 jetsons,\n\t\t\t\t 1 minipc\nControl plane: 3 rpi5\nDedicated Hosts: oceanus, titan-db,\n\t\t\t\t\t\t\t\t tethys, theia" },
|
||||
{ label: "CPU cores", value: "142", note: "32 arm64 cores @ 1.5Ghz\n12 arm64 cores @ 1.9Ghz\n52 arm64 cores @ 2.4Ghz\n10 amd64 cores @ 5.00Ghz\n12 amd64 cores @ 4.67Ghz\n24 amd64 cores @ 4.04Ghz" },
|
||||
{ label: "Memory", value: "552 GB", note: "nominal\n(includes downed titan-16)" },
|
||||
{ label: "Atlas storage", value: "80 TB", note: "Longhorn astreae + asteria" },
|
||||
{
|
||||
label: "Memory",
|
||||
value: "552 GB",
|
||||
note: "64GB Raspberry Pi 4\n104GB Raspberry Pi 5\n32GB NVIDIA Jetson Xavier\n352GB AMD64 Chipsets",
|
||||
},
|
||||
{ label: "Atlas storage", value: "80 TB", note: "astreae: 32GB/4xRPI4\nasteria: 48GB/4xRPI4" },
|
||||
];
|
||||
return items.map((item) => ({
|
||||
...item,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user