416 links
  • Johndescs's mini-recording
  • Home
  • Login
  • RSS Feed
  • ATOM Feed
  • Tag cloud
  • Picture wall
  • Daily
Links per page: 20 50 100
  • thumbnail
    ab - Apache HTTP server benchmarking tool - Apache HTTP Server Version 2.2

    Petit outil livré avec apache pour benchmark un serveur web, avec stats assez lisibles à la fin.

    Perso je l'ai attaqué comme ça (pour avoir une page avec accès BDD) :
    ab -k -c 100 -n 1000 https://strasweb.fr/actualite/

    Et puis à la fin pour nettoyer un peu les kilomètres de log, à coup de 1000 requêtes ça va vite :
    sed -i -E '/(ApacheBench|server-status)/d' /var/log/apache2/access.log
    EDIT: /!\ attention cela change le fichier (numéro d'inode en tous cas) et après apache a plus l'air de loguer… il faut le relancer a priori…

    November 23, 2015 at 21:38:33 GMT+1 - permalink -
    QRCode
    - https://httpd.apache.org/docs/2.2/programs/ab.html
    adminsys Web optimisation
Links per page: 20 50 100
Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Help/documentation