【goxel】Go 版的 axel 小工具

山羊wayne發表於2016-12-20

之前練手寫的一個小工具 goxel,類似於 axel,如果你感覺對你有用或者還不錯,不要吝嗇你的 Star 哈,當然有任何問題或者改進也請告訴我。

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

相關文章