Skip to content

Instantly share code, notes, and snippets.

View rrzaripov's full-sized avatar

Renat Zaripov rrzaripov

  • Saint-Petersburg, Russia
View GitHub Profile
@lucindo
lucindo / README.md
Created November 6, 2015 14:09
Using Graphite/Grafana to gather Locust.io test data

Using Locust.io with Grafana

On your locust master server:

  • Install and configure Graphite. Follow a good tutorial
  • Install and configure Grafana: tutorial

Use logra.py on your locust test file. See locustfile.py.

@MohamedAlaa
MohamedAlaa / tmux-cheatsheet.markdown
Last active August 25, 2024 04:26
tmux shortcuts & cheatsheet

tmux shortcuts & cheatsheet

start new:

tmux

start new with session name:

tmux new -s myname