Skip to Content.
Sympa Menu

perfsonar-user - Re: [perfsonar-user] Parallel Tests

Subject: perfSONAR User Q&A and Other Discussion

List archive

Re: [perfsonar-user] Parallel Tests


Chronological Thread 
  • From: Andrew Lake <>
  • To: "" <>, "Powell, Christopher Blake" <>
  • Subject: Re: [perfsonar-user] Parallel Tests
  • Date: Mon, 19 Nov 2018 18:39:45 -0500
  • Ironport-phdr: 9a23:/IO/tBC7MkMW4+xSeZ/9UyQJP3N1i/DPJgcQr6AfoPdwSPX9r8bcNUDSrc9gkEXOFd2Cra4c26yO6+jJYi8p2d65qncMcZhBBVcuqP49uEgeOvODElDxN/XwbiY3T4xoXV5h+GynYwAOQJ6tL1LdrWev4jEMBx7xKRR6JvjvGo7Vks+7y/2+94fcbglUhzexe69+IAmrpgjNq8cahpdvJLwswRXTuHtIfOpWxWJsJV2Nmhv3+9m98p1+/SlOovwt78FPX7n0cKQ+VrxYES8pM3sp683xtBnMVhWA630BWWgLiBVIAgzF7BbnXpfttybxq+Rw1DWGMcDwULs5Qiqp4bt1RxD0iScHLz85/3/Risxsl6JQvRatqwViz4LIfI2ZMfxzdb7fc9wHX2pMRsZfWC5PAo27YIQBAekPM/tGoYbhvFYBtweyCBO2Ce711jNFhHn71rA63eQ7FgHG2RQtEs4IsHvJttX6KqkTWv2zwqbSzjXMce5d1DDn54jObx8goeqBUqxrccbLz0kgCR/Fg0yWpIf4MT2V0eENvHKa7+pmTe+vimgnqx1vrTi1wMcjlJXJipwPxl/a6Cp53Z45JcWmR05hb96kC5xQtyeAOItsWM8iRX9nuDoixr0DuJ60YDIKyJM8xx7YZfyHb5KE7Q7kVOaUJzpzmXFreKqnihqv70StyffwW8eu3FtFsyZJiNvBum0V2xDN9sSKTuFx80Sh1DqVyQzf9/1ILVo2mKbHLZMq36Q+mYAJsUvZGy/7gEX2g7GSdkUj4uWo5frob7r8qp+YLIB0jhvyMqspmsyhGeg4Mw4OUHaH+emkybHv4070TK9Eg/EsnaTVrYrWKMYGqqKhBg9ayIcj6xKxDze819QYmGEKI0hDeB2aj4nkIE/BIOviAfe5nVusjC9nx+raMb35HpXNMn/Dna/5fblj8U5cxhEzzddZ551OELENOe/zWlTvu9zCFRI5Nw20w/37CNVmyI8SQ2OPAqmFMKzMq1+I4PwgI/WSaIMPpjnyNuUltLbTi2QkkwodYbWxxslQL3S5Beh9ZUSffXf2hNodSyEHshd5V/3vkFTFSj9cYXG8UeUk6ys1E4WgBJ2GW5ugmu+923LxBpBMaHtBDFmWVGrzep+sWvEQZTiUL9M71DEISPLpH5cszx+1swnz0f96NefO0iweqZ/50tVpvavemQxksXQ+N8OC3mWJCylfnnkJXCMxxKByuwRXzl6A3OIw1/dAEsNe46oRehk9MYWa0vB5Td3+R1SSUM2OTQOPRNm8DC55atsyzpdaakBxCv2vlVbF0jb8UOxdrKCCGJFhqvGU5HP2Pcsoji+ejKQ=

Hi,

In your pSConfig JSON file you can add the “parallel” option to your test specification. For example, if you want a test that runs 2 streams in parallel add the following:

"tests": {
    "throughput_parallel": {
       "type": "throughput",
       "spec": {
           "source": "{% address[0] %}",
           "dest": "{% address[1] %}",
           "duration": "PT20S",
           "parallel": 2,
       }
    }
}

Hope that helps,
Andy


On November 19, 2018 at 6:11:32 PM, Powell, Christopher Blake () wrote:

Hello,

 

I currently have used PSConfig to publish and add the tests I want to run to all of my nodes. I’m being asked if it’s possible to divide a throughput test so that it runs parallel.

 

I’m not certain but I think what I want is on: http://docs.perfsonar.net/pscheduler_ref_tests_tools.html

Where the -P flag allows parallel streams during a test.

 

Is that what I want? Also, where would I add this flag? Do I add it in the maddash.yaml or somewhere in the PSConfig json file?

 

Thank you,

Blake

 

Sent from Mail for Windows 10

 

--
To unsubscribe from this list: https://lists.internet2.edu/sympa/signoff/perfsonar-user



Archive powered by MHonArc 2.6.19.

Top of Page