ruansheng/xhprof-client

收集xhprof数据

1.0.0 2018-08-23 03:34 UTC

This package is not auto-updated.

Last update: 2024-09-27 09:21:41 UTC


README

使用xhprof-client收集xhprof数据

安装

# vim composer.json
{
    "minimum-stability": "dev",
    "require": {
        "ruansheng/xhprof-client":"master"
    }
}

# composer install

使用

use Xhprof\Client\Client;

$client = new Client();
$client->setCollectRate();
$client->setProjectId('huzhu');
$client->setRedisAddres();
$client->setRedisKeyInfo('xhprof-data');
$client->collection();