Skip to content

Commit

Permalink
fix merge errors in README
Browse files Browse the repository at this point in the history
  • Loading branch information
gfr10598 committed Mar 28, 2019
1 parent 0358089 commit 7693778
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ metrics published on port 7070:
docker run --network=host -v ~/data:/home/ -it measurementlab/tcp-info -prom=7070
```

If you want to use this tool outside of a container, then you will also require
`zstd`, which can be installed with:
# Fast tcp-info collector in Go

This repository uses the netlink API to collect inet_diag messages, partially parses them, caches the intermediate representation.
Expand All @@ -34,13 +32,6 @@ OR
sudo apt-get update && sudo apt-get install -y zstd
```


To invoke, with data written to ~/data, and prometheus metrics published on port
7070:
```bash
docker run --network=host -v ~/data:/home/ -it measurementlab/tcp-info -prom=7070
```

# Code Layout

* inetdiag - code related to include/uapi/linux/inet_diag.h. All structs will be in structs.go
Expand Down

0 comments on commit 7693778

Please sign in to comment.