Skip to content

Performance & resource consumption #264

Answered by niklasf
cyqsimon asked this question in Q&A
Discussion options

You must be logged in to vote

Hi, sure, hope the following helps:

  1. The only persistent data generated and updated while running is a text file ~/.fishnet-stats that looks like:
    {
     "total_batches": 127,
     "total_positions": 6956,
     "total_nodes": 8683220715
    }
    Even this is optional (--no-stats-file).
  2. It depends. To give a rough indication, I am measuring 80 Kbit/s up and 6 Kbit/s down on a typical 12 core worker.
  3. None. All the heavy lifting is done by Stockfish, and the Docker container has Stockfish binaries with all relevant CPU feature combinations, of which the best is automatically selected.
  4. It's probably easiest to benchmark Stockfish directly, either building from source, or taking the binaries from /tmp/fishnet-XXX

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@niklasf
Comment options

@cyqsimon
Comment options

Answer selected by cyqsimon
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants