metrics: tooltip label

This commit is contained in:
Girish Ramakrishnan
2025-07-04 13:18:23 +02:00
parent 8bf9d38711
commit 0d28292cfb
4 changed files with 9 additions and 3 deletions

View File

@@ -356,6 +356,9 @@ async function readSystemFromGraphite(options) {
// CPU: stress --cpu 2 --timeout 60
// Memory: stress --vm 2 --vm-bytes 256M
// Network:
// raw stats: ip -s link show eth0
// testing: curl -o /dev/null https://ash-speed.hetzner.com/10GB.bin and then use nethogs eth0 (cycle with 'm')
async function getSystem(options) {
assert.strictEqual(typeof options, 'object');