server festa 2013 autumn

22
サバフェス2013 12/11/2013 @ijin

Upload: michael-h-oshita

Post on 21-Jan-2015

1.795 views

Category:

Technology


0 download

DESCRIPTION

Lightning Talk slide for Cloud Server Festa 2013 Autumn http://serverfesta.info/

TRANSCRIPT

Page 1: Server Festa 2013 Autumn

サバフェス2013

12/11/2013

@ijin

Page 2: Server Festa 2013 Autumn

ABOUT ME (@IJIN)

•Michael H. Oshita

• Japanese American

• In Japan since 2002

• Software/Infra/Cloud Engineer

• http://ijin.github.io

Page 3: Server Festa 2013 Autumn

TOOLS

• dstat

• apache response time

•mysql slow logs

• top

• httperf

Page 4: Server Festa 2013 Autumn

ANALYSIS• GET: 47

• POST: 990

Page 5: Server Festa 2013 Autumn

BASIC TUNING

• Apache MaxClients

• InnoDB

• APC

Page 6: Server Festa 2013 Autumn

BENCHMARKhttperf --server 210.140.145.151 --uri / --num-con 200 --rate 6 -v

Page 7: Server Festa 2013 Autumn

BENCHMARKMaxClients tuning

Page 8: Server Festa 2013 Autumn

BENCHMARKMaxClients + InnoDB

Page 9: Server Festa 2013 Autumn

BENCHMARKMaxClients + InnoDB + APC

Page 10: Server Festa 2013 Autumn

BENCHMARKMaxClients + InnoDB + PHP5.5 (Opcache) + APCu

Page 11: Server Festa 2013 Autumn

BENCHMARKMaxClients + InnoDB + PHP5.5 (Opcache) + APCu

Page 12: Server Festa 2013 Autumn

BENCHMARKMaxClients + InnoDB + PHP5.5 (Opcache) + APCu

Page 13: Server Festa 2013 Autumn

BENCHMARKHAProxy

Page 14: Server Festa 2013 Autumn

BENCHMARKVarnish

HAProxy rate 80:Reply rate [replies/s]: min 63.6 avg 70.5 max 77.0 stddev 6.7 (3 samples)Reply time [ms]: response 693.5 transfer 51.1Reply size [B]: header 228.0 content 48007.0 footer 2.0 (total 48237.0)Reply status: 1xx=0 2xx=1200 3xx=0 4xx=0 5xx=0

Varnish rate 100:Reply rate [replies/s]: min 98.8 avg 99.7 max 100.0 stddev 0.6 (4 samples)Reply time [ms]: response 13.3 transfer 39.6Reply size [B]: header 342.0 content 48012.0 footer 0.0 (total 48354.0)Reply status: 1xx=0 2xx=2000 3xx=0 4xx=0 5xx=0

Page 15: Server Festa 2013 Autumn

ARCHITECTUREVarnish

Varnish, MySQLWeb, PHP

Web, PHP

Web, PHP

Web, PHP

Page 16: Server Festa 2013 Autumn

BENCHMARKVarnish

Page 17: Server Festa 2013 Autumn

BENCHMARK POSThttperf --server 210.140.145.151

--add-header="Content-Type: application/x-www-form-urlencoded\n" --wsesslog 20,2,svpost -v --rate 2

Page 18: Server Festa 2013 Autumn

MORE TUNING

• nginx

• php fpm

Page 19: Server Festa 2013 Autumn

ARCHITECTUREVarnish + LVS (DSR)

LVS, MySQLVarnish, Web, PHP

Varnish, Web, PHP

Varnish, Web, PHP

Varnish, Web, PHP

cache clear

Page 20: Server Festa 2013 Autumn

BENCHMARKVarnish + LVS (DSR)

Page 21: Server Festa 2013 Autumn

ARCHITECTUREVarnish + LVS (DSR) + lua + memcached

LVS, MySQL, lua + memcached

Varnish, Web, PHP

Varnish, Web, PHP

Varnish, Web, PHP

Varnish, Web, PHP

cache clear

Page 22: Server Festa 2013 Autumn

BENCHMARKVarnish + LVS (DSR) + lua + memcached