Download the PHP package pmg/queue-profiling without Composer
On this page you can find all versions of the php package pmg/queue-profiling. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download pmg/queue-profiling
More information about pmg/queue-profiling
Files in pmg/queue-profiling
Download pmg/queue-profiling
More information about pmg/queue-profiling
Files in pmg/queue-profiling
Vendor pmg
Package queue-profiling
Short Description Profile running queues with various libraries and SaaS products.
License Apache-2.0
Package queue-profiling
Short Description Profile running queues with various libraries and SaaS products.
License Apache-2.0
Please rate this library. Is it a good library?
Informations about the package queue-profiling
Queue Profiling
Provides a ProfilingConsumer
and set of handler decorators that can profile
messages once or while the queue is running via SIGUSR1
(or other) posix
signals.
Usage
Pick an appropriate handler for your setup.
PMG\Queue\Handler\BlackfireProfilingHandler
- Profile with blackfire.io
All profiling handlers are decorators, so you'll create a real message handler and decorate it with the profiling handler.
If you plan on forking new processes to handle messages with
PcntlForkingHandler
, decorate the profiling handler with it.
Instantiate a Consumer Like Normal
Enable or Disable Profiling or Let the Signal Handlers Take Care of It
All versions of queue-profiling with dependencies
PHP Build Version
Package Version
The package pmg/queue-profiling contains the following files
Loading the files please wait ....