Allow custom fields on Process List tab in MySQL Process List (Beta)
Provide Optional the following Fields as Optional on/off (custom view)
SELECT ID
, USER
, HOST
, DB
, COMMAND
, TIME
, STATE
, LEFT(INFO
, 51200) AS Info
, TIME_MS
, STAGE
, MAX_STAGE
, PROGRESS
, MEMORY_USED
, MAX_MEMORY_USED
, EXAMINED_ROWS
, QUERY_ID
, INFO_BINARY
, TID
FROM information_schema
.PROCESSLIST
;
all information that are needed from information_schema.processlist
1
vote
Thank you for your input! We will consider this functionality in upcoming releases if it will be popular. Everyone, please continue voting for this feature if you consider it important.
—
IG