GNU/Linux >> Tutoriels Linux >  >> Linux

Existe-t-il un moyen d'installer Apache Bench (ab) sans installer apache

Solution 1 :

Sur mon CentOS 6.2, cela a fonctionné :

sudo yum install httpd-tools

Solution 2 :

Installez apr-util (besoin d'exécuter ab):

yum install apr-util

Installez yum-utils :

yum install yum-utils

Télécharger httpd un extrait ab :

mkdir ~/httpd
cd ~/httpd
yumdownloader httpd
rpm2cpio httpd-2.2.3-43.el5.centos.3.i386.rpm | cpio -idmv
mv usr/bin/ab /usr/bin/ab
cd ~
rm -rf ~/httpd

Exécutez ab :

ab http://google.ru/
This is ApacheBench, Version 2.0.40-dev <$Revision: 1.146 $> apache-2.0

Linux
  1. Installer Ubuntu 12.04 sans installer Grub ?

  2. Comment installer Apache sur Ubuntu ?

  3. Existe-t-il un moyen de 'uniq' par colonne?

  4. Installation de RMagick Gem

  5. Existe-t-il un moyen d'écouter le processus ?

Manière hors ligne d'installer des applications sur votre PC Ubuntu

15 choses à faire après l'installation de Fedora 26

Comment installer Apache Tomcat 9 sur CentOS 7

Comment installer Apache dans CentOS 8

Comment installer Apache dans FreeBSD

Comment installer Apache sur Ubuntu 20.04