SoftLayer API CPU usage mismatch
问题 I tried querying the API for CPU usage on one of our virtual servers, using the PHP client: $user = 'my_user'; $key = 'my_key'; $server = 24819101; $client = \SoftLayer\SoapClient::getClient('SoftLayer_Virtual_Guest', $server, $user, $key); $usage = $client->getCpuMetricDataByDate(date('Y-m-d H:i:s', strtotime('-2 HOUR'))); The call to the API is ok, and one of the results is like this: array( 'counter' => 2.096, 'dateTime' => '2017-01-24T14:00:00+01:00', 'type' => 'cpu0', ) I read this as