From fe312b0926321939708fcbf9d92ab1d6c19b74a7 Mon Sep 17 00:00:00 2001 From: liuruiyiyang <245422695@qq.com> Date: Mon, 25 Feb 2019 15:38:18 +0800 Subject: [PATCH] add some introduction for unsupported OS --- .../UserGuideV0.7.0/4-Deployment and Management.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Documentation/UserGuideV0.7.0/4-Deployment and Management.md b/docs/Documentation/UserGuideV0.7.0/4-Deployment and Management.md index 3376da0dae..d724fc3bb3 100644 --- a/docs/Documentation/UserGuideV0.7.0/4-Deployment and Management.md +++ b/docs/Documentation/UserGuideV0.7.0/4-Deployment and Management.md @@ -518,7 +518,7 @@ This section describes how to use the JConsole ```Mbean``` tab to monitor the nu -There are several attributes under Monitor, including the numbers of files opened in different folders, the data file size statistics and the values of some system parameters. By double-clicking the value corresponding to an attribute it can also display a line chart of that attribute. See the following section for specific introduction of the Monitor attributes. +There are several attributes under Monitor, including the numbers of files opened in different folders, the data file size statistics and the values of some system parameters. By double-clicking the value corresponding to an attribute it can also display a line chart of that attribute. In particular, all the opened file count statistics are currently only supported on ```MacOS``` and most ```Linux``` distro except ```CentOS```. For the OS not supported these statistics will return ```-2```. See the following section for specific introduction of the Monitor attributes. ##### MBean Monitor Attributes List -- GitLab