Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ChristopherRabotin/sg
Stress gauge allows one to gauge response times of an HTTP service under stress.
https://github.com/ChristopherRabotin/sg
Last synced: about 1 month ago
JSON representation
Stress gauge allows one to gauge response times of an HTTP service under stress.
- Host: GitHub
- URL: https://github.com/ChristopherRabotin/sg
- Owner: ChristopherRabotin
- License: mit
- Created: 2015-08-19T15:06:32.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-10-28T23:18:00.000Z (about 8 years ago)
- Last Synced: 2024-11-13T04:13:23.474Z (about 1 month ago)
- Language: Go
- Size: 69.3 KB
- Stars: 8
- Watchers: 3
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-go - sg - Stress gauge allows one to gauge response times of an HTTP service under stress. - ★ 3 (Software Packages)
- awesome-go-extra - sg - 08-19T15:06:32Z|2016-10-28T23:18:00Z| (Go Tools / DevOps Tools)
README
# Stress Gauge - sg
sg allows one to gauge response times of an HTTP service under stress.[![Build Status](https://travis-ci.org/ChristopherRabotin/sg.svg?branch=master)](https://travis-ci.org/ChristopherRabotin/sg) [![Coverage Status](https://coveralls.io/repos/ChristopherRabotin/sg/badge.svg?branch=master&service=github)](https://coveralls.io/github/ChristopherRabotin/sg?branch=master)
[![goreport](https://goreportcard.com/badge/github.com/ChristopherRabotin/sg)](https://goreportcard.com/report/github.com/ChristopherRabotin/sg)# Features
*Note:* what is in italics is not yet implemented.
- XML test profile;
- XML result file, with XSL for humans to read;
- Set total number of requests and total number of concurrent requests;
- Response time break down by percentile;
- Set header, body and cookie(s) from an initial request or within XML;
- Regex-like URL generation.# Quick start
Grab the [basic example](docs/examples/basic.xml) and start changing with the test profile.