Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
The APS Catalog has been deprecated and removed from all Plesk Obsidian versions. Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.
Currently on my Server Information page it shows my cpu stats in the following format, i am not sure what these numbers indicated, is it possible to display CPU stats in percentage format in Plesk onyx?
OS : Ubuntu 14.04.5 LTS
Plesk Version : Plesk Onyx Version 17.0.17
I don't think thats correct, cause when it showed usage "6.x" my server was almost inaccessible, it way fully overloaded. so this value probably isn't in percentage and its quite confusing, i am not sure what does it indicates.
The cpu usage gives you the load of the total of all cpu cores where 1 is 100% of one core. A cpu load of 4 means that 4 cpus would be needed to instantly process all requests. So a cpu load larger 1 is not an issue on systems with multiple cores.
Example:
On a 12-core-processor a cpu load of 6 means that the system has a 50% overall load.
On a 4-core-processor a cpu load of 1.10 means that the system has a 27.5 % overall load.
On a single-core-processor a cpu load of 0.86 means that the system is experiencing an 86% load (too much, see below).
Normally you should make sure that a cpu is not experiencing loads above 70% as collisions of processes increase exponentially. A system can operate trouble-free with a 60% load for example, but at 70% it becomes a lot slower than an increase of 10 percentage points would suggest.
For your numbers from above (0.86, 1.17, 1.20): They are just barely enough if you have 2 cpu cores available. If you only have a single core, you should move up to a better machine or virtual host.