insert correct value for M
[atop-influxdb] / atop2influx.pl
index 691defc..d56c4da 100755 (executable)
@@ -80,8 +80,8 @@ while(<>) {
                                next;
                        };
 
-                       #$v *= 1024 * 1024 if $v =~ s/M$//;
-                       $v =~ s/M$//;
+                       $v *= 1024 * 1024 if $v =~ s/M$//;
+                       #$v =~ s/M$//;
                        $v =~ s/%$//;
 
                        $v =~ s/\s/\\ /g unless $v =~ m/"/;