# 監視

#### エポック切り替わり

2021/5/1のエポック切り替わりで、ノード2台のうち1台、運用開始以来初めてサービスが停止しました。

![](/files/-MZc4MI_viLLYU3WMvOW)

Relay Node#1 （真ん中の列）、6:44以降グラフが途切れています。この間、CPU使用率が300％へ、メモリ使用率が100％へスパイクし、カルダノノードのサービスが停止していました。最近負荷が重くなってきているため、エポック切り替わり時の負荷によるものと思われます。他のプールでもこのタイミングで落ちたノードがあるとの報告がありました。\
一方、Block Producer Node（一番左の列）のメモリ使用率はスパイクがなく、安定しているように見えます。

スペック：\
8 GB RAM, 2 vCPUs, 160 GB SSD\
\
やっておいてよかったと思ったこと：\
\- 障害通知設定\
\- ブロックリーダログの確認\
\- Relay Nodeの冗長化\
\
疑問に思ったこと：\
推奨通りのスペックでもこういうことがあるのだということ。つまりサーバのチューニングはオペレータ自身でする必要があるといえます。

メモ：\
\- サーバのスペックを全て同じにすることは一つリスクになり得るということ。\
\- スパイクを考えると、結果から6割使用率が越えたあたりが警戒域になる。

対応：\
\- ノードを16 GB RAM, 4 vCPUs, 320 GB SSDへアップグレード<br>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://sugar-stake-pool.gitbook.io/cardano-kb/cardano-node-operation/monitoring.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
