I'm  noob to memcached. I'm currently running a project to test
memcached performance. i'm using three machines, 1 for apache2 web
server, 1 for MySQL as the database server and another one for
memcached server. All machines located in the same LAN.

Pc 1 = apache2
Pc 2 = mysql server
Pc 3 = memcached server

The test is used to monitor web server and database server perfomance
on CPU, Network and Memory used.
The memcached client will be use php with read and write queries to
the MySQL. So, i really confused on:
- how many queries should a php client request (for read and write).
- how do i test using 'ab' (apache bench) ?
Do i need to increase number of connections (-n)

Reply via email to