gpt4 book ai didi

macos - 如何让 dd 在 MacOS 中打印传输统计信息?

转载 作者:行者123 更新时间:2023-12-03 22:49:09 25 4
gpt4 key购买 nike

对于 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.



因此,就像在 Linux 中一样,我尝试过:
kill -INFO <pid_of_dd>

该命令以状态 0 成功完成,但是终端中的 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/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com