asotoaec
Feb 07, 2024Altostratus
Decode BIG-IP performance files
Hi everyone, I'm trying to extract the performance data from a QKview, this is to generate way charts and export automatic reports. I'm running into the problem because the files are encoded in a ...
- Feb 07, 2024
Those files are TMM's idea of resource usage. Remember that TMM is a user space microkernel so it has its own scheduler and memory management. So its idea about "free memory" and "cpu use" is different than the linux kernel's. To read what its statistics are, you can use:
tmctl -a -f <tmstat table file>
This solution article has more information about it:
https://my.f5.com/manage/s/article/K91433389
These files are a binary-only format and the column alignments sometimes change by version so make sure to use matching version tmstat table files and tmctl binary.