Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HTTPSeqClient ¶
type HTTPSeqClient struct {
// contains filtered or unexported fields
}
HTTPSeqClient creates a new client that generate sequences of messages.
func New ¶
func New(addr string, startSeq, numMessages, numConns, reqSize, respSize, targetRPS int) *HTTPSeqClient
New creates a new HTTP seq client.
func (*HTTPSeqClient) PrintStats ¶
func (c *HTTPSeqClient) PrintStats() error
PrintStats writes request information to the screen.
Click to show internal directories.
Click to hide internal directories.