# ext_group-apm **Repository Path**: cc_1234/ext_group-apm ## Basic Information - **Project Name**: ext_group-apm - **Description**: No description available - **Primary Language**: C - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2017-08-16 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # ext_group-apm a php extension for monitor your code performance. #### Support - php5.6 - php7 #### Install phpize ./configure make && make install #### php.ini config //add the extension extension="group_apm.so" //default is 1; group_apm.enabled = 1; #### restart your php-fpm #### Get start ```php 0.0019829273223876953, 'cf' => 'Group\\App\\App::__construct=>/private/var/www/Group/vendor/group/group-framework/core/Group/App/App.php:78', 'id' => 29, 'pf_id' => 22, ) ``` - t => the func call time - cf => func name and filename:line - id => current func id - pf_id => parent func id #### tips It will record the func calltime > 1ms. #### example1 php example/group_res.php #### example2 php example/group_apm.php