Skip to content

Releases: thorhs/node_exporter_aix

v1.14.3

01 Mar 09:43
df79bc9
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.14.2...v1.14.3

v1.14.2

20 Feb 22:39
Compare
Choose a tag to compare
  • 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

20 Feb 22:07
Compare
Choose a tag to compare

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

20 Feb 22:00
Compare
Choose a tag to compare

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

18 Dec 11:19
Compare
Choose a tag to compare

Fix fstype output from being always jfs2, to being actual fs type (jfs or jfs2).

v1.11.1

18 Dec 10:21
Compare
Choose a tag to compare

Fix fstype output from being always jfs2, to being actual fs type (jfs or jfs2).

v1.12.0

17 Dec 14:23
Compare
Choose a tag to compare

Switch to u_longlong_t when working with metrics to combat loss of precision. The only side-effect for now is that the load metrics are truncated to integer numbers, so a load of 1.3 is represented as 1. This will be fixed in a future release.

v1.11.0

17 Dec 11:27
Compare
Choose a tag to compare

Added support for JFS filesystems, in addition to the already present JFS2.

v1.10.0

06 Dec 23:46
Compare
Choose a tag to compare
  • Set sane PATH and LIBPATH on startup
  • Add cpupool_id to static labels

Added documnetation an missing file

02 Dec 23:52
Compare
Choose a tag to compare

No code changes, no new build.