Skip to content

Commit

Permalink
more debug output
Browse files Browse the repository at this point in the history
  • Loading branch information
maxjakob committed Feb 12, 2024
1 parent 732a94f commit 1523715
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion bin/nbtest
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,10 @@ $SCRIPT_DIR/../.venv/bin/nbtest $*
curl 'localhost:9200/_search?q=*'
echo
echo
curl 'localhost:9200/_ml/trained_models/_stats'
curl 'localhost:9200/_ml/trained_models/_stats'
echo
echo
df -h
curl -XPOST 'localhost:9200/_flush'
df -h
echo

0 comments on commit 1523715

Please sign in to comment.