Site /
NjmonVersion40Series
- 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
- plus njmon_collector_RHEL7_AMD64_v33 AMD - RHEL7
- Compile for other HW/CPUs: cc -O3 -o collector_v33 njmon_collector_v33.c
- 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
- njmon for AIX
- njmon for AIX/VIOS C code & Makefile njmon_aix_code_v41.zip
- njmon for AIX/VIOS pre-compiled njmon_aix_binaries_v41.zip
- njmon for Linux
- njmon for Linux C code & Makefile njmon_linux_code_v41.zip
- njmon for Linux pre-compiled njmon_linux_binaries_v41.zip
- GPU stats compile: cc -g -O4 -o njmon njmon_linux_v41.c -D NVIDIA_GPU /usr/lib64/libnvidia-ml.so.1
- 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