mirror of
https://github.com/taigrr/nats.docs
synced 2025-01-18 04:03:23 -08:00
12 lines
625 B
Markdown
12 lines
625 B
Markdown
# Managing A NATS Server
|
|
|
|
Managing a NATS server is simple, typical lifecycle operations include:
|
|
|
|
* [Sending signals](signals.md) to a server to reload a configuration or rotate log files
|
|
* [Upgrading](upgrading_cluster.md) a server \(or cluster\)
|
|
* Understanding [slow consumers](slow_consumers.md)
|
|
* Monitoring the server via:
|
|
* The monitoring [endpoint](../configuration/monitoring.md) and tools like [nats-top](../../nats-tools/nats_top/)
|
|
* By subscribing to [system events](https://github.com/nats-io/nats.docs/tree/e59525da15403e4a01839339b24d7804d4a26db9/nats-server/configuration/sys_accounts/sys_accounts.md)
|
|
|