03-13-2020 07:30 AM
I am trying to get how much Machine memory is used (memory and CPU) average per day, but from the API I am getting the results in decimal numbers. My question is what format are the numbers in bytes, kilobytes… etc. or percentages as I need to compare with the current configuration of the Machine. Below is an attachment of how I get the results.
03-13-2020 07:54 AM
mem_used and cpu_user are percentages.
03-13-2020 08:12 AM
Thank you Roger