Skip to content

Commit

Permalink
Added ngrep & vxlan to network tools
Browse files Browse the repository at this point in the history
  • Loading branch information
Andres Hermosilla committed Aug 3, 2017
1 parent 2f328d4 commit 8d8389d
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion network-tools.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

- https://image.slidesharecdn.com/devoxxbelgium2016-debuggingdistributedsystems-161110141549/95/debugging-distributed-systems-devoxx-belgium-2016-extended-64-1024.jpg?cb=1478787475
- https://www.slideshare.net/DonnyNadolny/debugging-distributed-systems-devoxx-belgium-2016-extended
- http://mark.koli.ch/slowdown-throttle-bandwidth-linux-network-interface

**Add latency**
`tc qdisc add dev eth0 root netem delay 500ms 100ms loss 25%`
Expand All @@ -28,4 +29,12 @@ Configure database/app local data directory to be /mnt then use tools above agai
alternative: nbd (network block device)

- `netstat -peanut` Network connections, regular kerl view
- `conntrack -L` Network connections iptables view
- `conntrack -L` Network connections iptables view

### VXLAN
- https://vincent.bernat.im/en/blog/2017-vxlan-bgp-evpn
- https://vincent.bernat.im/en/blog/2017-vxlan-linux


## Tools
- https://coderwall.com/p/zqulaw/introduction-to-ngrep

0 comments on commit 8d8389d

Please sign in to comment.