diff --git a/admin/fpm-status.php b/admin/fpm-status.php new file mode 100644 index 0000000000..bbe161534f --- /dev/null +++ b/admin/fpm-status.php @@ -0,0 +1,511 @@ + FPM status is available then under: https://example.org/egroupware/admin/fpm-status.php for logged in EGroupware admins. + * + * @link https://www.egroupware.org + * @package admin + * @license http://opensource.org/licenses/gpl-license.php GPL - GNU General Public License + */ + +$GLOBALS['egw_info']['flags'] = array( + 'noheader' => True, + 'nonavbar' => True, + 'currentapp' => 'admin' +); +include('../header.inc.php'); + +if ($GLOBALS['egw']->acl->check('info_access',1,'admin')) +{ + $GLOBALS['egw']->redirect_link('/index.php'); +} +?> + + + + + + + PHP-FPM status page + + +
+ + + + +
+ PHP Logo

PHP-FPM real-time status page

+
+
+ + + + + + + + +
Status URL
Ajax status
Refresh Rate
Actions + + +
+

Pool Status

+ + +
 
+

Active Processes status

+ + +
PID↓Start TimeStart SinceRequests ServedRequest DurationRequest methodRequest URIContent LengthUserScript
+

Idle Processes status

+ + +
PID↓Start TimeStart SinceRequests ServedRequest DurationRequest methodRequest URIContent LengthUserScriptLast Request %CPULast Request Memory
+
+

+ + Valid XHTML 1.0 Transitional + +

+ + + \ No newline at end of file