摘要:通过实例讲解loadrunner中的socket协议性能测试的一种测试方法,如何不依赖loadrunner既定规则,自行控制收发数据包 关键词:Loadrunner,socket,自行控制,收发数据包 一.前言 用过loadrunner的socket协议进行性能测试的同学都知道,只需要录制短短 ...
分类:
其他好文 时间:
2017-11-15 17:12:04
阅读次数:
330
rac中需要指定thread添加日志组RAC:alter database add logfile thread 1 group 1('+DATA/irac/redo01_1.log','+DATA/irac/redo01_2.log') size 1024m;alter database add ...
分类:
数据库 时间:
2017-11-10 15:04:40
阅读次数:
223
ASM supports all but which of the following file types? (Choose all that apply.) A. Database files B. Spfiles C. Redo-log files D. Archived log files ...
分类:
其他好文 时间:
2017-11-06 13:11:53
阅读次数:
95
### scripts 1--the scirpt is used for restore db from vcs to a point to time recovery--and the target datafile and logfile is different from source ## ...
分类:
其他好文 时间:
2017-11-06 11:07:24
阅读次数:
202
logminer 工具的使用 ——对redo log 进行挖掘,找出在某个时间点所作的DDL 或DML 操作(包括:时间点、datablock scn 、sql语句) 1) 对DML 分析 SYS @ prod > select * from scott.tb01; ID 111 222 333 S ...
分类:
其他好文 时间:
2017-11-04 23:37:51
阅读次数:
243
非交互式运行Spark Application 的例子 $ cat Count.py import sysfrom pyspark import SparkContext if __name__ == "__main__": sc = SparkContext()logfile = sys.argv ...
分类:
移动开发 时间:
2017-10-29 11:21:41
阅读次数:
225
修改innodb_buffer_pool_size这个参数一般都没问题,但是修改innodb_log_file_size这个参数如果过大,mysql日志就会提示: Error: log file .\ib_logfile0 is of different size 0 56623104 bytesI ...
分类:
数据库 时间:
2017-10-27 11:33:57
阅读次数:
178
前言: HA即(high available)高可用,又被叫做双机热备,用于关键性业务。简单理解就是,有2台机器 A 和 B,正常是 A 提供服务,B 待命闲置,当 A 宕机或服务宕掉,会切换至B机器继续提供服务。常见的实现高可用的开源软件有 heartbeat 和 keepalived。 这样,一 ...
分类:
其他好文 时间:
2017-10-23 18:40:13
阅读次数:
243
建库建表知识点(下列举例)、 建库: CREATE DATABASE EduBase2017 ON (NAME='Datefile_1' ,FILENAME='D:\EduBase2017\DataFile_1.mdf') LOG ON (NAME='LogFile_1' ,FILENAME='D: ...
分类:
其他好文 时间:
2017-10-22 20:50:18
阅读次数:
157
实验环境:Centos6.8 Redis版本:3.0.6 下载Redis,并放到/usr/local/soft下: yum -y install gcc automake autoconf libtool make gcc-c++ [root@bogon soft]# tar zxf redis-3... ...
分类:
其他好文 时间:
2017-10-20 20:10:49
阅读次数:
225