We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
show processlist
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Summary
After #2299 and #2356 track a session memory usage, it would be better to add the memory usage to the show processlist:
mysql> SHOW PROCESSLIST; +--------------------------------------+-----------------+-------+----------+------------------+-------------+ | id | host | state | database | extra_info | memory_usage| +--------------------------------------+-----------------+-------+----------+------------------+--------------+ | 1e6e5ed4-5441-43da-9ed6-eb6ba9baeb64 | 127.0.0.1:60080 | Query | default | show processlist | 123456 | | 3d283add-4f60-416d-b9ca-662120614093 | 127.0.0.1:57018 | Query | default | NULL | 123456 | +--------------------------------------+-----------------+-------+----------+------------------+-------------+
The text was updated successfully, but these errors were encountered:
It is already implemented in main branch.
main
Sorry, something went wrong.
No branches or pull requests
Summary
After #2299 and #2356 track a session memory usage, it would be better to add the memory usage to the
show processlist
:The text was updated successfully, but these errors were encountered: