client-ds

command
v0.6.3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 27, 2018 License: Apache-2.0, Apache-2.0 Imports: 6 Imported by: 0

README

hey

Build Status

hey is a tiny program that sends some load to a web application.

hey was originally called boom and was influenced from Tarek Ziade's tool at tarekziade/boom. Using the same name was a mistake as it resulted in cases where binary name conflicts created confusion. To preserve the name for its original owner, we renamed this project to hey.

Installation

go get -u github.com/rakyll/hey

Note: Requires go 1.7 or greater.

one:

  1. start ds_server go run simp_ds.go 192.168.61.136:11000 4

  2. start ds_client go run hey.go -h 192.168.61.136:11000 -n 100000 -c 100 -cpus 4 -m 0

two:

  1. 启动一个完整的ds服务 192.168.61.136:6180
  2. go run hey.go -h 192.168.61.136:6180 -n 100000 -c 100 -cpus 4

Documentation

Overview

Command hey is an HTTP load generator.

Directories

Path Synopsis
Package requester provides commands to run load tests and display results.
Package requester provides commands to run load tests and display results.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL