Is there any way to collect JFS disk usage in actual quantities (MB) rather than percentage? I only just now realized that my old nmon analyzer spreadsheet outputs didn't have it either, so I'm assuming that it's not an option within nmon itself - but I thought I'd toss the question out anyway.
I know that filesystem usage in % is available and used for the watermarks; I guess I still have some sense that I might want to alert on real disk free in some cases.
Hello !
Actually that's a pretty good point 😉
I am currently managing this since I received this request from other people as well, the new TA-nmon will include 2 new collections (actually what I call "nmon_external" which are OS commands ran by nmon binary and indexed within the main nmon flaw)
Regarding the DF_STORAGE, the replaces the JFSFILE collection which as you say only contains the percentage of usage of the file systems, the DF_STORAGE reports all the information from the df command in POSIX mode, with CIM complicance:
The new TA-nmon is currently available in testing / release branches:
https://github.com/guilhemmarchand/TA-nmon/tree/release
The core application is being updated currently, I hope the new release to be ready within the next days.
The JFSFILE collection has been removed by default from the TA-nmon.
Does this replies to your needs and question?
Regards,
Guilhem
Hello !
Actually that's a pretty good point 😉
I am currently managing this since I received this request from other people as well, the new TA-nmon will include 2 new collections (actually what I call "nmon_external" which are OS commands ran by nmon binary and indexed within the main nmon flaw)
Regarding the DF_STORAGE, the replaces the JFSFILE collection which as you say only contains the percentage of usage of the file systems, the DF_STORAGE reports all the information from the df command in POSIX mode, with CIM complicance:
The new TA-nmon is currently available in testing / release branches:
https://github.com/guilhemmarchand/TA-nmon/tree/release
The core application is being updated currently, I hope the new release to be ready within the next days.
The JFSFILE collection has been removed by default from the TA-nmon.
Does this replies to your needs and question?
Regards,
Guilhem
Yes - that's perfect! It's a little disconcerting actually - to get exactly what I need as soon as I need it.
I'll be looking forward to the new release (I may just pull from github if I have time). This was one of the few pieces for which I was considering installing the Splunk app for Unix and Linux.
Hi Ranazar,
Cool. Are there any other metric related things we might be lacking in Nmon compared to what provide the TA-unix ?
Actually, both applications are not mutually exclusives, it has sense to deploy the TA-unix regarding logs and security related items, if you feel there are metrics items missing, feel free to inform me.
Regards,
Guilhem
Hi !
The new release of the core application has been submitted for Splunk certification, and will be available on Splunk base as soon as it would be certified.
In the meantime, you can download the release directly from Github.
All other components, TA-nmon, nmon-logger, etc, are all update to date in their master branches.
Fell free to inform me if you have any issue with the new releases.
Regards,
Guilhem