|
|
发表于 2005-9-1 13:16:45
|
显示全部楼层
#mirrorselect --help
- usage: mirrorselect [options]
- examples:
- automatic:
- # mirrorselect -s5
- # mirrorselect -s3 -b10 -o >> /mnt/gentoo/etc/make.conf
- # mirrorselect -D -s4
- interactive:
- # mirrorselect -i -r
- options:
- --version show program's version number and exit
- -h, --help show this help message and exit
- Main modes:
- -i, --interactive Interactive Mode, this will present a list to make it
- possible to select mirrors you wish to use.
- -D, --deep Deep mode. This is used to give a more accurate speed
- test. It will download a 100k file from each server.
- Because of this you should only use this option if you
- have a good connection.
- Server type selection (choose at most one):
- -f, --ftp ftp only mode. Will not consider hosts of other types.
- -H, --http http only mode. Will not consider hosts of other types
- -r, --rsync rsync mode. Allows you to interactively select your
- rsync mirror. Requires -ito be used.
- Other options:
- -o, --output Output Only Mode, this is especially useful when being
- used during installation, to redirect output to a file
- other than /etc/make.conf
- -bBLOCKSIZE, --blocksize BLOCKSIZE
- This is to be used in automatic mode and will split
- the hosts into blocks of BLOCKSIZE for use with
- netselect. This is required for certain routers which
- block 40+ requests at any given time. Recommended
- parameters to pass are: -s3 -b10
- -tTIMEOUT, --timeout TIMEOUT
- Timeout for the deep mode algorithm before any mirrors
- have been tested. Defaults to 10 seconds.
- -sSERVERS, --servers SERVERS
- Specify Number of servers for Automatic Mode to
- select. this is only valid for download mirrors. If
- this is not specified, a default of 1 is used.
- -d, --debug debug mode
- -q, --quiet Quiet mode
复制代码
为何我的没有-a这个参数? |
|