1、安装 yum -y install httpd-tools 2、 检测 ab -V 3、 ab参数说明 有关ab命令的使用,我们可以通过帮助命令进行查看。如下: ab --help 下面我们对这些参数,进行相关说明。如下: -n在测试会话中所执行的请求个数。默认时,仅执行一个请求。 -c一次产生... ...
分类:
其他好文 时间:
2020-01-11 00:27:20
阅读次数:
130
httpd apache index 显示文件名长度 通常情况下,文件名过长,打开index后,过长的文件名会最后会显示.. 在centos中文件所谓位置etc/httpd/conf.d/httpd-autoindex.conf 在配置文件httpd-autoindex.conf中的修改: Inde ...
分类:
Web程序 时间:
2020-01-10 20:03:51
阅读次数:
124
首先需要一个LAMP平台 或LNMP平台 yum -y install httpd mariadb php mariadb-server mariadb-devel zlib freetype libjpeg \fontconfig gd libxml2 php-gd php-mysql cairo ...
分类:
系统相关 时间:
2020-01-08 00:54:28
阅读次数:
266
压力测试工具 yum install -y httpd-tools ab -n 100 -c 10 http://192.168.5.51/ 其中,-n表示请求数,-c表示并发数 Nginx可以通过ngx_http_limit_conn_module和ngx_http_limit_req_modul ...
分类:
其他好文 时间:
2020-01-07 18:30:56
阅读次数:
214
? Ansible与Chef,Saltstack的不同 ? Ansible的优势和应用场景 ? ? ...
分类:
其他好文 时间:
2020-01-07 18:11:13
阅读次数:
66
一、资源创建本次博文主要介绍如何使用命令行的方式创建资源![root@master~]#kubectlruntest--image=nginx:latest--replicas=5//基于httpd的镜像创建一个deployment类型的控制组,名称为test,并指定副本数量为5[root@master~]#kubectlgetdeployments.//查看deployment控制器NAMERE
分类:
其他好文 时间:
2020-01-07 10:34:25
阅读次数:
88
yum install httpd php mariadb-server –y搭建lamp运行环境之后安装phpMyAdmin遇到的一些问题记录一下 1.官网下载phpMyAdmin压缩包 wget -c https://files.phpmyadmin.net/phpMyAdmin/4.9.3/p ...
分类:
Web程序 时间:
2020-01-07 01:05:10
阅读次数:
119
ab命令被集成到了httpd服务器中,所以想要使用ab命令需要先安装httpd服务。yum -y install httpd ab命令的使用方法和常用选项 ab [选项] [http[s]://]hostname[:port]/path 常用选项: -n requests 在测试会话中所执行的请求总 ...
分类:
系统相关 时间:
2020-01-07 00:43:32
阅读次数:
78
proxy 10.10.11.10client 10.10.11.11web1 10.10.11.12web2 10.10.11.131.nginx反向代理 使用Nginx实现Web反向代理功能,实现如下功能: 后端Web服务器两台,使用httpd实现1.1 配置两台web服务器,首页页面分别为:w ...
分类:
其他好文 时间:
2020-01-06 00:10:18
阅读次数:
107
在使用php语言开发程序之前,首先要在系统中搭建开发环境,接下来记录如何搭建WAMP(Win+Apache+MySQL+PHP),建议在安装之前新建一个名为WAMP的目录,方便管理和使用。 一:Apache的安装 1.官网下载地址:https://httpd.apache.org/,点击Downlo ...
分类:
数据库 时间:
2020-01-05 12:07:39
阅读次数:
126