From db8ac39482af4ed943f986151c3b444c23cee58d Mon Sep 17 00:00:00 2001 From: Karel Louwagie Date: Thu, 5 Sep 2024 11:19:07 +0200 Subject: [PATCH 1/2] Removes doc for a feature that no longer exists --- ...w-to-free-disk-space-from-mysql-ibdata1.md | 2 - ...mysql-slow-queries-in-the-control-panel.md | 46 ------------------- documentation_urls.txt | 1 - 3 files changed, 49 deletions(-) delete mode 100644 docs/troubleshooting/performance/how-to-use-the-mysql-slow-queries-in-the-control-panel.md diff --git a/docs/hypernode-platform/mysql/how-to-free-disk-space-from-mysql-ibdata1.md b/docs/hypernode-platform/mysql/how-to-free-disk-space-from-mysql-ibdata1.md index cc801dcb..1bbc7a7b 100644 --- a/docs/hypernode-platform/mysql/how-to-free-disk-space-from-mysql-ibdata1.md +++ b/docs/hypernode-platform/mysql/how-to-free-disk-space-from-mysql-ibdata1.md @@ -28,8 +28,6 @@ Alternatively, a summary report can be created using the `pt-query-digest utilit `pt-query-digest /var/log/mysql/mysql-slow.log` -**Dutch** speaking customers also have the option to monitor the long running queries in the “MySQL slow queries” section on their [Service Panel](https://auth.byte.nl/). You can sort them by query time to see the longest queries at the top. - ## How to Reclaim the Disk Space Before reclaiming the disk space it's important that the long running queries have been resolved/stopped! diff --git a/docs/troubleshooting/performance/how-to-use-the-mysql-slow-queries-in-the-control-panel.md b/docs/troubleshooting/performance/how-to-use-the-mysql-slow-queries-in-the-control-panel.md deleted file mode 100644 index aa1c76bc..00000000 --- a/docs/troubleshooting/performance/how-to-use-the-mysql-slow-queries-in-the-control-panel.md +++ /dev/null @@ -1,46 +0,0 @@ ---- -myst: - html_meta: - description: Learn how to use the Hypernode Control Panel to quickly and easily - identify slow queries in your MySQL database. - title: Use MySQL slow queries in the Control Panel | Hypernode -redirect_from: - - /en/support/solutions/articles/48001154919-how-to-use-the-mysql-slow-queries-in-the-control-panel/ ---- - - - -# How to Use the MySQL Slow Queries in the Control Panel - -If your database query takes too long, you run the risk of crashing your site, because this will delay other queries. The database server can also become overloaded by poorly designed queries, causing performance issues on your Hypernode. You can use the MySQL Slow Logs in the Control Panel to find out what's causing the delay. - -## MySQL Slow Logs in the Control Panel - -In the Control Panel you can view the slow query logs under the button MySQL Slow Queries in the sidebar on the left. MySQL queries that took longer than two seconds are logged here: -![](_res/BVjcHzM8TraUtfdNJPTRTuzZvRK6IZNPww.png) - -## MySQL Slow Logs Details - -You can also unfold an entry for more information by clicking the **orange arrow**: - -![](_res/knuRaEgTE9RS5roXYmiS_cK2KDs_vVno8Q.png) - -This entry contains the following information: - -- start time -- duration -- database -- user -- bytes sent -- lock time -- source IP -- rows evaluated -- rows updated -- rows returned -- the actual query - -## Filtering Logs - -We have seven days worth of MySQL slow logs in the Control Panel. You can also filter the logs by date: - -![](_res/C544z6KmMGnQ--tU1f_5d1Le2yP5kmo_jQ.png) diff --git a/documentation_urls.txt b/documentation_urls.txt index 41a9b680..3c66d9c6 100644 --- a/documentation_urls.txt +++ b/documentation_urls.txt @@ -204,7 +204,6 @@ article: https://support.hypernode.com/en/support/solutions/articles/48000970831 article: https://support.hypernode.com/en/support/solutions/articles/48000982378-how-to-flush-the-varnish-cache/ article: https://support.hypernode.com/en/support/solutions/articles/48001153093-dns-for-service-panel-users/ article: https://support.hypernode.com/en/support/solutions/articles/48001153348-how-to-secure-your-data-using-encryption-and-hashing/ -article: https://support.hypernode.com/en/support/solutions/articles/48001154919-how-to-use-the-mysql-slow-queries-in-the-control-panel/ article: https://support.hypernode.com/en/support/solutions/articles/48001155575-how-to-change-your-hypernode-settings/ article: https://support.hypernode.com/en/support/solutions/articles/48001158433-how-hypernode-protects-your-magento-shop/ article: https://support.hypernode.com/en/support/solutions/articles/48001163357-how-to-block-bad-bots-via-the-service-panel/ From 8c6eae8c91511f8ac6be601e7627b7138cd87d20 Mon Sep 17 00:00:00 2001 From: Timon de Groot Date: Tue, 10 Sep 2024 17:22:10 +0200 Subject: [PATCH 2/2] docs: Fix formatting --- ...permissions-on-hypernodes-control-panel.md | 52 +++++++++---------- 1 file changed, 26 insertions(+), 26 deletions(-) diff --git a/docs/services/control-panel/user-roles-and-permissions-on-hypernodes-control-panel.md b/docs/services/control-panel/user-roles-and-permissions-on-hypernodes-control-panel.md index a2bda085..ee3714be 100644 --- a/docs/services/control-panel/user-roles-and-permissions-on-hypernodes-control-panel.md +++ b/docs/services/control-panel/user-roles-and-permissions-on-hypernodes-control-panel.md @@ -29,32 +29,32 @@ A user can have different roles between teams. Each role is defined by a set of | | | | | | | ------------------------------------- | ------------ | ------------- | --------- | --------- | | **Permissions** | **Merchant** | **Developer** | **Admin** | **Owner** | -| See the team | ✅ | ✅ | ✅ | ✅ | -| See the Hypernodes in the team | ✅ | ✅ | ✅ | ✅ | -| See the logs | ✅ | ✅ | ✅ | ✅ | -| See the SSH keys that have been added | ✅ | ✅ | ✅ | ✅ | -| See the linked SSL certificate | ✅ | ✅ | ✅ | ✅ | -| See the allowlist | ✅ | ✅ | ✅ | ✅ | -| Manage the allowlist | | ✅ | ✅ | ✅ | -| Manage SSL certificates | | ✅ | ✅ | ✅ | -| Add SSH keys | | ✅ | ✅ | ✅ | -| Request to restore backups | | ✅ | ✅ | ✅ | -| Attach backups | | ✅ | ✅ | ✅ | -| Create backups | | ✅ | ✅ | ✅ | -| Enable Varnish | | ✅ | ✅ | ✅ | -| Change the PHP version | | ✅ | ✅ | ✅ | -| Manage monitoring | | ✅ | ✅ | ✅ | -| Manage bots | | ✅ | ✅ | ✅ | -| Add or remove team members | | | ✅ | ✅ | -| Change roles within the team | | | ✅ | ✅ | -| Rename the team | | | ✅ | ✅ | -| Remove Hypernodes from the team | | | ✅ | ✅ | -| Change plan | | | ✅ | ✅ | -| Add Hypernodes to the team | | | | ✅ | -| Delete the team | | | | ✅ | -| Transfer Hypernode ownership | | | | ✅ | -| Change payment details | | | | ✅ | -| View invoices | | | | ✅ | +| See the team | ✅ | ✅ | ✅ | ✅ | +| See the Hypernodes in the team | ✅ | ✅ | ✅ | ✅ | +| See the logs | ✅ | ✅ | ✅ | ✅ | +| See the SSH keys that have been added | ✅ | ✅ | ✅ | ✅ | +| See the linked SSL certificate | ✅ | ✅ | ✅ | ✅ | +| See the allowlist | ✅ | ✅ | ✅ | ✅ | +| Manage the allowlist | | ✅ | ✅ | ✅ | +| Manage SSL certificates | | ✅ | ✅ | ✅ | +| Add SSH keys | | ✅ | ✅ | ✅ | +| Request to restore backups | | ✅ | ✅ | ✅ | +| Attach backups | | ✅ | ✅ | ✅ | +| Create backups | | ✅ | ✅ | ✅ | +| Enable Varnish | | ✅ | ✅ | ✅ | +| Change the PHP version | | ✅ | ✅ | ✅ | +| Manage monitoring | | ✅ | ✅ | ✅ | +| Manage bots | | ✅ | ✅ | ✅ | +| Add or remove team members | | | ✅ | ✅ | +| Change roles within the team | | | ✅ | ✅ | +| Rename the team | | | ✅ | ✅ | +| Remove Hypernodes from the team | | | ✅ | ✅ | +| Change plan | | | ✅ | ✅ | +| Add Hypernodes to the team | | | | ✅ | +| Delete the team | | | | ✅ | +| Transfer Hypernode ownership | | | | ✅ | +| Change payment details | | | | ✅ | +| View invoices | | | | ✅ | ## How to Assign Roles