IBM Sterling B2B: Run SFTP Load Test on Sterling B2B Integrator

From Wiki

The source code is on GitHub https://github.com/ebasso/ibm-sterling-b2b-cd-loadtest-with-jmeter

Creating Partners in Sterling File Gateway

Create some partners, on IBM Sterling File Gateway. For example:

  • demo_partner01
  • demo_partner02
  • demo_partner03
  • demo_partner04
  • demo_partner05

Creating the Load Test using the SFTP Protocol

1) Create a new test plan "Test Plan"

  • Name: SB2Bi SFTP Test Plan

2) Select the 'Test Plan' node and right click on it.

3) Hover over Add -> Topic (Users) -> Thread Group "Thread Group"

  • Number of Threads (Users) = 5
  • Ramp-up Period (seconds) = 1
  • LoopCount = 5

4) Add a Sample > SSH SFTP and specify connection settings:

  • host
  • port
  • username
  • senha (não criptografado)
  • command SFTP (like get ou put)
  • one source file and one destination file

5) Optional: Create other Samples by changing SFTP

6) Add to Listener > View Results Tree

7) Add to Listener > View Results in Table

8) Add to Listener > Summary Report

9) Run the test

Ver também