Line: 1 to 1 | ||||||||
---|---|---|---|---|---|---|---|---|
VM Benchmarks | ||||||||
Line: 8 to 8 | ||||||||
| ||||||||
Added: | ||||||||
> > | Run with CVMFS
export BMK_ROOTDIR=/cvmfs/atlas.cern.ch/repo/benchmarks/cern/current cern-benchmark --benchmarks="fastBmk;whetstone" --cloud=uvic --queue_host=dashb-test-mb.cern.ch --queue_port=61113 --username=xxx --password=`cat /pwdfile` --topic=/topic/vm.spec | |||||||
Kibana web page: https://dashb-es-dev.cern.ch:444/#/dashboard/sdccloud-int![]() | ||||||||
Line: 20 to 28 | ||||||||
The query file is found in QueryFile One can reformat the JSON output file into a more readable format by pipping the output to jq "." | ||||||||
Added: | ||||||||
> > |
Then extract the required information (on macsob2 or lxplus); written to out.list.csv
python SimpleEStoCSV.py -f out.listThen delete the first line and replace the commas with spaces sed 's/,/ /g' out.list.csv >out.list.csv.2Now it is ready for ROOT |
Line: 1 to 1 | ||||||||
---|---|---|---|---|---|---|---|---|
Added: | ||||||||
> > |
VM BenchmarksCERN documentation http://bmkwg.web.cern.ch/bmkwg/docs/HowToRun.html![]()
![]() cern-get-sso-cookie --krb -r -u https://dashb-es-dev.cern.ch -o ~/private/ssocookie_es.txt curl -L --cookie ~/private/ssocookie_es.txt --cookie-jar ~/private/ssocookie_es.txt -XGET 'https://dashb-es-dev.cern.ch:443/sdccloud-int/_search?pretty' -d "$(cat bmk_es_query)”The query file is found in QueryFile One can reformat the JSON output file into a more readable format by pipping the output to jq "." |