This commit is contained in:
Quentin Garnier 2014-08-25 16:12:00 +02:00
parent 3e316a5253
commit 8cabf195c3
1 changed files with 1 additions and 1 deletions

View File

@ -108,7 +108,7 @@ sub run {
my $cpu_number = $1;
$datas->{'cpu_idle_' . $cpu_number} = $5;
$datas->{'cpu_system_' . $cpu_number} = $4;
$datas->{'cpu_user_' . $cpu_number} = $1;
$datas->{'cpu_user_' . $cpu_number} = $2;
$datas->{'cpu_iowait_' . $cpu_number} = $6;
if (!defined($old_timestamp)) {