http://ftp.gnu.org/gnu/automake/
在automake的目錄下,編譯方式非常單純
./configure
make
make install
git clone https://github.com/JoeDog/siege
進入到目錄中,執行如下指令,編譯與安裝
utils/bootstrap
./configure
make
make install
siege -d10 -c10 -i -f urls.txt
urls.txt的文件檔可以如下:
http://example.test/
http://example.test/path1
http://example.test/path2
-d10為延遲
docker volume inspect neip_www
[
{
"CreatedAt": "2018-05-12T15:30:17Z",
"Driver": "local",
"Labels": {
"com.docker.stack.namespace": "neip"
},
"Mountpoint": "/var/lib/docker/volumes/neip_www/_data",
"Name": "neip_www",
"Options": null,
"Scope": "local"
}
]
這是因為實際上目錄是在Docker for Mac VM上。
screen ~/Library/Containers/com.docker.docker/Data/com.docker.driver.amd64-linux/tty
可以透過