码迷,mamicode.com
首页 >  
搜索关键字:usage report    ( 3968个结果
linux test tool--"ab"
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的接口测试环境搭建及使用
环境搭建 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
power monitor 功能介绍-监控检测耗电相关的状态信息
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
java.lang.NoClassDefFoundError: org/springframework/boot/actuate/
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
python-自动化测试结果发送邮件报错(smtplib.SMTPDataError: (554, b'DT:SPM 163……)解决方法
先把我的邮件发送脚本粘贴上来吧,在解释下我的报错和解决方法: 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
BBScan-20200419 帮助信息
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
@(Oracle SQL调优系列之SQL Monitor Report) 1、SQL Monitor简介 sql monitor是oracle官方提供的自动监控符合特定条件的SQL,用于收集执行时的细节信息的监控工具,常用于sql调优和系统性能监控 2、捕捉sql的前提 sql monitor 捕捉 ...
分类:数据库   时间:2020-06-19 16:29:09    阅读次数:73
Linux 磁盘管理
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
jnt的build.xml和report.html文件
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
arch-audit
导航 (返回顶部) 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
3968条   上一页 1 ... 15 16 17 18 19 ... 397 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!