This discussion has been locked. The information referenced herein may be inaccurate due to age, software updates, or external references.
You can no longer post new replies to this discussion. If you have a similar question you can start a new discussion in this forum.

Is it possible to load UNIX load average from a script (not SNMP)

We have agents running on Linux machines, where the load average (processes waiting for CPU) show up with history charts:

SW-load-avg-20180615-clipped.png

We don't have agents pushed out to AIX yet (a couple in test), nor is SNMP fully scaled out to read these metrics.  I have (wrote) Perl scripts that read data from CSV files created by NMON agents (like top, but smarter).  That data can also be viewed similar to the above.

perl-uptime.png

Is there a way to feed this data to the same place the Linux/SNMP data go, so the load average shows up looking the same?