Update Advanced Configuration
parent
fd0fccb3ec
commit
bad03b4814
1 changed files with 8 additions and 2 deletions
|
|
@ -63,8 +63,14 @@ https://hachyderm.io/tags/programming.rss
|
|||
Monitor which feeds provide the best instance discovery:
|
||||
|
||||
```bash
|
||||
# Check feed performance
|
||||
grep "Successfully looked up" logs | \
|
||||
# Docker Compose Logs
|
||||
docker-compose logs gts-holmirdas | \
|
||||
grep "Successfully looked up" | \
|
||||
cut -d'/' -f3 | sort | uniq -c | sort -nr
|
||||
|
||||
# Oder direkt Container Logs
|
||||
docker logs gts-holmirdas 2>&1 | \
|
||||
grep "Successfully looked up" | \
|
||||
cut -d'/' -f3 | sort | uniq -c | sort -nr
|
||||
```
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue