Ovh\Dedicated\Server\Server::getStatisticsLoad PHP Method

getStatisticsLoad() public method

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