這個外掛並未在最新的 3 個 WordPress 主要版本上進行測試。開發者可能不再對這個外掛進行維護或提供技術支援,並可能會與更新版本的 WordPress 產生使用上的相容性問題。

Busy Server

外掛說明

Even though servers do have their “protection” against overload throwing a 503 error, at the time when this happen, server can be really overloaded already. This plugin checks the actual CPU load and if higher than specified (by default 2 per every core), displays an error message.

Very simple checking is used and by no means is this a replacement to proper load balancing. Can be useful though, especially when your server system is undergoing a tuning or heavy maintenance, is under weak attack, etc. and you don’t want to disable the site completely.

Currently only Linux servers are supported ( = tested), other UNIX systems should work as well.

Roadmap:

  • Cache detection (if page is cached, serve it regardless the load)

  • Support for Win servers

  • Test server compatibility

  • Storing settings outside of database for speed improvement

Found a bug or have a feature request ? Please report here at the plugin page.

安裝方式

  1. Go to ‘Plugins’ -> ‘Add New’ in the admin area of your site.
  2. Search for ‘Busy Server’.
  3. Click ‘Install’.

OR Manually:

  1. Upload server-busy.php to the /wp-content/plugins/ directory.
  2. Activate the plugin through the ‘Plugins’ menu in WordPress.

使用者評論

這個外掛目前沒有任何使用者評論。

參與者及開發者

以下人員參與了開源軟體〈Busy Server〉的開發相關工作。

參與者

將〈Busy Server〉外掛本地化為台灣繁體中文版

對開發相關資訊感興趣?

任何人均可瀏覽程式碼、查看 SVN 存放庫,或透過 RSS 訂閱開發記錄

變更記錄

0.1

Initial release

0.2

Custom error message and maximum load settings

0.2.1

Fixed default values

0.2.2

Added proper 503 HTTP headers