feisky

云计算、虚拟化与Linux技术笔记
  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

2012年10月9日

摘要: The Architecture of Open Source Applications - Berkeley DB1. It is vital for any complex software package's testing and maintenance that the software be designed and built as a cooperating set of modules with well-defined API boundaries. The boundaries can (and should!) shift as needs dictate, b 阅读全文

posted @ 2012-10-09 22:18 feisky 阅读(523) 评论(0) 推荐(0)

摘要: 如何查看dd的拷贝进度linux中的DD命令可以很方便的作二进制拷贝,比如可以做硬盘克隆。一般使用方式如下:dd if=/src/device/name of=/dst/device/name... 然后就等它完成,进程退出但是当我们需要copy的东西很巨大的时候,这个过程是很痛苦的很多人会查看iostat, 来估算大概需要多少时间完成, 这是很不直观的, 也不可靠如果我们dd --help会看到其实是有方法可以查看copy进度的, 帮助文件中的example如下:$ dd if=/dev/zero of=/dev/null& pid=$! 后台运行dd测试,保存进程号到pid中实际我 阅读全文

posted @ 2012-10-09 14:09 feisky 阅读(1063) 评论(0) 推荐(0)

无觅相关文章插件,快速提升流量