Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 649 Bytes

Readme.md

File metadata and controls

24 lines (15 loc) · 649 Bytes

pinpoint-in-workerman (experimentation)

Steps

prerequisite

  • pinpoint-c-agent module installed
  • collect-agent works fine

1. Download plugins from pinpoint-c-agent

pinpoint-php-plugins.tar.gz

2. Make it works

2.1 app/http-server

  1. copy Plugins into root
  2. composer update
  3. cp Plugins/Framework/workerman/setting.ini into root
  4. run php run_server.php start

Note: Due to lack of request-context implementation, the callstack could be confused within untested event switching.