-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME
32 lines (24 loc) · 1.43 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
libtrace-bigdata 1.0
---------------------------------------------------------------------------
Copyright (c) 2007-2019 The University of Waikato, Hamilton, New Zealand.
All rights reserved.
This code has been developed by the University of Waikato WAND
research group. For further information please see http://www.wand.net.nz/.
---------------------------------------------------------------------------
Libtrace bigdata is a real time passive packet analysis application that is
used with data visualization engines such as Kibana and Grafana to gain
insights on the usage patterns and performance of a network and its
applications.
Libtrace bigdata works by capturing packets from a capture point and
passing each packet through flow, protocol and TLS decoders to form a result.
Libtrace bigdata comes with a range of pre-built input plugins, filtering
plugins and output plugins which will satisfy most users needs. Libtrace
bigdata is a event driven application and provides an extensive API for
custom plugin development.
Documentation and furthur information about libtrace-bigdata can be found
at the wiki page, see https://github.com/jacobvw/libtrace-bigdata/wiki
Bugs and issues should be reported by filing an issue at
https://github.com/jacobvw/libtrace-bigdata/issues
libtrace-bigdata is licensed under the GNU Lesser General Public License (GPL)
version 3. Please see the included files COPYING and COPYING.LESSER for
details of this license.