Forrest logo
back to context overview

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 machine
    explain 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 machine
    explain this command
  • blackfire:tldr:3bb4a blackfire: Launch the Blackfire agent.
    $ blackfire agent
    try on your machine
    explain this command
  • blackfire:tldr:3c5bd blackfire: Upload a profiler file to the Blackfire web service.
    $ blackfire upload ${filename}
    try on your machine
    explain this command
  • blackfire:tldr:66a30 blackfire: Initialize and configure the Blackfire client.
    $ blackfire config
    try on your machine
    explain this command
  • blackfire:tldr:87b2b blackfire: View the status of profiles on the Blackfire web service.
    $ blackfire status
    try on your machine
    explain this command
  • blackfire:tldr:990ce blackfire: Run the profiler on a specific program.
    $ blackfire run ${php filename-php}
    try on your machine
    explain this command
  • blackfire:tldr:af93b blackfire: Run the profiler and output results as JSON.
    $ blackfire --json run ${php filename-php}
    try on your machine
    explain this command
back to context overview