Skip to content

Commit b460d98

Browse files
docs: describe collector function in readme.md
1 parent 6fa9c49 commit b460d98

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -171,4 +171,8 @@ cd table
171171
- Посмотреть метрики ресурсов (CPU, RAM, диск):
172172
```bash
173173
python manage.py monitor resources
174+
```
175+
- Собирать метрики периодически (JSON на каждую итерацию):
176+
```bash
177+
python manage.py monitor resources --output json --interval 5 --count 0
174178
```

0 commit comments

Comments
 (0)