Skip to content

Instantly share code, notes, and snippets.

@nietzscheson
Last active December 20, 2018 14:50
Show Gist options
  • Save nietzscheson/8e2b9ee0186e83847e8c4b7e65caa22e to your computer and use it in GitHub Desktop.
Save nietzscheson/8e2b9ee0186e83847e8c4b7e65caa22e to your computer and use it in GitHub Desktop.
### docker-compose ps
Name Command State Ports
-----------------------------------------------------------------------------------------------------------
phpmyadmin /run.sh supervisord -n -j ... Up 80/tcp, 9000/tcp
xoppalcom_blackfire_1 blackfire-agent Up 8707/tcp
xoppalcom_db_1 docker-entrypoint.sh mysqld Up 0.0.0.0:3306->3306/tcp, 33060/tcp
xoppalcom_nginx_1 nginx Up 443/tcp, 80/tcp
xoppalcom_php_1 docker-php-entrypoint php-fpm Up 9000/tcp
xoppalcom_traefik_1 /entrypoint.sh -c /dev/nul ... Up 0.0.0.0:80->80/tcp, 0.0.0.0:8080->8080/tcp
### php -v
PHP 7.0.33 (fpm-fcgi) (built: Dec 10 2018 17:44:57)
Copyright (c) 1997-2017 The PHP Group
Zend Engine v3.0.0, Copyright (c) 1998-2017 Zend Technologies
with Xdebug v2.5.0, Copyright (c) 2002-2016, by Derick Rethans
with blackfire v1.24.1~linux-x64-non_zts70, https://blackfire.io, by Blackfire
### php -d display_startup_errors=on --ri blackfire
blackfire
Blackfire => enabled
Blackfire => 1.24.1~linux-x64-non_zts70
Timing measurement => cgt
Sessions support => enabled
Num of CPU => 4
Profiling heap memory => 0 Kb
Main instance trigger mode => HTTP header triggered
Main instance => disabled
Directive => Local Value => Master Value
blackfire.agent_socket => tcp://blackfire:8707 => tcp://blackfire:8707
blackfire.agent_timeout => 0.25 => 0.25
blackfire.env_id => no value => no value
blackfire.env_token => no value => no value
blackfire.log_level => 4 => 4
blackfire.log_file => /tmp/blackfire.log => /tmp/blackfire.log
blackfire.server_id => no value => no value
blackfire.server_token => no value => no value
Blackfire developed by Blackfire
### blackfire-agent -v
blackfire-agent 1.21.1 linux amd64 gc 2018-12-03T10:35:44+0000
### /tmp/blackfire.log
Thu Dec 20 14:09:44 2018 (1): [Info] opcache extension is not loaded
Thu Dec 20 14:09:44 2018 (1): [Info] APCu extension is not loaded
Thu Dec 20 14:09:44 2018 (1): [Info] pgsql extension is not loaded, Blackfire SQL analyzer will be disabled for pgsql SQL queries
Thu Dec 20 14:09:44 2018 (1): [Info] oci8 extensions is not loaded, Blackfire SQL analyzer will be disabled for oci SQL queries
Thu Dec 20 14:09:44 2018 (1): [Warning] Extension 'Xdebug' can conflict with Blackfire. It is recommended to disable it
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment