TasksA task is a logical representation of an execution environment. Tasks are usedin order to divide system resources between each running program. E...
分类:
系统相关 时间:
2014-10-28 13:35:52
阅读次数:
211
Types of correlation:Logical correlation: Using pre-defined and customized correlation rules.Inventory correlation: Through inventory look ups the sys...
分类:
其他好文 时间:
2014-10-25 21:26:33
阅读次数:
168
#dmsetuplslive-osimg-min (253:1)live-rw (253:0)内核为LVM建立映射关系实际上是可以使用iostat检测到内存的使用状态的,因为内存被映射成dm-0.
分类:
其他好文 时间:
2014-10-10 16:16:14
阅读次数:
296
1、 仿函数
仿函数又名函数对象,具有函数性质的对象,就是传入一些参数,然后对参数进行某些运算,然后返回一个值。为了能够使行为类似函数,需要在类别定义中必须自定义function call 运算子operator()。
仿函数有如下几类:算术类仿函数(plus、minus)关系运算类仿函数(equal_to、less)逻辑运算类仿函数(logical_and、logical_or、logica...
分类:
其他好文 时间:
2014-10-06 16:42:50
阅读次数:
231
1.将多表连接拆分成较小的几个部分顺序执行
2.用内连接代替外连接。
3.优先直线哪些能大大减少返回行的操作,再将生产的临时表与其他表进行左连接。
4.修改like程序,去掉%,因为有%无法使用索引。
5.使用存储过程封装哪些复杂的SQL logical reads语句或商业逻辑。...
分类:
数据库 时间:
2014-09-29 14:23:30
阅读次数:
281
1.ZZSRV1上的WWW配置1.1.磁盘配置1.1.1.添加磁盘添加80GB的磁盘。#fdisk-l
Disk/dev/sda:21.5GB,21474836480bytes,41943040sectors
Units=sectorsof1*512=512bytes
Sectorsize(logical/physical):512bytes/512bytes
I/Osize(minimum/optimal):512bytes/512bytes
Disklabeltype:..
分类:
其他好文 时间:
2014-09-28 19:10:36
阅读次数:
332
1.ZZSRV2上的LVM配置1.1.磁盘配置#fdisk-l
Disk/dev/sda:21.5GB,21474836480bytes,41943040sectors
Units=sectorsof1*512=512bytes
Sectorsize(logical/physical):512bytes/512bytes
I/Osize(minimum/optimal):512bytes/512bytes
Disklabeltype:dos
Diskidentifier:0x00012974
..
分类:
其他好文 时间:
2014-09-28 18:20:06
阅读次数:
290
logical-address-vs-physical-address
分类:
其他好文 时间:
2014-09-25 18:50:27
阅读次数:
370
A multi-core processor includes logical partitions that have respective processor cores, memory areas, and Ethernet controllers. At least one of the E...
分类:
其他好文 时间:
2014-09-15 22:33:19
阅读次数:
251
1SqlIO优化set statistics io on--sqlset statistics io off2Sql占用CPU时间select c.total_worker_time, c.last_execution_time,c.execution_count,c.total_logical_r...
分类:
数据库 时间:
2014-09-15 12:53:18
阅读次数:
186