install(ubuntu os): sudo apt-get install apache2-utils usage: ab -c 200 -t 100 http://localhost:8001/ explain: -c concurrency -t timelimit ...
分类:
系统相关 时间:
2020-06-25 13:55:31
阅读次数:
54
环境搭建 python 安装:建议使用python3.7 pycharm安装 requests安装 :pip3 install requests requests 基本使用 usage: >>> import requests >>> r = requests.get('https://www.py ...
分类:
编程语言 时间:
2020-06-25 10:22:47
阅读次数:
108
1. kernel_top_show //显示cpu top usage, 类似于用top命令看到的信息。 2. print_active_wakeup_sources //显示active wakeup sources, 也就是kernel层的持锁,能明确知道是什么锁block了系统进入suspe ...
分类:
其他好文 时间:
2020-06-22 18:44:09
阅读次数:
119
2020-06-19 10:36:40.117 [dd47dcbc-c72f-4791-8c4f-ef4019382537] ERROR org.apache.catalina.core.ContainerBase.[Tomcat].[localhost].[/].[dispatcherServle ...
分类:
编程语言 时间:
2020-06-22 10:56:08
阅读次数:
236
先把我的邮件发送脚本粘贴上来吧,在解释下我的报错和解决方法: import smtplib,email,os,time,yagmail from email.mime.multipart import MIMEMultipart from email.mime.text import MIMETex ...
分类:
编程语言 时间:
2020-06-20 16:41:07
阅读次数:
189
Usage: BBScan.py [options] 可选参数: -h, --help 显示此帮助消息并退出 目标: --host [HOST [HOST ...]] 从命令行扫描主机 -f TargetFile 从目标文件加载以行分隔的目标 -d TargetDirectory 从目标目录加载所有 ...
分类:
其他好文 时间:
2020-06-20 13:38:52
阅读次数:
75
@(Oracle SQL调优系列之SQL Monitor Report) 1、SQL Monitor简介 sql monitor是oracle官方提供的自动监控符合特定条件的SQL,用于收集执行时的细节信息的监控工具,常用于sql调优和系统性能监控 2、捕捉sql的前提 sql monitor 捕捉 ...
分类:
数据库 时间:
2020-06-19 16:29:09
阅读次数:
73
df df(report file system disk space usage) df -h du du(estimate file space usage) du -h -d 0 du -a #同--all 显示目录中所有文件的大小。 du -s #同--summarize 仅显示总计,只列出 ...
分类:
系统相关 时间:
2020-06-18 13:11:13
阅读次数:
64
build.xml <?xml version="1.0"?> <project name="ant-jmeter" default="all"> <property name="testpath" value="${user.dir}"/> <property name="jmeter.home" ...
分类:
Web程序 时间:
2020-06-18 01:38:07
阅读次数:
54
导航 (返回顶部) 1. arch-audit -h 2. Use 3. Pacaudit(AUR) 1. arch-audit -h 2. Use 3. Pacaudit(AUR) 1. arch-audit -h $ arch-audit -h USAGE: arch-audit [FLAGS] ...
分类:
其他好文 时间:
2020-06-18 01:07:57
阅读次数:
67