This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/env bash | |
| usage_exit() { | |
| cat <<! | |
| usage: $0 -p path model | |
| The path to GGUF models can be the root/base path like \$HOME/.models or \$HOME/.cache/huggingface. | |
| The model name can be an unambiguous prefix like qwen-3-30b-a3b. | |
| Pass any flags to llama-cli through LLFLAGS: | |
| LLFLAGS="-ngl 99 -fa" llama-cpp -p ~/.cache/huggingface gemma-4 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # httperf Web Server Benchmarking | |
| ## The Network | |
| ### Server | |
| $ iperf -s | |
| ------------------------------------------------------------ | |
| Server listening on TCP port 5001 | |
| TCP window size: 85.3 KByte (default) |