Kindly note that the following commands:
ee info nginx
ee info php
ee info mysql
are deprecated and cannot be used in EasyEngine v3. In case of any doubts, you can use the EasyEngine community forum.
			ee version
		
		Sample output:
			^_^[[email protected]:~]# ee version
EasyEngine (ee) version: 2.0.1
		
		
			ee help
		
		
			ee info nginx
		
		Sample output:
			^_^[[email protected]:~]# ee info nginx
NGINX (1.6.0):
user www-data
worker_processes auto
worker_connections 4096
keepalive_timeout 30
fastcgi_read_timeout 300
client_max_body_size 100m
allow 127.0.0.1 192.168.33.1
		
		
			ee info php
		
		Sample output:
			^_^[[email protected]:~]# ee info php
PHP (5.5.15RC1):
user www-data
expose_php Off
memory_limit 128M
post_max_size 100M
upload_max_filesize 100M
max_execution_time 300
Information about www.conf
ping.path /ping
pm.status_path /status
process_manager ondemand
pm.max_requests 500
pm.max_children 100
pm.start_servers 20
pm.min_spare_servers 10
pm.max_spare_servers 30
request_terminate_timeout 300
xdebug.profiler_enable_trigger off
listen 127.0.0.1:9000
Information about debug.conf
ping.path /ping
pm.status_path /status
process_manager ondemand
pm.max_requests 500
pm.max_children 100
pm.start_servers 20
pm.min_spare_servers 10
pm.max_spare_servers 30
request_terminate_timeout 300
xdebug.profiler_enable_trigger on
listen 127.0.0.1:9001
		
		
			ee info mysql
		
		Sample output:
			^_^[[email protected]:~]# ee info mysql
MySQL (5.5.37):
user root
port 3306
wait_timeout 30
interactive_timeout 60
max_used_connections 5/151
datadir /var/lib/mysql/
socket /var/run/mysqld/mysqld.sock
		
		Display Complete Information using command
			ee info