Nfstrace Versions Save

Network file system monitor and analyzer

0.4.3.2

7 years ago
  • fix for build with GCC 7.0.1 It should close issue #25 and Debian bug #853571
  • improvement in codeformat.cmake

0.4.3.1

7 years ago

0.4.3

7 years ago
  • Switched to C++14
  • GCC updated to version 6; Clang updated to version 3.8
  • Fixed calculation of struct's member offset on x32 platform (https://github.com/epam/nfstrace/issues/19)
  • Fix unaligned access in buffer copies.

0.4.2

8 years ago
  • documentation converted to LaTeX format
  • repository was cleaned up via BFG Repo-Cleaner (https://rtyley.github.io/bfg-repo-cleaner/) to reduce the size. See: fa8eaec672af67df35d7f717df2fb8e91d35f364 5bb4e6a4a883f03fb9ab351b1648feecbeed5acd d1d3f594fc6010d3b22edb1af0d55d019f1a04f5

0.4.1

8 years ago
  • minor bug fixes for Debian platforms (see issue #8)
  • add travis-ci and coveralls.io integration

0.4.0

9 years ago
  • new libwatch plugin that outputs statistics to terminal via ncurses;
  • add support of NFSv4.1 (w/o callbacks);
  • add support of CIFS v2 and partial CIFS v1;
  • add new interfaces and functions in Plugin API;
  • update manual.

0.3.2

9 years ago
  • new libjson plugin that outputs gathered statistics as json (via TCP);
  • fix endianess bug on mips/powerpc/s390x/sparc;
  • fix build issue on debian/kFreeBSD;
  • add missing dependencies to cpack configuration;
  • new nfstrace cli option: list available plugins and/or available interfaces.

0.3.1

9 years ago
  • new experimental libwatch.so plugin with functionality similar to the nfswatch utility;
  • logging system:
    • path to log is no longer hardcoded;
    • timestamp is automatically added to the name of log;
    • SIGHUP handling in order to support log rotation mechanism;
  • gtest/gmock integration;
  • proper location for PAMs ({install prefix}/lib/nfstrace/);
  • fixes in documentation, new sources are partially documented in doxygen style;
  • minor bug fixes.