How to benchmark disk IO in PHP? with MySQL? -


are there benchmark test written in php can test disk io, preferably involving mysql?

if write one, how should write one?

  • basic fwrite() of random data
  • inserting large number of entry mysql , avg() or max() without index?
  • zipping file

if there opensource scripts these great. thanks!

no not know, best tools native linux programs iostat , htop

you want make analist tool can analyse why query slow or not??


Comments

Popular posts from this blog

css - Which browser returns the correct result for getBoundingClientRect of an SVG element? -

gcc - Calling fftR4() in c from assembly -

Function that returns a formatted array in VBA -