Plugin / WP Server Health Stats

Saumya Majumder

Changelog

Changelog

1.6.8, September 25, 2019

  • Made sure that the real-time RAM usage data is more accurate across all systems. Special thanks to @razvanfatu.

1.6.6 & 1.6.7, May 13, 2019

  • Added the ability to disable showing the “Purge Cache – WP Server Stats” on the WP Admin Bar as per user demand. Check the FAQ section for more details about how to do it. Special thanks to @djquadrocks.

1.6.5, December 20, 2018

  • Added the ability to purge the WP Server Stats Cache from the admin bar. Added as per users demand.

1.6.4, April 14, 2018

  • Rolling back to using MemFree instead of going to look for MemAvailable value despite you have that available in your server or not. As per the issue posted here – it is no longer possible to trust the MemAvailable parameter value as it could be higher than MemTotal and hence breaking the entire Real-time RAM checking feature.

1.6.3, April 6, 2018

  • If your current server environment provides the support for MemAvailable in the /proc/meminfo file then the plugin will take that data for a more accurate measure of RAM available, otherwise it will take the MemFree value.

1.6.2, April 6, 2018

  • As it turns out MemAvailable is not available for all the servers. It is only available in some distros like Ubuntu. That is why I’m again falling it back to MemFree as that is widely available across all systems and distros and will work flawlessly with all server.

1.6.1, April 5, 2018

  • Started using MemAvailable instead of MemFree in the program to accurately know the availability of free RAM on the server. Special thanks to @inspired888 for reporting the issue.

1.6.0, February 11, 2018

  • Fixed a major calculation issue with RAM
  • Now shows Real-Time Free RAM in the dashboard stats

1.5.8, November 24, 2017

  • Completely removing all kind of Session dependency. Upgrade to v1.5.8 if you are currently using any old version of the plugin.

1.5.7, November 24, 2017

  • Critical Bug Fix – Fixed the bug which was preventing the loopback requests in WP v4.9 and also causing an issue with the new file editor. If you are using WP v4.9, upgrade to v1.5.7 immediately.

1.5.6, November 5, 2017

  • Minor Calculation bugfix

1.5.5, November 5, 2017

  • Fixed a major calculation issue with v1.5.4. If you are running v1.5.4, please update to v1.5.5 immediately.
  • Now the actual RAM usage also shows up in the dashboard section

1.5.4, November 5, 2017

  • Now shows the total RAM available
  • Added real-time RAM usage bar & percentage at the footer

1.5.3, August 30, 2017

  • Added a check if the session has already been started before starting it.

1.5.0, 1.5.1, 1.5.2, December 14 & 15, 2016

  • Permanently fixed the welcome notice keep showing issue for good. Now no matter what kind of server you are installing this plugin and what kind of cache architecture it has, once you dismiss the welcome notice, it will never show up again unless you delete and reinstall the plugin.

1.4.9, December 2, 2016

  • Hopefully fixing the welcome notice dismissal issue

1.4.8, November 27, 2016

  • Updated the donation link
  • Fixed some issues with uninstallation calls
  • Fixed a responsive design issue

1.4.7, November 17, 2016

  • Ability to use IP-API Pro Key for high traffic websites

1.4.6, November 2, 2016

  • Fixed a PHP warning

1.4.5, October 23, 2016

  • Fixed the compatibility issue with the register_uninstall_hook

1.4.3 & 1.4.4, October 14, 2016

  • Making sure the welcome notice doesn’t show up after clicking on the closing button
  • Making sure the notice transient gets deleted upon uninstallation

1.4.1 & 1.4.2, October 14, 2016

  • Some minor bugfix and old PHP version compatibility add
  • Fixed some wired issue with the readme file

1.4.0, October 14, 2016

  • Added ability to show up server OS
  • Added ability to show up server software
  • Added ability to show up a server port
  • Added ability to show up server document root
  • Added ability to show up if Memcached is enabled on your server or not
  • Added ability to show up a detailed page with more info about the memcached installation, if memcached is enabled and configured properly within the WP Server Stats General Settings page
  • Added ability to show up the database software installed on your site e.g. MySQL, MariaDB, Oracle etc.
  • Added ability to show up the database version number
  • Added ability to show up the maximum number of connections allowed to your database
  • Added ability to show up maximum packet size of your database
  • Added ability to show up database disk usage
  • Added ability to show up database index disk usage
  • Added ability to show up a separate page with more details about your database server
  • Added ability to show up your PHP max upload size limit
  • Added ability to show up PHP max post size
  • Added ability to show up PHP max execution time
  • Added ability to show up if PHP safe mode is on or off
  • Added ability to show up if PHP short tag is on or off
  • Added ability to show up allowed PHP memory for your WordPress site
  • Added ability to show up a separate page to with more details about your install PHP & its various modules
  • Added advanced WordPress Transient Caching mechanism to run the plugin super smooth without eating a lot of server resource. All the cache data will be auto expired on each week and then the plugin will re-cache the updated data again, to ensure the least possible resource consumption by the plugin
  • Option to change the realtime script refresh interval (default: 200ms), colour scheme, memcache host and port details from the WP Server Stats – General Settings Page
  • Automatically removes all the data added by this plugin to your WordPress database upon uninstallation of the plugin

1.3.2, October 9, 2016

  • Minor bug fix

1.3.1, October 8, 2016

  • Major release with a bunch of code improvement
  • Now the plugin has it’s own admin settings menu found inside Settings > WP Server Stats, from where users can easily tweak the various aspect of the plugin
  • Support WordPress’s native colour picker inside WP Admin Menu
  • Option to change script refresh interval along with various colour options
  • Most major release since the first release of the plugin
  • This plugin is now added in Github Repo for more streamlined development

1.2.1, June 24, 2016

  • Major bug fix with the new shell execution logic improvement

1.2.0, June 24, 2016

  • Major bug fix with the new shell execution logic improvement

1.1.9, June 24, 2016

  • Code quality improvement
  • Shell execution logic improvement
  • New clean notice for people who don’t have shell_exec() enabled/executable on their server
  • Various minor bug fix
  • New screenshot added for non shel_exec() enabled people

1.1.8, June 23, 2016

  • Code quality improvement
  • Fixed Bug: The Real-Time CPU Load bar & Uptime clock is showing even if PHP shell_exec() isn’t enabled. Now it just shows ERROR EXEC096T – which means PHP shell_exec() isn’t enabled to execute that feature
  • Fixed Bug: Real-Time Memory Usage stuck at 0% if PHP shell_exec() is disabled.
  • Few other minor bug fixes

1.1.7, June 22, 2016

  • Major Update Pushed
  • Memory usage information is now shown realtime memory usage and memory usage percentage
  • Total allocated PHP memory now shows up to PB (Petabyte)
  • Code cleanup, optimization & minor bug fix

1.1.5, May 16, 2016

  • Instead of showing LOC096T Error Code, now the plugin will show a proper detailed message in case there is any problem fetching the location details.

1.1.4, January 23, 2016

  • Fixed a minor PHP Bug

1.1.2 & 1.1.3, January 3, 2016

  • Bug Fix with FlipClock.js
  • Minor bug fix

1.1.1, December 31, 2015

  • Unnecessary console log removed

1.1.0, December 31, 2015

  • FlickClick Responsiveness issue fixed cross-browser
  • Some PHP notices has been resolved
  • Minor Bug Fix

1.0.6, December 05, 2015

1.0.5, October 28, 2015

  • Fixed a minor bug with calling a hook

1.0.4, October 27, 2015

  • Updated readme file

1.0.3, October 27, 2015

  • Updated readme file

1.0.2, October 27, 2015

  • Updated readme file

1.0.1, October 27, 2015

  • Some minor bug fix

1.0.0, October 27, 2015

  • First official release!

Ratings

4.9
65 reviews

Rating breakdown

Details Information

Version

1.6.8

First Released

08 Oct, 2016

Total Downloads

116,847

Wordpress Version

4.2 or higher

Tested up to:

5.3

Require PHP Version:

-

Tags

Contributors

Languages

The plugin hasn't been transalated in any language other than English.

DIRECTORY DISCLAIMER

The information provided in this THEME/PLUGIN DIRECTORY is made available for information purposes only, and intended to serve as a resource to enable visitors to select a relevant theme or plugin. wpSocket gives no warranty of any kind, express or implied with regard to the information, including without limitation any warranty that the particular theme or plugin that you select is qualified on your situation.

The information in the individual theme or plugin displayed in the Directory is provided by the owners and contributors themselves. wpSocket gives no warranty as to the accuracy of the information and will not be liable to you for any loss or damage suffered by you as a consequence of your reliance on the information.

Links to respective sites are offered to assist in accessing additional information. The links may be outdated or broken. Connect to outside sites at your own risk. The Theme/Plugin Directory does not endorse the content or accuracy of any listing or external website.

While information is made available, no guarantee is given that the details provided are correct, complete or up-to-date.

wpSocket is not related to the theme or plugin, and also not responsible and expressly disclaims all liability for, damages of any kind, arising out of the use, reference to, or reliance on, any information or business listed throughout our site.

Keep Leading Your Followers!
Share it for them.