美文网首页
【goxel】Go 版 axel 小工具

【goxel】Go 版 axel 小工具

作者: 山羊wayne | 来源:发表于2016-12-12 16:29 被阅读0次

    Go 版本的 axel 小工具,如果你感觉还不错或者对你有帮助,请给一个star吧。Github 连接:https://github.com/wayne666/goxel

    goxel


    Description

    goxel like axel tool
    

    Installation

    $ go get github.com/WayneZhouChina/goxel
    

    Usage

    goxel [options...] <url>
    
    Options:
        -n  Numbers of blocks to run(must).
        -H  Add header string.
        -v  More status information.
        -o  Specify local output file(must).
        -h  Help information.
        -V  Version information.
        -cpus Number of used cpu cores(Default is current machine cores).
    

    Example:

    goxel -n 10 -o outfile http://xxx.com
    

    AUTHOR

    Written by WayneZhou, cumtxhzyy[at]gmail.com
    

    COPYRIGHT

    Copyright (c) 2015 WayneZhou. This library is free software; you can redistribute it and/or modify it.

    相关文章

      网友评论

          本文标题:【goxel】Go 版 axel 小工具

          本文链接:https://www.haomeiwen.com/subject/oiwmmttx.html