Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jpinsonneau authored Nov 17, 2023
0 parents commit ab6769a
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions README.md
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 !

0 comments on commit ab6769a

Please sign in to comment.