Ovh\Dedicated\Server\Server::getStatisticsCpu PHP Method

getStatisticsCpu() public method

Get Statistics Cpu Ajout by @Thibautg16 le 01/06/2014
public getStatisticsCpu ( ) : Object
return Object
    public function getStatisticsCpu()
    {
        return json_decode(self::getClient()->getStatisticsCpu($this->getDomain()));
    }