
blackfire
List of commands for blackfire:
-
blackfire:tldr:1e6e1 blackfire: Run the profiler and collect 10 samples.$ blackfire --samples=${10} run ${php filename-php}try on your machineexplain this command
-
blackfire:tldr:308db blackfire: Launch the Blackfire agent on a specific socket.$ blackfire agent --socket="${tcp:--127-0-0-1:8307}"try on your machineexplain this command
-
blackfire:tldr:3bb4a blackfire: Launch the Blackfire agent.$ blackfire agenttry on your machineexplain this command
-
blackfire:tldr:3c5bd blackfire: Upload a profiler file to the Blackfire web service.$ blackfire upload ${filename}try on your machineexplain this command
-
blackfire:tldr:66a30 blackfire: Initialize and configure the Blackfire client.$ blackfire configtry on your machineexplain this command
-
blackfire:tldr:87b2b blackfire: View the status of profiles on the Blackfire web service.$ blackfire statustry on your machineexplain this command
-
blackfire:tldr:990ce blackfire: Run the profiler on a specific program.$ blackfire run ${php filename-php}try on your machineexplain this command
-
blackfire:tldr:af93b blackfire: Run the profiler and output results as JSON.$ blackfire --json run ${php filename-php}try on your machineexplain this command