NjmonVersion40Series

  1. Collector v31 2020 BUG
  • Sorry the collector ignores njmon from 1st Jan 2020 logging "Wrong Year"
  • Run this version instead of v31 with v30 levels of njmon (not v40+)
  • njmon_collector_v33.zip code plus AMD64 Ubuntu18 & Power-RHEL7
  • Compile for other HW/CPUs: cc -O3 -o collector_v33 njmon_collector_v33.c
  1. Upgrading from 30 series to 40 series
    • 40 Series njmon file format changed to one JSON record per line
    • Conforms to the JSON file format "Line delimited JSON" see Wikipedia
    • The file is smaller, faster to inject & helps elastic (ELK) / probably Splunk
    • You must upgrade njmon and injector AT THE SAME TIME
    • The collector is unchanged so use v31
  2. njmon for AIX
  3. njmon for Linux
  4. njmon tools: collector, injector and format njmon output
    • njmon tools njmon_tools_v41b.zip
    • Includes Python programs: injector41.py, line2pretty.py, pretty2line.py, njmonold2line.py Using line-delimited and pretty Tools
      • Fixed: injector41.py has the debug output switched off
    • Includes njmon_collector_31.c, collector_port8080.conf (example), njmon collector binaries for RHEL7 ppc64le and ubuntu18 AMD64
    • Injector compile with: cc -O4 -o njmon_collector_v31 njmon_collector_v31.c