LINUX
[oracle@perass back]$ iostat -m 1 10
Linux 2.6.18-194.el5 (perass) 03/01/2014 avg-cpu: %user %nice %system %iowait %steal %idle
0.04 0.00 1.21 38.28 0.00 60.47 Device: tps MB_read/s MB_wrtn/s MB_read MB_wrtn
sda 174.00 0.06 34.43 0 34
sda1 0.00 0.00 0.00 0 0
sda2 0.00 0.00 0.00 0 0
sda3 174.00 0.06 34.43 0 34 -m Display statistics in megabytes per second instead of blocks or kilobytes per second. Data dis-
played are valid only with kernels 2.4 and newer
可以看到写入的速度为34M/s AIX
$ iostat 1 10 System configuration: lcpu=4 drives=6 paths=14 vdisks=0 tty: tin tout avg-cpu: % user % sys % idle % iowait
0.0 59.0 1.1 0.5 98.3 0.0 Disks: % tm_act Kbps tps Kb_read Kb_wrtn
hdisk1 0.0 0.0 0.0 0 0
hdisk0 0.0 0.0 0.0 0 0 Kb_read
The total number of KBs read.
Kb_wrtn
The total number of KBs written.

最新文章

  1. 将oracle冷备份恢复到另外一个数据库实例中
  2. DotNetBar for Windows Forms 12.2.0.7_冰河之刃重打包版原创发布-带官方示例程序版
  3. 手机端使用rem适配
  4. Python入门笔记(20):Python函数(3):关于lambda
  5. [LeetCode]题解(python):049-Groups Anagrams
  6. volley超时和重复请求问题
  7. Ubuntu 安装 JDK 7 / JDK8 的两种方式
  8. SQL 里面的COALESCE函数
  9. MySQL按照汉字的拼音排序(转)
  10. C语言复习--实现栈
  11. MySQL性能、监控与灾难恢复
  12. 【转】double-array trie 译文+心得
  13. Servlet图片上传
  14. iOS程序生命周期 AppDelegate
  15. Spring Data Jpa(Hibernate) OneToMany
  16. Hibernate框架笔记02_主键生成策略_一级缓存_事务管理
  17. Linux haproxy基础
  18. Ios项目添加Pods
  19. CodeSmith和Powerdesigner的搭建和实例化操作 转载自黄聪同学
  20. 【洛谷P1486】郁闷的出纳员

热门文章

  1. Qt绘图之QGraphicsScene QGraphicsView QGraphicsItem详解
  2. iOS-系统定位功能
  3. Android(java)学习笔记202:Handler消息机制的原理和实现
  4. 【Android】碎片Fragment
  5. 开始android博客分享
  6. HttpClient使用cookie
  7. hadoop之wordCount程序理解
  8. 关于Android4.x系统默认显示方向各种修改
  9. offie2010设置前两页和后面显示不同页码的方法
  10. C++中的static关键字的总结 (转载)