提交 b7ac674b 编写于 作者: N Nicolargo

Update Systemd doc

上级 bad96d34
......@@ -39,7 +39,8 @@ Writing – nginx reads request body, processes request, or writes response to a
Waiting – keep-alive connections, actually it is active – (reading + writing).
This value depends on keepalive-timeout. Do not confuse non-zero waiting value for poor
performance. It can be ignored.
Source (https://easyengine.io/tutorials/nginx/status-page/)
Source reference: https://easyengine.io/tutorials/nginx/status-page/
Configuration file example
--------------------------
......
......@@ -21,12 +21,17 @@
Systemd AMP
===========
Monitor the Systemd.
Monitor the state of the systemd system and service (unit) manager.
How to read the stats
---------------------
...
active: Number of active units. This is usually a fairly basic way to tell if the
unit has started successfully or not.
loaded: Number of loaded units (unit's configuration has been parsed by systemd).
failed: Number of units with an active failed status.
Source reference: https://www.digitalocean.com/community/tutorials/how-to-use-systemctl-to-manage-systemd-services-and-units
Configuration file example
--------------------------
......@@ -52,7 +57,7 @@ class Amp(GlancesAmp):
NAME = 'Systemd'
VERSION = '1.0'
DESCRIPTION = 'Get daemon list from systemctl (systemd)'
DESCRIPTION = 'Get services list from systemctl (systemd)'
AUTHOR = 'Nicolargo'
EMAIL = 'contact@nicolargo.com'
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册