下载 https://jmeter.apache.org/download_jmeter.cgi 安装 无须安装,解压之后即可使用. 解压到C:\Program Files\apache-jmeter-5.1目录下(无法直接解压,先在D盘解压,然后复制到C盘里面). 运行之后,一闪而过,没有出现UI. 需要注意的是:启动bat文件最好用管理员权限,否则我的使用路径是系统盘,会出现log文件不能写的问题 问题排查 注释掉jmeter.bat文件中的第一行,rem @echo off,然后运行如下命…
About psutil (python system and process utilities) is a cross-platform library for retrieving information on running processes and system utilization(CPU, memory, disks, network, sensors) in Python. It is useful mainly for system monitoring, profilin…
About LAMP LAMP stack is a group of open source software used to get web servers up and running. The acronym stands for Linux, Apache, MySQL, and PHP. Since the server is already running CentOS, the linux part is taken care of. Here is how to install…
安装前注意事项: 1.cobbler主机要为静态ip,否则和dhcpd服务冲突. 2.如果用虚拟机安装,client的内存请设置为2g以上,否则会报错. 3.kickstart文件中不要出现中文,大坑.. 需要关闭selinux.(重要) centos官方源中无cobbler软件包,需要先安装epel源.然后清理yum缓存. 安装cobbler 和 cobbler-web等,启动相关服务,并且添加为开机启动.最后运行cobbler 常规检查 setenforce 0 systemctl stop…
Installation notes 0. Install the best Firefox add-on for remote debugging The easiest Xdebug. I'm not lying. 1. Install the xdebug extension from PECL or from a repo or download sources to compile it manually: git clone git://github.com/derickr/xdeb…
Introduction Java and the JVM (Java's virtual machine) are widely used and required for many kinds of software. This article will guide you through the process of installing and managing different versions of Java using apt-get.   Prerequisites To fo…
Under default conditions, VMware Workstation does not support the ability to run virtual machines as a service. Stephen Warren shows you can change the default behavior using the Windows 2003 Resource Kit.  Currently, VMware Workstation does not supp…
Introduction As a lot of articles and programs require to have Java installed, this article will guide you through the process of installing and managing different versions of Java.   Installing default JRE/JDK This is the recommended and easiest opt…
First we will install OpenLDAP by running the command as root: apt-get install slapd ldap-utils ldapscripts The first command installs the OpenLDAP server (slapd is acronym for Stand-alone LDAP Daemon), and we also install ldap-utils (Some tools for…
Step-by-step tutorial of how to download and install Terraform on Windows, Linux and Mac OS. Terraform is distributed as a binary package for all supported platforms and architectures and must first be installed on your machine. Check out the release…