Linux   发布时间:2022-03-31  发布网站:大佬教程  code.js-code.com
大佬教程收集整理的这篇文章主要介绍了卷曲 – 什么是终点输出?大佬教程大佬觉得挺不错的,现在分享给大家,也给大家做个参考。

概述

我知道终端输出的一部分是请求的持续时间,剩余时间等.但是是否有一些文档准确指定curl命令的终端输出的每一列是什么?手册页的内容很稀疏. 它可能不容易找到,但它在 the curl book中有记载. The progress meter exists to show a user that something actually is happening. The different fiel
我知道终端输出的一部分是请求的持续时间,剩余时间等.但是是否有一些文档准确指定curl命令的终端输出的每一列是什么?手册页的内容很稀疏.

解决方法

它可能不容易找到,但它在 the curl book中有记载.

The progress meter exists to show a user that something actually is
  happening. The different fields in the output have the following meaning:

  % @R_731_10586@l    % Received % Xferd  Average Speed          Time             Curr.
                                 Dload  Upload @R_731_10586@l    Current  Left    Speed
  0  151M    0 38608    0     0   9406      0  4:41:43  0:00:04  4:41:39  9287

  From left-to-right:
   %             - percentage completed of the whole transfer
   @R_731_10586@l         - @R_731_10586@l size of the whole expected transfer
   %             - percentage completed of the download
   Received      - currently downloaded amount of bytes
   %             - percentage completed of the upload
   Xferd         - currently uploaded amount of bytes
   Average Speed
   Dload         - the average transfer speed of the download
   Average Speed
   Upload        - the average transfer speed of the upload
   Time @R_731_10586@l    - expected time to complete the operation
   Time Current  - time passed since the invoke
   Time Left     - expected time left to completion
   Curr.Speed    - the average transfer speed the last 5 seconds (the first
                   5 seconds of a transfer is based on less time of course.)

  The -# option will display a @R_731_10586@lly different progress bar that doesn't
  need much explanation!

大佬总结

以上是大佬教程为你收集整理的卷曲 – 什么是终点输出?全部内容,希望文章能够帮你解决卷曲 – 什么是终点输出?所遇到的程序开发问题。

如果觉得大佬教程网站内容还不错,欢迎将大佬教程推荐给程序员好友。

本图文内容来源于网友网络收集整理提供,作为学习参考使用,版权属于原作者。
如您有任何意见或建议可联系处理。小编QQ:384754419,请注明来意。