Server IP & Memory Usage Display

Wordpress Plugin
Download latest - 2.1.0

Developers

apasionados

Download Stats

Today 61
Yesterday 124
Last Week 715
All Time 132,073
Banner 772x250

This plugin displays the memory limit, current memory usage, WordPress Memory Limit, IP address and PHP version in the admin footer.

There are four features we love:

1) You can easily see in the admin footer the IP where this WordPress installation is running. Very useful if you have many WordPress installations across several servers and IP addresses.

2) The memory usage and total available memory to the WordPress installation is shown in the admin footer. If memory usage is over 75% the percentage is shown in a light red and if the memory usage is over 90% the percentage is shown in red. So you can allways control with one look if there is enough memory available or if action has to be taken. It also displays the WordPress memory limit to give you more information.

3) Besides the IP address and the memory you can also see the PHP version and the type of Operating System where it's running.

4) You can translate the plugin into your own language. So far English and Spanish translations are included. Just translate the .po file in the /lang/ folder.

What can I do with this plugin?

This plugin displays the total memory, used memory, percentage of used memory, WP memory limit, the IP address and the PHP version in the admin footer.

What ideas is this plugin based on?

We had been using the WordPress plugin WP-Memory-Usage but didn't want the dashboard widget and needed the IP address displayed. We also didn't like that the plugin could not be translated.

This is why we decided to create a new plugin that solves these two explained needs: IP address display and ability to translate.

System requirements

PHP version 5.3 or greater.

Server IP & Memory Usage Display Plugin in your Language!

This first release is avaliable in English and Spanish. In the "lang" folder we have included the necessarry files to translate this plugin.

If you would like the plugin in your language and you're good at translating, please drop us a line at Contact us.

Further Reading

You can access the description of the plugin in Spanish at: Server IP & Memory Usage Display en espaƱol.


Releases (17 )

Version Release Date Change Log
2.1.0 2018-01-03
  • Added compatibility with PHP 7.2.x: "function create_function() is deprecated in PHP 7.2".

=

2.0.3 2017-06-10
  • Solved error with memory_get_peak_usage().
2.0.1 2017-05-26
  • Changed memory information display to use memory_get_peak_usage().
2.0.0 2017-05-26
  • Added additional information about memory_get_peak_usage() - support ticket by @diablodale
2.0.2 2017-05-26
  • Solved: PHP 7.1 Notice: A non well formed numeric value encountered for $result
1.4.0 2017-04-12
  • Added check for PHP version of the server. Plugins works with PHP 5.3 or greater. If PHP version is less than 5.3 the plugin is not activated.
1.3.3 2016-12-08
  • Added support for IP address with IIS using $SERVER['LOCALADDR'].
1.3.2 2016-04-03
  • Added check to avoid error "Notice: Undefined index: SERVER_ADDR in" when SERVER_ADDR is not set.
1.3.1 2016-04-01
  • Added check to avoid error "Notice: Undefined index: SERVER_ADDR in" when SERVER_ADDR is not set.
1.2.2 2016-04-01
  • Added check to avoid error "Notice: Undefined index: SERVER_ADDR in" when SERVER_ADDR was not set.
1.2.1 2015-12-09
  • Added display of WordPress Memory Limit information (parameter WP_MEMORY_LIMIT of wp-config.php). You can set this parameter in wp-config.php by adding this line: define( 'WP_MEMORY_LIMIT', '768M' ); and replacing 768M with the memory limit you want to set.
1.3.0 2015-12-09

= 1.2.1 = * Added display of WordPress Memory Limit information (parameter WP_MEMORY_LIMIT of wp-config.php).

1.2.0 2015-11-11
  • Added display of WordPress Memory Limit information (parameter WP_MEMORY_LIMIT of wp-config.php). You can set this parameter in wp-config.php by adding this line: define( 'WP_MEMORY_LIMIT', '768M' ); and replacing 768M with the memory limit you want to set.
1.1.0 2015-09-13
  • Changes for compatibility with PHP 7. Changed "function ip_address_memory_usage() {" to "public function __construct() {". Thanks to Sybre Waaijer for the fix.
1.0.3 2015-08-19
  • Removed call to _construct() which caused problems on some systems: ERROR "Strict Standards: Redefining already defined constructor for class ip_addressmemory_usage in /home/---/public_html/wp-content/plugins/server-ip-memory-usage/server-ip-memory-usage.php on line 40)".
1.0.2 2014-10-25
  • Included info about Server Operating System
  • Changed class name to c_ip_address_memory_usage to avoid error on some systems: "Redefining already defined constructor for class ip_address_memory_usage".
1.0.1 2014-09-06
  • First official release.