I am new to JetProfiler .. we have multiple db schemas that are being invoked for one transaction. Can i know while i load the db servers how do i monitor or start recording for all schemas.
JP always records all schemas on the instance you are monitoring. Provided the queries are causing some load, you should be able to see them all. Try polling more often. Also, please verify your privileges so that you are allowed to monitor all schemas, see
'GRANT SELECT, INSERT, UPDATE, DELETE, SHOW VIEW ON `schema_name`.* TO ''user_name''@''%''' .. however i see that the Top tables,queries,schemas don't show up ..