Ovh\Dedicated\Server\Server::getStatisticsCpu PHP Méthode

getStatisticsCpu() public méthode

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