加入收藏 | 设为首页 | 会员中心 | 我要投稿 李大同 (https://www.lidatong.com.cn/)- 科技、建站、经验、云计算、5G、大数据,站长网!
当前位置: 首页 > 综合聚焦 > 服务器 > Linux > 正文

卷曲 – 什么是终点输出?

发布时间:2020-12-14 00:34:06 所属栏目:Linux 来源:网络整理
导读:我知道终端输出的一部分是请求的持续时间,剩余时间等.但是是否有一些文档准确指定curl命令的终端输出的每一列是什么?手册页的内容很稀疏. 解决方法 它可能不容易找到,但它在 the curl book中有记载. The progress meter exists to show a user that somethi
我知道终端输出的一部分是请求的持续时间,剩余时间等.但是是否有一些文档准确指定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:

  % Total    % Received % Xferd  Average Speed          Time             Curr.
                                 Dload  Upload Total    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
   Total         - total 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 Total    - 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 totally different progress bar that doesn't
  need much explanation!

(编辑:李大同)

【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容!

    推荐文章
      热点阅读