-
Notifications
You must be signed in to change notification settings - Fork 140
/
monitoring.html.md.erb
84 lines (70 loc) · 2.36 KB
/
monitoring.html.md.erb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
---
title: Monitoring VMs in Ops Manager
owner: Ops Manager
---
This topic describes how to check and monitor current VM status in <%= vars.platform_name %>.
For a complete guide to monitoring <%= vars.app_runtime_full %> (<%= vars.app_runtime_abbr %>), see [Monitoring <%= vars.app_runtime_abbr %>](../monitoring/index.html).
## <a id="interface"></a> Monitoring VMs Using the <%= vars.ops_manager %> Interface
To view monitoring information:
1. Navigate to the <%= vars.ops_manager %> Installation Dashboard.
1. Click any product tile.
1. Select the **Status** tab.
<%= image_tag("status-tab.png") %>
The columns display the following information:
<table border="1" class="nice" >
<tr>
<th>VM Data Point</th>
<th>Details</th>
</tr>
<tr>
<td><strong>Job</strong></td>
<td>Each job represents a component running on one or more VMs that <%= vars.ops_manager %> deployed.</td>
</tr>
<tr>
<td><strong>Index</strong></td>
<td>For jobs that run across multiple VMs, the <strong>index</strong> value indicates the order in which the job VMs were deployed. For jobs that run on only one VM, the VM has an <strong>index</strong> value of <code>0</code>.</td>
</tr>
<tr>
<td><strong>IPs</strong></td>
<td>IP address of the job VM.</td>
</tr>
<tr>
<td><strong>CID</strong></td>
<td>Uniquely identifies the VM.</td>
</tr>
<tr>
<td><strong>Load Avg15</strong></td>
<td>CPU load average over 15 minutes.</td>
</tr>
<tr>
<td><strong>CPU</strong></td>
<td>Current CPU usage.</td>
</tr>
<tr>
<td><strong>Memory</strong></td>
<td>Current memory usage.</td>
</tr>
<tr>
<td><strong>Swap</strong></td>
<td>Swap file percentage.</td>
</tr>
<tr>
<td><strong>System Disk</strong></td>
<td>System disk space usage.</td>
</tr>
<tr>
<td><strong>Ephem. Disk</strong></td>
<td>Ephemeral disk space usage.</td>
</tr>
<tr>
<td><strong>Pers. Disk</strong></td>
<td>Persistent disk space usage.</td>
</tr>
<tr>
<td><strong>Logs</strong></td>
<td>Download link for the most recent log files.</td>
</tr>
</table>
### <a id="ops-manager"></a> <%= vars.ops_manager %> VM Disk Space
<%= vars.ops_manager %> stores its logs on the <%= vars.ops_manager %> VM in the `/tmp` directory.
<p class="note"><strong>Note:</strong> The logs collect over time and do not self-delete. To prevent the VM from running out of disk space, clear the log entries from <code>/tmp</code> by restarting the VM.</p>