Skip to content

Instantly share code, notes, and snippets.

View JesseFinch's full-sized avatar
🎯
Focusing

Gorin Roman JesseFinch

🎯
Focusing
View GitHub Profile
@JesseFinch
JesseFinch / na_full_target.txt
Created September 10, 2018 12:20
riot matches (na region) for load testing with vegeta
GET http://10.8.14.20:8080/region/na/match/v3/matches-with-timelines/2858429024
x-moba-lol-game-data-force-update: 1
GET http://10.8.14.20:8080/region/na/match/v3/matches-with-timelines/2858392418
x-moba-lol-game-data-force-update: 1
GET http://10.8.14.20:8080/region/na/match/v3/matches-with-timelines/2858355793
x-moba-lol-game-data-force-update: 1
GET http://10.8.14.20:8080/region/na/match/v3/matches-with-timelines/2858344532
@JesseFinch
JesseFinch / full_target.txt
Last active September 20, 2018 12:53
riot matches for load testing with vegeta
This file has been truncated, but you can view the full file.
GET http://10.8.5.8:8080/region/br/match/v3/matches-with-timelines/1454233112
x-moba-lol-game-data-force-update: 1
x-meta-consumer: 100
GET http://10.8.5.8:8080/region/eune/match/v3/matches-with-timelines/2029045411
x-moba-lol-game-data-force-update: 1
x-meta-consumer: 100
GET http://10.8.5.8:8080/region/eune/match/v3/matches-with-timelines/2029045411
@JesseFinch
JesseFinch / live_memory_usage.sh
Last active July 11, 2017 15:14
top 20 process by memory usage
#!/bin/bash
watch -n 1 'bash memory_usage.sh'