File: control

package info (click to toggle)
nfstrace 0.4.3.1-1
  • links: PTS
  • area: main
  • in suites: stretch
  • size: 21,684 kB
  • ctags: 9,303
  • sloc: cpp: 37,454; ansic: 2,281; sh: 357; makefile: 13
file content (49 lines) | stat: -rw-r--r-- 1,365 bytes parent folder | download
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
Source: nfstrace
Section: net
Priority: optional
Maintainer: Andrew Shadura <andrewsh@debian.org>
Build-Depends:
    debhelper (>= 9),
    cmake,
    g++ (>= 5.1) | clang (>= 3.5),
    libpcap0.8-dev (>= 1.3),
    libgtest-dev,
    google-mock,
    libncurses5-dev,
    libjson-c-dev
Build-Depends-Indep:
    doxygen,
    graphviz,
    texlive-latex-recommended,
    texlive-latex-extra,
    texlive-generic-extra,
    texlive-fonts-recommended
Standards-Version: 3.9.6
Homepage: https://github.com/epam/nfstrace/

Package: nfstrace
Architecture: any
Multi-Arch: foreign
Depends: ${misc:Depends}, ${shlibs:Depends}
Recommends: nfstrace-doc
Description: NFS tracing/monitoring/capturing/analyzing tool
 nfstrace captures live NFS traffic and performs filtering, statistical
 analysis, visualisation and more. It also provides an API for custom
 pluggable analysis modules.
 .
 nfstrace currently supports the following protocols:
 .
  - Ethernet
  - IPv4, IPv6
  - UDP, TCP
  - NFSv3, NFSv4, CIFS

Package: nfstrace-doc
Architecture: all
Depends: ${misc:Depends}
Description: NFS tracing/monitoring/capturing/analyzing tool (documentation)
 nfstrace captures live NFS traffic and performs filtering, statistical
 analysis, visualisation and more. It also provides an API for custom
 pluggable analysis modules.
 .
 This package ships the documentation for nfstrace.