摘要:
原文地址:http://blog.sina.com.cn/s/blog_639aa08501010kkr.html 1.1 性能测试需求内容 性能测试需求应包括以下内容: a) 测试场景及用例,用例访问URL; b) 目标接口方法的入参、出参; c) 外部依赖的服务细节; d) 关键数据: 数据量、 阅读全文
摘要:
date安装ntpdate工具# yum -y install ntp ntpdate设置系统时间与网络时间同步# ntpdate cn.pool.ntp.org将系统时间写入硬件时间# hwclock --systohc第一条指令:date -s '2017-12-27 10:11:10'第二条指 阅读全文