public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
From: Adolf Belka <adolf.belka@ipfire.org>
To: development@lists.ipfire.org
Subject: [PATCH 2/2] makegraphs: Update script for new iostat output format - Bug#12702
Date: Fri, 08 Oct 2021 23:38:24 +0200	[thread overview]
Message-ID: <20211008213824.2754445-2-adolf.belka@ipfire.org> (raw)
In-Reply-To: <20211008213824.2754445-1-adolf.belka@ipfire.org>

[-- Attachment #1: Type: text/plain, Size: 1312 bytes --]

- Modification of iostat line as per input in Bug#12702

Fixes: 12702
Signed-off-by: Adolf Belka <adolf.belka(a)ipfire.org>
---
 src/scripts/makegraphs | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/scripts/makegraphs b/src/scripts/makegraphs
index 5bfb05d2a..cbfc83c77 100644
--- a/src/scripts/makegraphs
+++ b/src/scripts/makegraphs
@@ -120,7 +120,7 @@ foreach (@disks){
 
 	$diskstats = `cat /var/run/hddstats-$array[$#array] 2>/dev/null`;
 	chomp $diskstats;
-	my $newdiskstats = `/usr/bin/iostat -d -t $disk | tail -2 | head -1 | awk '{ print \$5","\$6}'`;
+	my $newdiskstats = `/usr/bin/iostat -d -t $disk | tail -3 | head -1 | awk '{ print \$6","\$7}'`;
 	chomp $newdiskstats;
 	my $status = `hdparm -C /dev/$disk | tail -1 | cut -d: -f2`;
 	chomp $status;
@@ -140,7 +140,7 @@ foreach (@disks){
 
 	if ( $diskstats eq $newdiskstats ) {
 		# update diskstat because read temp change the status
-		my $newdiskstats = `/usr/bin/iostat -d -t $disk | tail -2 | head -1 | awk '{ print \$5","\$6}'`;
+		my $newdiskstats = `/usr/bin/iostat -d -t $disk | tail -3 | head -1 | awk '{ print \$6","\$7}'`;
 		chomp $newdiskstats;
 		open(DATEI, ">/var/run/hddstats-$array[$#array]") || die "Datei nicht gefunden";
 		print DATEI $newdiskstats;
-- 
2.33.0


      reply	other threads:[~2021-10-08 21:38 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-10-08 21:38 [PATCH 1/2] hddshutdown: " Adolf Belka
2021-10-08 21:38 ` Adolf Belka [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20211008213824.2754445-2-adolf.belka@ipfire.org \
    --to=adolf.belka@ipfire.org \
    --cc=development@lists.ipfire.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox