作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
对于 MacOS(小牛队),我正在制作一个 shell 脚本来收集命令 dd
随时间推移的传输统计信息。 .
手册页说:
If dd receives a SIGINFO (see the status argument for stty(1)) signal, the current input and output block counts will be written to the standard error output in the same format as the standard completion message.
kill -INFO <pid_of_dd>
dd
进程连接到,标准输出/标准错误中没有统计信息。
dd
的正确方法是什么?在其输出中打印统计信息?
最佳答案
您还可以在终端选项卡中按 Ctrl+T 以获得相同的行为:
MacBook-Pro:~ $ dd if=~/source_image.dmg of=/dev/disk1
load: 0.87 cmd: dd 7229 uninterruptible 0.21u 3.91s
265809+0 records in
265808+0 records out
136093696 bytes transferred in 131.170628 secs (1037532 bytes/sec)
load: 0.99 cmd: dd 7229 uninterruptible 0.32u 5.89s
415769+0 records in
415768+0 records out
212873216 bytes transferred in 203.357068 secs (1046795 bytes/sec)
关于macos - 如何让 dd 在 MacOS 中打印传输统计信息?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/20772392/
我是一名优秀的程序员,十分优秀!