Skip to content
Snippets Groups Projects
test.sh 201 B
#!/bin/sh

docker-compose logs --tail 100 benchmark-taskmanager |
    sed -n "s/^.*Record:\s\(\S*\)$/\1/p" |
    tee /dev/tty |
    jq .identifier |
    sort |
    uniq |
    wc -l |
    grep "\b10\b"