性能测试时,我们的关注点有两部分 服务本身:并发 响应时间 QPS等指标 服务器的资源使用情况:cpu memory I/O disk等指标 JMeter的plugins插件可以实现对服务器的监控,具体操作步骤如下: 访问网站 https://jmeter-plugins.org/install/I ...
分类:
其他好文 时间:
2021-07-05 19:04:53
阅读次数:
0
4. Github Pages 搭建网站 个人站点 访问 https://用户名.github.io 搭建步骤 1) 创建个人站点 -> 新建仓库(注:仓库名必须是【用户名.github.io】) 2) 在仓库下新建index.html的文件即可 脚下留心 1、github pages 仅支持静态网 ...
分类:
Web程序 时间:
2021-07-05 19:00:18
阅读次数:
0
####环境 Django安装django-redis pip install django-redis Linux安装redis centos为例 进入官网找到下载地址 https://redis.io/download 下载完成后解压:tar -zxvf redisxxxx.tar.gz 解压完 ...
分类:
其他好文 时间:
2021-07-05 18:27:08
阅读次数:
0
现象 使用top工具查看系统中进程的CPU使用率,可以看到xfdesktop和Xorg的CPU使用率较没有一个图标被选中时明显上升。 在启用GTK调试快捷键的情况下,按Ctrl + Shift + I打开GTK+ 检查器,选择可视化选项卡,启用显示图形更新选项,可以看到整个桌面都在以红颜色闪烁。 切 ...
分类:
其他好文 时间:
2021-07-05 17:12:15
阅读次数:
0
https://www.cnblogs.com/sewain/p/14961678.html ...
分类:
系统相关 时间:
2021-07-02 16:32:52
阅读次数:
0
using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.IO;using System.Linq;usi ...
using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.IO;using System.Linq;usi ...
检测Tomcat日志关键字异常 日常工作中经常会遇到Tomcat日志报特定的错误导致 Linux 服务器CPU暴涨,这时候需要重启应用才可以降下来 所以就需要写一个shell脚本,报出特定的错误就重启应用 shell脚本如下: [root@Mike-VM-Node-10_10_0_188 ~]# v ...
分类:
其他好文 时间:
2021-07-02 16:18:28
阅读次数:
0
file1=new File(path);//path 为文件地址String parentPath=file1.getParent();parentPath为path的父级目录String[] arr=null;//用来验证文件是否为空文件File parentFile=new File(pare ...
分类:
编程语言 时间:
2021-07-02 16:09:34
阅读次数:
0
部署安装 1.GlusterFS 安装前的准备 电脑一台,内存>=4G,可用磁盘空间大于50G安装VMWARE Workstation虚拟机软件安装好四台CentOS-6-x86_64(6.2-6.8都可以)的虚拟机基本系统:1核CPU+1024M内存+10G硬盘网络选择:网络地址转换(NAT)关闭 ...
分类:
其他好文 时间:
2021-07-02 15:43:55
阅读次数:
0