ab [options] URL
でできる。
ServerLimit 及び MaxClients の設定の参考に。
参考:
http://www.atmarkit.co.jp/flinux/rensai/apache15/apache15b.html
ab [options] URL
PHP Warning: PHP Startup: apc: Unable to initialize module\nModule compiled with module API=20050922, debug=0, thread-safety=0\nPHP compiled with module API=20060613, debug=0, thread-safety=0\nThese options need to match\n in Unknown on line 0
yum install php-pear httpd-devel php-devel pecl uninstall apc pecl install apcで対応
WARNING: Nokogiri was built against LibXML version 2.7.8, but has dynamically loaded 2.6.26
tar xzvf LATEST_LIBXSLT cd libxslt-1.1.26/ ./configure --prefix=$HOME/usr/local --with-libxml-src=../libxml2-2.7.7 make make install
em install nokogiri -- --with-xml2-include=$HOME/usr/local/include/libxml2 --with-xml2-lib=$HOME/usr/local/lib --with-xslt-dir=$HOME/usr/local