Tuning XCOM for AS/400 i5/OS for performance
search cancel

Tuning XCOM for AS/400 i5/OS for performance

book

Article ID: 28143

calendar_today

Updated On:

Products

XCOM Data Transport

Issue/Introduction

Tuning XCOM for AS/400 i5/OS for performance.

Environment

XCOM™ Data Transport® for AS/400 i5/OS

Resolution

Items to check when tuning for performance on XCOM for AS/400 i5/OS

  • For SNA transfers, check the mode that you are using. Use a mode with larger RU size and pacing if appropriate.

  • For TCP/IP transfers, increase the MAXCLIENTS (number of Agents) and the MAXBACKLOG parameter (number of waiting transfers) if appropriate.

  • Compression. Depending on the type of data, compression may increase throughput. Test with your data to determine which COMPRESS methods are most effective in your environment. With high speed links, no compression may be best.

  • Make sure the Communication Trace (TCPTRACE) is off.

  • Submit enqueued transfers instead of nonqueued transfers.

  • Make sure that you have sessions available with the XCOMBGP process to handle the load for enqueued transfers.
  • Upgrade to the latest release and make sure all maintenance is applied. Check the gen level by entering the following on the command line: "CALL XCOMVER". See Determine the Genlevel

  • When initiating transfers from AS/400 you may specify the BLOCKDATA parameter. The parameter is for record packing and can improve transfer speed considerably.

  • Checkpointing (CHECKINTVL) can be very useful if you have a long running transfer. However, with a high speed, dependable link, or if you are transferring relatively small files, it may be unnecessary. Buffers are written on the receiving system every time a checkpoint is taken which increases overhead. Raise the checkpoint value or turn off checkpointing if appropriate. Turn off checkpointing by setting it to 0.

Additional Information

In one specific end user example, a transfer of a large file that took 220 minutes with BLOCKDATA set to *NO was reduced to 20 minutes after setting BLOCKDATA to 30K. 

XCOM™ Data Transport® for AS/400 11.0 > Using > Accessing Data Transfer Information > Performance Considerations