1、jiffies 1)linux全局变量,无符号长整型,用以记录系统启动以来产生的时钟中断总数。 2)单位:在不同系统其值可能是1ms~10ms。 2、/proc/stat的内容就是以jiffies为单位,它记录了系统启动以来各个CPU的累计活动信息,可以用来计算cpu使用率。不断学习中...
分类:
其他好文 时间:
2014-12-17 22:23:18
阅读次数:
164
$crs_stat-t
CRS-0184: Cannot communicate with the CRSdaemon.
$crsctlcheck crs
CRS-4638: Oracle High Availability Servicesis online
CRS-4535: Cannot communicate with ClusterReady Services
CRS-4529...
分类:
其他好文 时间:
2014-12-16 15:12:00
阅读次数:
967
可以使用下面的语句来得到 SELECT SUBSTRING(qt.TEXT, (qs.statement_start_offset/2)+1, ( (CASE qs.statement_end_offset WHEN -1 THEN DATALENGTH(qt.TEXT) ELSE qs.stat....
分类:
数据库 时间:
2014-12-16 15:01:57
阅读次数:
185
有关11gR2 ASM spfile说明可以看
http://blog.csdn.net/robo23/article/details/41930051
以下粘出spfile重启过程:
+++1)当前集群资源运行状态
[grid@rac2 ~]$ crsctl stat res -t
-----------------------------------------------...
分类:
其他好文 时间:
2014-12-15 13:48:05
阅读次数:
307
ps aux 是用BSD的格式来显示 java这个进程显示的项目有:USER , PID , %CPU , %MEM , VSZ , RSS , TTY , STAT , START , TIME , COMMANDps -ef 是用标准的格式显示java这个进程显示的项目有:UID , PID ,...
分类:
其他好文 时间:
2014-12-14 10:33:45
阅读次数:
331
Validate if a given string is numeric.Some examples:"0"=>true" 0.1 "=>true"abc"=>false"1 a"=>false"2e10"=>trueNote:It is intended for the problem stat...
分类:
其他好文 时间:
2014-12-12 14:33:25
阅读次数:
156
原文:C语言库函数大全及应用实例十三 [编程资料]C语言库函数大全及应用实例十三 函数名: stat 功 能: 读取打开文件信息 用 法: int stat(char *pathname, struct stat *buff); 程序例: #i nclude #i nclude #i nclude ...
分类:
编程语言 时间:
2014-12-12 08:51:18
阅读次数:
217
.master代码如下:
<asp:Menu ID="Menu1" runat="server" DataSourceID="SiteMapDataSource1"
Orientation="Horizontal" Stat...
分类:
其他好文 时间:
2014-12-11 15:54:22
阅读次数:
151
.Net 中计算2个点之间的距离的方法,或者叫计算2个坐标,2个经纬度之间的距离。代码如下: 1 /// 2 /// Calculates the distance between two geographics locations 3 /// 4 public stat...
分类:
Web程序 时间:
2014-12-10 18:00:43
阅读次数:
152
public class SomeClass{private string myfield = null;public static SomeClass instance = new SomeClass();public instranceMethod() {};public static stat...
分类:
其他好文 时间:
2014-12-10 16:08:39
阅读次数:
123