I want to measure the performance of VoltDB RDBMS against TPCC queries. I have tried some VoltDB system procedures like @Statistics, @SystemCatalog, but I am looking for CPU and memory utilization percentage.
Where do I get these performance details? Though @Statistics gives CPU utilization, it is in integer form. Can I measure it in float format?