Title: MyServerInfo &#8211; Memory Usage, PHP Version, Memory Limit, Execution Time, CPU Usage, Disk Usage
Author: Anton
Published: <strong>2 de diciembre de 2024</strong>
Last modified: 18 de noviembre de 2025

---

Search plugins

![](https://ps.w.org/my-server-info/assets/banner-772x250.png?rev=3223039)

![](https://ps.w.org/my-server-info/assets/icon-256x256.gif?rev=3222977)

# MyServerInfo – Memory Usage, PHP Version, Memory Limit, Execution Time, CPU Usage, Disk Usage

 By [Anton](https://profiles.wordpress.org/antonphp/)

[Download](https://downloads.wordpress.org/plugin/my-server-info.1.5.1.zip)

[Live Preview](https://es-pr.wordpress.org/plugins/my-server-info/?preview=1)

 * [Details](https://es-pr.wordpress.org/plugins/my-server-info/#description)
 * [Reviews](https://es-pr.wordpress.org/plugins/my-server-info/#reviews)
 *  [Installation](https://es-pr.wordpress.org/plugins/my-server-info/#installation)
 * [Development](https://es-pr.wordpress.org/plugins/my-server-info/#developers)

 [Support](https://wordpress.org/support/plugin/my-server-info/)

## Description

My Server Info is a lightweight plugin that displays key server and site information
in your WordPress admin panel. It shows details like:

 * PHP Version
 * MySQL Version
 * WordPress Memory Limit
 * PHP Execution Time
 * PHP Max Input Vars
 * PHP post_max_size
 * PHP upload_max_filesize
 * Site IP Address
 * Site Time and Timezone
 * CPU Usage (Average over 1 minute)
 * Disk Usage
 * Memory Usage
 * Server Uptime

**PHP Version**
 PHP Version indicates the current PHP version running on your server.
WordPress relies on PHP for its core functionality, and using a supported version(
7.4 or higher) ensures better performance, security, and compatibility with themes
and plugins.

**MySQL Version**
 MySQL Version shows the version of the MySQL database your WordPress
site is using. A compatible MySQL version (5.7 or higher) is essential for efficient
data management, faster queries, and overall site stability.

**WordPress Memory Limit**
 WordPress Memory Limit defines the maximum amount of
memory allocated for WordPress operations. A higher memory limit (256M or more) 
allows for smoother performance, especially when using resource-intensive plugins
or handling large websites.

**PHP Execution Time**
 PHP Execution Time sets the maximum time a PHP script is
allowed to run. Increasing this limit (300 seconds or more) helps prevent timeout
errors during lengthy operations, such as bulk uploads or complex plugin processes.

**PHP Max Input Vars**
 PHP Max Input Vars specifies the maximum number of input
variables your server can handle. Setting this to a higher value (3000 or more) 
ensures that large forms, like those in theme or plugin settings, function correctly
without data loss.

**PHP post_max_size**
 PHP post_max_size determines the maximum size of data that
can be submitted via POST requests. Setting this to at least 64M allows for uploading
larger files through forms, such as media uploads or bulk data submissions, without
encountering size limitations.

**PHP upload_max_filesize**
 PHP upload_max_filesize defines the maximum size of
an individual file that can be uploaded through PHP. A higher limit (64M or more)
is important for WordPress sites that handle large media files, plugins, or theme
uploads, ensuring users can upload necessary files without restrictions.

**Site IP Address**
 Site IP Address displays your website’s public IP address. 
Knowing your site’s IP is useful for configuring DNS settings, troubleshooting connectivity
issues, and enhancing site security through access controls.

**Site Time and Timezone**
 Site Time and Timezone reflect the current date, time,
and timezone configured in your WordPress settings. Accurate time settings are crucial
for scheduling posts, managing cron jobs, and ensuring consistency across your site’s
content and activities.

**CPU Usage (Average over 1 minute)**
 CPU Usage provides an approximate percentage
of CPU utilization averaged over the past minute. This helps in monitoring server
performance and identifying potential issues related to high CPU load.

**Disk Usage**
 Disk Usage shows the percentage of disk space used on your server.
Monitoring disk usage helps in managing storage resources effectively and preventing
issues related to insufficient disk space.

**Admin Bar Integration**
 Under each progress bar, administrators can select checkboxes
to add specific parameters to the WordPress admin bar. The available options are:

 * **Memory Usage:** Displays as `MEM: X%`
 * **CPU Usage:** Displays as `AVG CPU: Y%`
 * **Disk Usage:** Displays as `Disk: Z%`

This feature allows quick access to essential server metrics directly from the admin
bar, enhancing monitoring efficiency.

**Server Uptime**
 Displays the server’s uptime by reading the /proc/uptime file
on Linux systems and formatting it into days, hours, minutes, and seconds. On unsupported
systems (e.g., Windows), it will show “Unavailable”.

## Screenshots

 * [[
 * Resource Usage
 * [[
 * My Server Info on the admin plugins page.
 * [[
 * Resource Usage – admin bar

## Installation

 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.

## FAQ

### 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.

## Reviews

![](https://secure.gravatar.com/avatar/1a0728d3ce325a82f706788fda8a869560d845427bda98a8e7301c3ec57b4ba7?
s=60&d=retro&r=g)

### 󠀁[Cumpre o que promete](https://wordpress.org/support/topic/cumpre-o-que-promete-46/)󠁿

 [alefeufei](https://profiles.wordpress.org/alefeufei/) 23 de enero de 2025 1 reply

Cumpre o que promete. O mais interessante é a opção de colocar os dados na barra
de admin, mas gostaria de sugerir que ele também colocasse nas próximas versões,
uma linha com informações de memória entre outros no rodapé na página de plugins
como o Server IP & Memory Usage Display

![](https://secure.gravatar.com/avatar/8866f9be37e397cd10e49619601bf983db327d526845b9f43739c9a5125d41a3?
s=60&d=retro&r=g)

### 󠀁[Good plugin](https://wordpress.org/support/topic/good-plugin-7015/)󠁿

 [nicksmit](https://profiles.wordpress.org/nicksmit/) 16 de diciembre de 2024

Good plugin! I was exactly looking for something to display server parameters. This
plugin provides detailed information such as PHP version, PHP Execution Time, WordPress
memory limit, and other key server configurations. Very helpful and easy to use

 [ Read all 2 reviews ](https://wordpress.org/support/plugin/my-server-info/reviews/)

## Contributors & Developers

“MyServerInfo – Memory Usage, PHP Version, Memory Limit, Execution Time, CPU Usage,
Disk Usage” is open source software. The following people have contributed to this
plugin.

Contributors

 *   [ Anton ](https://profiles.wordpress.org/antonphp/)

[Translate “MyServerInfo – Memory Usage, PHP Version, Memory Limit, Execution Time, CPU Usage, Disk Usage” into your language.](https://translate.wordpress.org/projects/wp-plugins/my-server-info)

### Interested in development?

[Browse the code](https://plugins.trac.wordpress.org/browser/my-server-info/), check
out the [SVN repository](https://plugins.svn.wordpress.org/my-server-info/), or 
subscribe to the [development log](https://plugins.trac.wordpress.org/log/my-server-info/)
by [RSS](https://plugins.trac.wordpress.org/log/my-server-info/?limit=100&mode=stop_on_copy&format=rss).

## Changelog

#### 1.0

 * Initial release of PHP Info.

#### 1.1

 * Added MySQL version to the server information table.
 * Added Site Data table with IP Address and Timezone.

#### 1.2

 * Added PHP post_max_size display.
 * Added PHP Version FAQ.

#### 1.3

 * Added PHP upload_max_filesize display.
 * Updated plugin description.

#### 1.4 – January 14, 2025

 * Introduced CPU Usage metric with average over 1 minute.
 * Added Disk Usage metric to monitor disk space.
 * Added progress bars for Memory Usage, CPU Usage, and Disk Usage.
 * Added checkboxes under each progress bar to allow administrators to select which
   parameters to display in the admin bar.
 * Enabled display of selected parameters in the admin bar as `MEM: X%`, `AVG CPU:
   Y%`, and `Disk: Z%`.

#### 1.5 – February 18, 2025

 * Added new **Server Uptime** feature to display the server’s runtime.

#### 1.5.1 – November 18, 2025

 * Added feedback

## Meta

 *  Version **1.5.1**
 *  Last updated **5 meses ago**
 *  Active installations **700+**
 *  Tested up to **6.8.5**
 *  Language
 * [English (US)](https://wordpress.org/plugins/my-server-info/)
 * Tags
 * [CPU Usage](https://es-pr.wordpress.org/plugins/tags/cpu-usage/)[disk usage](https://es-pr.wordpress.org/plugins/tags/disk-usage/)
   [memory](https://es-pr.wordpress.org/plugins/tags/memory/)[memory limit](https://es-pr.wordpress.org/plugins/tags/memory-limit/)
   [php version](https://es-pr.wordpress.org/plugins/tags/php-version/)
 *  [Advanced View](https://es-pr.wordpress.org/plugins/my-server-info/advanced/)

## Ratings

 5 out of 5 stars.

 *  [  2 5-star reviews     ](https://wordpress.org/support/plugin/my-server-info/reviews/?filter=5)
 *  [  0 4-star reviews     ](https://wordpress.org/support/plugin/my-server-info/reviews/?filter=4)
 *  [  0 3-star reviews     ](https://wordpress.org/support/plugin/my-server-info/reviews/?filter=3)
 *  [  0 2-star reviews     ](https://wordpress.org/support/plugin/my-server-info/reviews/?filter=2)
 *  [  0 1-star reviews     ](https://wordpress.org/support/plugin/my-server-info/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/my-server-info/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/my-server-info/reviews/)

## Contributors

 *   [ Anton ](https://profiles.wordpress.org/antonphp/)

## Support

Got something to say? Need help?

 [View support forum](https://wordpress.org/support/plugin/my-server-info/)