fix: add hostname to cpu.sh

main
Francesco Minnocci 11 months ago
parent 55b0af1d33
commit 23be1a5e2a
No known key found for this signature in database
GPG Key ID: 76DA3AF9BAED1A32

@ -3,4 +3,4 @@
# Returns CPU percentages of all machines in the cluster
# Example output: steffe3 3.5
parallel --nonall --slf /home/rock/macchine.txt top -bn1 | grep "Cpu(s)" | sed "s/.*, *\([0-9.]*\)%* id.*/\1/" | sed "s/^/100 - /" | bc
parallel --nonall --slf /home/rock/macchine.txt 'echo $HOSTNAME $(top -bn1 | grep "Cpu(s)" | sed "s/.*, *\([0-9.]*\)%* id.*/\1/" | sed "s/^/100 - /" | bc)'

Loading…
Cancel
Save