Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...


- user_barcodes.scv: a list of barcodes of actual patron IDs that will be used to check in/out with.

Monitoring Pick Slips Requests (MPS)

The following data files are needed to support the Jmeter script during its execution.
- servicepoints.csv: a list of service point ids. It will be used to execute /circulation/pick-slips/<servicepointId> requests.

Code Block
languagesql
select jsonb->>'barcode' from fs09000000_mod_users.users where jsonb->'active' = 'true' and jsonb->>'barcode' is not null and jsonb->>'type' = 'patron' limit 3000

Monitoring Pick Slips Requests (MPS)

The following data files are needed to support the Jmeter script during its execution.
- servicepoints.csv: a list of service point ids. It will be used to execute /circulation/pick-slips/<servicepointId> requests.


Data export (DE)

The following data files are needed to support the Jmeter script during its execution.

...