Skip to content

alipay/ai-cache-loadtest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HOWTO run load agent with torch distributed run

  • Download demo image: lvlouisaslia/alluxioloadagent:latest
  • Start docker with following command
docker run -it --rm --name loadtest -e NVIDIA_VISIBLE_DEVICES= -v `pwd`:/v/ -w /v lvlouisaslia/alluxioloadagent:latest bash
  • Start load agent by

prepare filelist into inputdata.csv, one filepath per line WITHOUT the common alluxio path prefix. The common path prefix will be passed to load-agent.py.

./run-test.sh 2 load-agent.py --workers 6 --inputfile inputdata.csv --number_of_files 500000000 -P alluxio://<server>:<port>/path/of/prefix/

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published