Skip to content

Commit

Permalink
Merge pull request #27 from johanrhodin/patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
mikpe authored May 23, 2023
2 parents 2821ce0 + c8955ec commit 1978c2b
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
[![Developed at Klarna][klarna-image]][klarna-url]

`system_monitor` is a BEAM VM monitoring and introspection application
that helps troubleshooting live systems. It collects various
that helps in troubleshooting live systems. It collects various
information about Erlang processes and applications.
Unlike `observer`, `system_monitor` does not require
connecting to the monitored system via Erlang distribution protocol,
connecting to the monitored system via the Erlang distribution protocol,
and can be used to monitor systems with very tight access
restrictions.

Expand All @@ -19,7 +19,7 @@ restrictions.

Information about top N Erlang processes consuming the most resources
(such as reductions or memory), or have the longest message queues, is
presented on process top dashboard:
presented on the process top dashboard:

![Process top](doc/proc_top.png)

Expand Down Expand Up @@ -100,11 +100,11 @@ More information about configurable options is found [here](src/system_monitor.a
System_monitor will spawn several processes that handle different states:

* `system_monitor_top`
Collects a certain amount of data from BEAM for a preconfigured number of processes
Collects a certain amount of data from the BEAM for a preconfigured number of processes
* `system_monitor_events`
Subscribes to certain types of preconfigured BEAM events such as: busy_port, long_gc, long_schedule etc
* `system_monitor`
Runs periodically a set of preconfigured `monitors`
Runs a set of preconfigured `monitors` periodically

### What are the preconfigured monitors

Expand Down Expand Up @@ -144,7 +144,7 @@ See our [changelog](CHANGELOG.md).

## License

Copyright © 2020 Klarna Bank AB
Copyright © 2020-2023 Klarna Bank AB

For license details, see the [LICENSE](LICENSE) file in the root of this project.

Expand Down

0 comments on commit 1978c2b

Please sign in to comment.