How do we find the exact CPU and Memory when a query is executed. I am using mysql 5.7.20 community version. I am able to get the CPU details only for session level by setting SET profiling=1. How do we get the information for other sessions.
↧