If this is your first visit, be sure to
check out the FAQ by clicking the
link above. You may have to register
before you can post: click the register link above to proceed. To start viewing messages,
select the forum that you want to visit from the selection below.
Announcement
Collapse
No announcement yet.
what differences within mysql IO and mysql governor
MySQL IO in Current Usage tab of LVE Manager can reveal how much IO has been consumed by users queries to MySQL server, while MySQL Governor actually lets listing/setting up users limits for such queries.
it make me confuse because i can set mysql io on LVE manager and on dbctl i can set as well
so whats the differences? set mysql io on LVE manager and on mysql governor
I forgot to mention that mysql limits can be adjusted from both LVE Manager UI (USERS tab) and mysql governor CLI.
Most CloudLinux OS UI settings have their CLI equivalents, so that users that do not have compatible control panel can benefit from using CloudLinux OS. So yes, these settings have the same meaning, with CLI giving more granular control than those in UI.
It shows 2/X/X/X instead of 4, because "under the hood" there are actually two different mysql governor limits: MYSQL READ IO and MYSQL WRITE IO. When MYSQL IO is set in LVE Manager UI, it is divided equally between READ IO and WRITE IO - that is why you can see the limit divided by 2.
Comment