-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit ab6769a
Showing
1 changed file
with
20 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
# Network Observability CLI | ||
|
||
network-observability-cli is a lightweight Flow and Packet visualisation tool. | ||
It deploy [netobserv eBPF agent](https://github.com/netobserv/netobserv-ebpf-agent) on your k8s cluster to collect flows or packets from nodes network interfaces | ||
and streams data to a local collector for analysis and visualisation. | ||
Output files are generated under output/flow and output/pcap directories per host name | ||
|
||
## Work In Progress | ||
|
||
This project is still a WIP. The following list gives an overview of the current progression: | ||
|
||
- [ ] Capture flows | ||
- [ ] Capture packets | ||
- [ ] Basic filter capabilities | ||
- [ ] Advanced filter capabilities | ||
- [ ] Testing | ||
- [ ] Linting | ||
- [ ] Dockerfile | ||
|
||
Feel free to contribute ! |