v$osstat
SQL> select * from v$osstat; STAT_NAME VALUE OSSTAT_ID COMMENTS CUM
---------------------------------------- ---------- ---------- ---------------------------------------------------------------- ---
NUM_CPUS Number of active CPUs NO
IDLE_TIME 6.5569E+10 Time (centi-secs) that CPUs have been in the idle state YES
BUSY_TIME Time (centi-secs) that CPUs have been in the busy state YES
USER_TIME Time (centi-secs) spent in user code YES
SYS_TIME Time (centi-secs) spent in the kernel YES
IOWAIT_TIME Time (centi-secs) spent waiting for IO YES
NICE_TIME Time (centi-secs) spend in low-priority user code YES
RSRC_MGR_CPU_WAIT_TIME Time (centi-secs) processes spent in the runnable state waiting YES
LOAD . Number of processes running or waiting on the run queue NO
NUM_CPU_CORES Number of CPU cores NO
NUM_CPU_SOCKETS Number of physical CPU sockets NO
PHYSICAL_MEMORY_BYTES 1.0142E+11 Physical memory size in bytes NO
VM_IN_BYTES Bytes paged in due to virtual memory swapping YES
VM_OUT_BYTES Bytes paged out due to virtual memory swapping YES
TCP_SEND_SIZE_MIN TCP Send Buffer Min Size NO
TCP_SEND_SIZE_DEFAULT TCP Send Buffer Default Size NO
TCP_SEND_SIZE_MAX TCP Send Buffer Max Size NO
TCP_RECEIVE_SIZE_MIN TCP Receive Buffer Min Size NO
TCP_RECEIVE_SIZE_DEFAULT TCP Receive Buffer Default Size NO
TCP_RECEIVE_SIZE_MAX TCP Receive Buffer Max Size NO
GLOBAL_SEND_SIZE_MAX Global send size max (net.core.wmem_max) NO
GLOBAL_RECEIVE_SIZE_MAX Global receive size max (net.core.rmem_max) NO rows selected. SQL>
v$osstat的更多相关文章
- 设置Hyper V
1.打开服务器管理器 2.添加角色和功能 3.安装类型 -> 基于角色或基于功能的安装 4.服务器选择 -> 下一步 5.服务器角色 勾选"Hyper V"
- algorithm@ Shortest Path in Directed Acyclic Graph (O(|V|+|E|) time)
Given a Weighted Directed Acyclic Graph and a source vertex in the graph, find the shortest paths fr ...
- Exception in thread "main" java.lang.NoSuchMethodError: org.objectweb.asm.ClassWriter.<init>(I)V
在学习CGlib动态代理时,遇到如下错误: Exception in thread "main" java.lang.NoSuchMethodError: org.objectwe ...
- [Erlang 0118] Erlang 杂记 V
我在知乎回答问题不多,这个问题: "对你职业生涯帮助最大的习惯是什么?它是如何帮助你的?",我还是主动回答了一下. 做笔记 一开始笔记软件做的不好的时候就发邮件给自己, ...
- for(String s:v)
s是遍历后赋值的变量,v是要遍历的list.可以通过以下语句进行测试: List<String> v=new ArrayList(); v.add("one"); v. ...
- SIP模块版本错误问题:the sip module implements API v??? but XXX module requires API v???
系统安装了python 2.7,继续安装PyQt4,于是依次下载sip.pyqt4源码进行安装.用以下代码测试: import PyQt4.QtGui 显示出错.错误信息:the sip module ...
- 数据库软件dbForge Studio for MySQL更新至v.6.1
本文转自:慧都控件网 说到MariaDB,这个数据库算是MySQL的一个分支.现在非常的流行,很多地方都能看到它的身影.MariaDB作为一种新的数据库管理系统,在短时间内获得如此高的关注度.这也是D ...
- Exception raised during rendering: java.lang.System.arraycopy([CI[CII)V
最近下载一个新版本的adt-bundle,Android API是20. 把Plain Text控件往布局上面拖时,发现拖不上去,出现了下面的错误: Exception raised during r ...
- Java集合源码分析(七)HashMap<K, V>
一.HashMap概述 HashMap基于哈希表的 Map 接口的实现.此实现提供所有可选的映射操作,并允许使用 null 值和 null 键.(除了不同步和允许使用 null 之外,HashMap ...
随机推荐
- 程序设计第二次作业<1>
面向对象程序设计第二次作业<1> Github 链接:https://github.com/Wasdns/object-oriented 题目: <1>第一次尝试 我立马认识到 ...
- django + ngxin + uwsgi 站点部署
第一步 创建项目启动脚本 # 创建项目启动脚本 vi /etc/init.d/project_name #!/bin/bash # Description: uwsgi manager scripts ...
- GDC 2016 神秘海域4中使用Substance制作Texture
TEXTURING UNCHARTED 4: A MATTER OF SUBSTANCE 原文链接 http://www.dualshockers.com/2016/03/16/amazing-unc ...
- DWZ的选择带回功能无法带回第一个value中的值
<volist name="node1._child" id="node2"> 这里的value中第一个id是无法带回给上一个页面的..如果要带回则 ...
- 兼容的获得event
function getEvent(e) { var e=window.event || event; return e.srcElement || e.target; }
- jade模板引擎的基本使用
jade和ejs很大的不同是通过缩进的方式解决嵌套和成对标签的问题,比较适合有代码洁癖的同学. jade官方有基础的语法: http://naltatis.github.io/jade-syntax- ...
- java的Random
首先,Point类 public class Point { int x, y; public Point(int x, int y) { this.x = x; this.y = y; } bool ...
- 网页上的表格数据table
格式: <table> <tr> <th> </th> </tr> <tr> <td> </td> &l ...
- 用facebook账号登陆到你的Magento网店
Inchoo提供magento和facebook连接的扩展,可以到http://inchoo.net/ecommerce/magento/facebook-connect-magento-extens ...
- magento多语言中文语言包
语言包key:http://connect20.magentocommerce.com/community/Mage_Locale_zh_CN