Linux 软件免费装
Banner图

MyServerInfo - Memory Usage, PHP Version, Memory Limit, Execution Time, CPU Usage, Disk Usage

开发者 antonphp
更新时间 2025年1月15日 23:52
PHP版本: 4.0 及以上
WordPress版本: 6.7.1
版权: GPLv2 or later
版权网址: 版权信息

标签

memory memory limit CPU Usage php version Disk Usage

下载

1.2 1.1 1.3 1.0 1.4

详情介绍:

安装:

  1. Upload the My Server Info folder to the /wp-content/plugins/ directory.
  2. Activate the plugin via the 'Plugins' menu in WordPress.
  3. Go to "My Server Info" in the WordPress admin panel to view server information and configure settings.

屏幕截图:

  • My Server Info on the admin plugins page.
  • Resource Usage - admin bar

常见问题:

What kind of PHP information does this plugin display?

This plugin shows details like the PHP Version, WP Memory Limit, PHP Execution Time, PHP Max Input Vars, PHP post_max_size, PHP upload_max_filesize, along with CPU Usage and Disk Usage. It also includes recommended values for each parameter.

Can I customize the data displayed by this plugin?

Yes, you can customize which parameters are displayed in the WordPress admin bar. Under each progress bar, there are checkboxes labeled "Add to admin bar." Select the parameters you want to appear in the admin bar and save the settings.

How does CPU Usage work in this plugin?

CPU Usage provides an approximate percentage of CPU utilization averaged over the past minute. It normalizes the load average by the number of CPU cores to estimate the CPU usage percentage. Please note that this is an approximate value and may vary based on server configurations.

What is Disk Usage and how does it affect my site?

Disk Usage indicates the percentage of disk space used on your server. Monitoring disk usage helps in managing storage resources effectively, ensuring that your site has sufficient disk space for operations like media uploads, plugin installations, and database growth. High disk usage can lead to performance issues and hinder the ability to upload new content or plugins.

What PHP versions does this plugin support, and what do they include?

This plugin supports PHP 7.2 and above, up to the upcoming 8.5 release. Below is a brief overview of these versions:

  • PHP Version 7.2 (Released: November 30, 2017)\ Introduced the object type, added Libsodium for cryptography, and deprecated several legacy features.
  • PHP Version 7.3 (Released: December 6, 2018)\ Added flexible heredoc/nowdoc syntax, the is_countable() function, and the JSON_THROW_ON_ERROR flag.
  • PHP Version 7.4 (Released: November 28, 2019)\ Brought arrow functions, typed properties, and various performance improvements.
  • PHP Version 8.0 (Released: November 26, 2020)\ Introduced named arguments, union types, the match expression, and a JIT (Just-In-Time) compiler.
  • PHP Version 8.1 (Released: November 25, 2021)\ Added enums, read-only properties, and first-class callable syntax, improving code clarity and performance.
  • PHP Version 8.2 (Released: December 8, 2022)\ Introduced read-only classes, further refined JIT, and deprecated dynamic properties by default.
  • PHP Version 8.3 (Released: November 23, 2023)\ Continued performance enhancements, added a json_validate() function, and introduced more read-only features.
  • PHP Versions 8.4 & 8.5\ Planned for future releases with expected incremental improvements and new features. Actual release dates may vary.

What is post_max_size and how does it affect my site?

post_max_size is a PHP configuration directive that sets the maximum amount of data (including file uploads) that can be sent via the POST method. This affects features like uploading media files, submitting forms, and any other operation that relies on POST requests. If you often handle large files or forms, you may need to increase the post_max_size value in your server’s PHP settings to avoid errors and ensure smooth uploads.

更新日志:

1.0 1.1 1.2 1.3 1.4 - January 14, 2025