charles-001 / dolphie

Your single pane of glass for real-time analytics into MySQL/MariaDB & ProxySQL
https://pypi.org/project/dolphie/
GNU General Public License v3.0
651 stars 40 forks source link

query body looks like 䕓䕌呃⨠䘠佒⁍瑠汢灟祡敭瑮江獩恴怠恴 #42

Closed egorzagorskii closed 9 months ago

egorzagorskii commented 9 months ago
image

Hello. Trying dolphie for the first time. Some query in dolphie looks like in pictures, but there are no hieroglyphs in queries. System locale is en_US.UTF-8.

egorzagorskii commented 9 months ago
image
charles-001 commented 9 months ago

Hi @egorzagorskii - thanks for your bug report! This seems to be due to how I detect the encoding for BLOB/TEXT columns for decode. I just removed it to see if it's still actually needed. Can you git clone the main branch of this repo, run poetry install, then poetry run dolphie with your normal parameters and see if your issue still exists?

egorzagorskii commented 9 months ago

Thank you for reply and very useful product. Looks like it helped, i can't see any hieroglyphs now. Tell me pls, is there a way to do force-refresh (like hitting "space" in innotop)? 1sec interval is okay but sometimes it is necessary to refresh processlist more frequently

charles-001 commented 9 months ago

Hi @egorzagorskii - just added it. Do a git pull and give it a try.

egorzagorskii commented 9 months ago

Oh, great, it works :) thanks a lot