Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fukata/rtb-server
RTB server mocks and benchmarks.
https://github.com/fukata/rtb-server
Last synced: 29 days ago
JSON representation
RTB server mocks and benchmarks.
- Host: GitHub
- URL: https://github.com/fukata/rtb-server
- Owner: fukata
- License: apache-2.0
- Created: 2013-08-07T02:30:49.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-09-02T08:19:21.000Z (about 11 years ago)
- Last Synced: 2024-10-10T12:31:47.557Z (about 1 month ago)
- Language: C
- Size: 316 KB
- Stars: 2
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
rtb-server
==========RTB server mocks and benchmarks.
# Specifications
## for SSP side
### Timeout
- 120 ms### Auction
- 1st price auction### Routes
- /ad
- method: GET
- parameters
- dsp: total DSP number.
- dN_t: DSP bid response time.
- dN_s: DSP bid response status.
- dN_p: DSP bid response auction price.## for DSP side
### Routes- /ad/dN
- method: GET
- parameters
- t: bid response time.
- s: bid response status.
- p: auction price.
- response
- format: json===
{
"id": "${UNIQUE BID ID}",
"price": "${PRICE}"
"status": "${STATUS}"
}# Benchmak
## Make Scenario
$ bundle exec ./bin/make_scenario --num 10000 --dsp 5 --rate 50 --out /tmp/scenario_10000
## HTTP Access
$ ./lib/http_load/http_load -timeout 1 -parallel 100 -seconds 60 /tmp/scenario_ssp_10000