Skip to content

Commit 34a3e26

Browse files
committed
doc
1 parent 03b0f4f commit 34a3e26

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

monitor/README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# Dria Knowledge Network Monitor
2+
3+
The monitor node generates a random peer ID, and listens to task messages only. It does not process them or respond to any heartbeat requests. It keeps track of `task` and `result` messages, and prints the "pending" tasks at specific intervals.
4+
5+
## Usage
6+
7+
To run:
8+
9+
```sh
10+
cargo run --bin dkn-monitor
11+
```
12+
13+
You can do CTRL+C to terminate the node.

0 commit comments

Comments
 (0)