Releases: thorhs/node_exporter_aix
Releases · thorhs/node_exporter_aix
v1.14.3
What's Changed
- Bump asio from
f70f65a
tofc901d7
by @dependabot in #10
Full Changelog: v1.14.2...v1.14.3
v1.14.2
- Updated asio and Simple-Web-Server dependencies, thanks dependabot
- Improved error handing during HTTP server startup, no more core dumps if port is in use
Full Changelog: v1.14.1...v1.14.2
v1.14.0
Added fcstat -e exporter, which exposes FC error counters.
New metrics:
- aix_fcstat_DumpedFrames
- aix_fcstat_ErrorFrames
- aix_fcstat_InputBytes
- aix_fcstat_InputRequests
- aix_fcstat_InvalidCRCCount
- aix_fcstat_InvalidTxWordCount
- aix_fcstat_LinkFailureCount
- aix_fcstat_LIPCount
- aix_fcstat_LossofSignal
- aix_fcstat_LossofSyncCount
- aix_fcstat_NoCmdResourceCnt
- aix_fcstat_NoDMAResourceCnt
- aix_fcstat_NOSCount
- aix_fcstat_OutputBytes
- aix_fcstat_OutputRequests
- aix_fcstat_PrimitiveSeqProtocolErrCount
- aix_fcstat_RxFrames
- aix_fcstat_RxWords
- aix_fcstat_TxFrames
- aix_fcstat_TxWords
v1.13.1
Added vmstat -v exporter for better memory statistics.
FYI, unfortunately the diskadapter exporter requires AIX 7.2, since the .bff code is compiled on 7.2. The rest of the exporters work on 7.1. You can compile the code yourself on 7.1 if you need the diskadapter stats on 7.1.
New metrics:
- aix_client_fs_no_fsbuf
- aix_client_pages
- aix_compressed_pages
- aix_compressed_percentage
- aix_ext_pager_fs_no_fsbuf
- aix_file_pages
- aix_free_pages
- aix_fs_no_fsbuf
- aix_lruable_pages
- aix_maxclient_pct
- aix_maxperm_pct
- aix_maxpin_pct
- aix_memory_pages
- aix_memory_pools
- aix_minperm_pct
- aix_numclient_pct
- aix_numperm_pct
- aix_pagingspace_io_no_pbuf
- aix_pct_mem_compute_pages
- aix_pending_disk_io_no_pbuf
- aix_pinned_pages
- aix_remote_pageouts_scheduled
v1.12.1
v1.11.1
v1.12.0
v1.11.0
v1.10.0
Added documnetation an missing file
No code changes, no new build.