-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathresources.html.md.erb
57 lines (55 loc) · 1.09 KB
/
resources.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
---
title: JMX Bridge Resources
owner: PCF Metrics
---
##<a id="reqs"></a> Resource Requirements
The following table shows the default resource and IP requirements for installing the tile:
<table border="1" class="nice">
<tr>
<th>Product</th>
<th>Resource</th>
<th>Instances</th>
<th>CPU</th>
<th>RAM</th>
<th>Ephemeral</th>
<th>Persistent</th>
<th>Static IP</th>
<th>Dynamic IP</th>
</tr>
<tr>
<td>JMX Bridge</td>
<td>JMX Provider</td>
<td>1</td>
<td>2</td>
<td>4GB</td>
<td>8GB</td>
<td>1GB</td>
<td>1</td>
<td>0</td>
</tr>
<tr>
<td>JMX Bridge</td>
<td>OpenTSDB Firehose Nozzle</td>
<td>1</td>
<td>2</td>
<td>4GB</td>
<td>8GB</td>
<td>1GB</td>
<td>1</td>
<td>0</td>
</tr>
<tr>
<td>JMX Bridge</td>
<td>Smoke Tests</td>
<td>1</td>
<td>4</td>
<td>4GB</td>
<td>8GB</td>
<td>0</td>
<td>1</td>
<td>0</td>
</tr>
</table>
## <a id="guidelines"></a>Guidelines
* If you anticipate a large volume of metrics coming from the Firehose,
then scale up the number of OpenTSDB Firehose Nozzle instances accordingly.