summaryrefslogtreecommitdiff
path: root/docker/serverlist.txt
AgeCommit message (Collapse)Author
2025-06-26fix: update profiling scripts to use correct path for generate_profile_data.goPaul Buetow
- Fixed path references to generate_profile_data.go in profile_quick.sh and profile_benchmarks.sh (now ../benchmarks/cmd/) - Fixed dmap profiling in profile_quick.sh to use proper MapReduce query format and interrupt after 3 seconds (since dmap runs continuously) - Added CSV logformat specification for dmap query on CSV files This fixes the "make profile-quick" and "make profile-auto" commands that were failing due to incorrect paths after moving the profiling scripts from benchmarks/ to profiling/. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
2021-11-07update dmap.gif examplePaul Buetow
2021-11-07new dtail.gifPaul Buetow
2021-11-07can set ssh private key path file via env varPaul Buetow
2021-07-31Fix Docker tests - also add dcat examplePaul Buetow