You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+13-5Lines changed: 13 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,15 +20,15 @@
20
20
network data streams and extracting actionable insights directly from the edge while integrating tightly with modern observability stacks.
21
21
22
22
It is resource efficient and built from the ground up to be modular and dynamically controlled in
23
-
real time via API and YAML policies. Input and processor modules may be dynamically loaded at runtime. Metric output can be used and visualized
23
+
real time via API and YAML policies. Input and analyzer modules may be dynamically loaded at runtime. Metric output can be used and visualized
24
24
both on-node via command line UI (for localized, hyper real-time actions)
25
25
as well as centrally collected into industry standard observability stacks like Prometheus and Grafana.
26
26
27
27
The [input stream system](src/inputs) is designed to _tap into_ data streams. It currently supports [packet capture](https://en.wikipedia.org/wiki/Packet_analyzer),
28
28
[dnstap](https://dnstap.info/) and [sFlow](https://en.wikipedia.org/wiki/SFlow) and will soon support additional taps such as [Netflow](https://en.wikipedia.org/wiki/NetFlow),
29
29
[envoy taps](https://www.envoyproxy.io/docs/envoy/latest/operations/traffic_tapping), and [eBPF](https://ebpf.io/).
30
30
31
-
The [stream processor system](src/handlers) includes full application layer analysis, and [efficiently](https://en.wikipedia.org/wiki/Streaming_algorithm) summarizes to:
31
+
The [stream analyzer system](src/handlers) includes full application layer analysis, and [efficiently](https://en.wikipedia.org/wiki/Streaming_algorithm) summarizes to:
32
32
33
33
* Counters
34
34
* Histograms and Quantiles
@@ -38,7 +38,7 @@ The [stream processor system](src/handlers) includes full application layer anal
38
38
* GeoIP/ASN
39
39
40
40
pktvisor has its origins in observability of critical internet infrastructure in support of DDoS protection, traffic
41
-
engineering, and operations.
41
+
engineering, and ongoing operations.
42
42
43
43
These screenshots display both the [command line](golang/) and [centralized views](centralized_collection/) of
44
44
the [Network](src/handlers/net) and [DNS](src/handlers/dns) stream processors, and the types of summary information provided:
@@ -121,7 +121,7 @@ Also see [Advanced Agent Example](#advanced-agent-example).
121
121
122
122
### Linux Static Binaries (Stand Alone, x86_64)
123
123
124
-
pktvisor provides statically linked, dependency free linux binaries for each individual pktvisor tool. These are the smallest, most compact versions of the binaries.
124
+
Finally, pktvisor also provides statically linked, dependency free Linux binaries for each individual pktvisor tool (pktvisord, pktvisor-cli and pktvisor-reader). These are the smallest, most compact versions of the binaries.
0 commit comments