gpt4 book ai didi

python - 如何将 Iperf 结果保存在输出文件中

转载 作者:太空宇宙 更新时间:2023-11-03 15:11:45 25 4
gpt4 key购买 nike

我在从 txt 文件读取的一组主机之间运行 iperf,这是我运行它的方式:

h1,h2 = net.getNodeByName(node_id_1, node_id_2)

net.iperf((h1, h2))

它运行良好并显示结果。但是,我想将 iperf 结果的输出保存在一个单独的 txt 文件中。有谁知道我如何在上面的代码中应用它?

最佳答案

为了将iperf测试的结果存储在一个文件中,添加| tee 后跟 filename.txt 到您的命令行,例如:

iperf -c ip 地址 -u -t 10 -i 1 |开球结果.txt

关于python - 如何将 Iperf 结果保存在输出文件中,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/25702196/

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