Script estrazione dati #7

Closed
opened 2 years ago by aziis98 · 1 comments
Owner

Scrivere degli script in bash in una cartella backend/scripts in questa repo

  • Uptime: tempo unix dall'avvio
  • Network upload / download: int in byte
  • CPU: percentuale
  • Storage (spazio occupato sul nodo): int in byte
  • Memory (ram): int byte ram utilizzata (non virtuale)
  • Voltage: floating point da lm_sensors o qualche altro programma

ad esempio

$ ./backend/scripts/network-stats.sh
steffe0 43278 43282
steffe1 53278 67282
steffe2 23278 63282
...

P.S. usare GNU parallel

Scrivere degli script in bash in una cartella `backend/scripts` in questa repo - Uptime: tempo unix dall'avvio - Network upload / download: int in byte - CPU: percentuale - Storage (spazio occupato sul nodo): int in byte - Memory (ram): int byte ram utilizzata (non virtuale) - Voltage: floating point da lm_sensors o qualche altro programma ad esempio ```bash shell $ ./backend/scripts/network-stats.sh steffe0 43278 43282 steffe1 53278 67282 steffe2 23278 63282 ... ``` P.S. usare _GNU parallel_
aziis98 added this to the Alpha project 2 years ago
BachoSeven was assigned by aziis98 2 years ago
Owner

done

done
BachoSeven closed this issue 11 months ago
Sign in to join this conversation.
No Label
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: phc/cluster-dashboard#7
Loading…
There is no content yet.