Service Virtualization

Expand all | Collapse all

FTP protocol virtual service creation : I have to create a virtual service which runs on FTP protocol and should be capable of sending 100 transactions/sec

  • 1.  FTP protocol virtual service creation : I have to create a virtual service which runs on FTP protocol and should be capable of sending 100 transactions/sec

    Posted Feb 05, 2016 06:01 AM

    Hi Folks ,

    looking for the ways of virtualising applications which runs on FTP protocol , Request you to help



  • 2.  Re: FTP protocol virtual service creation : I have to create a virtual service which runs on FTP protocol and should be capable of sending 100 transactions/sec

    Posted Feb 05, 2016 10:26 AM

    Hi SSoumya.24, below are some links that may give some insight on FTP virtualization.  I do not have an answer for your TPS requirement because there are many variables that can affect TPS rates such as # CPU cores,  processor speed, other concurrent activity on the VSE server, JVM memory, garbage collection, file payload size, customizations used in your models, and the list goes on.

     

    I would start with this question:  Do you have a performance VSE license?

     

    Links that might help you:

    Re: Can we do FTP recording in LISA ? How to create virtual services using FTP ? Is there any protocol like FTP.

    FTP Virtualization doesn't work

    Regards, Joel



  • 3.  Re: FTP protocol virtual service creation : I have to create a virtual service which runs on FTP protocol and should be capable of sending 100 transactions/sec

    Posted Feb 05, 2016 10:31 AM

    To add onto this, we don't support virtualizing the FTP protocol itself out of the box.  You would need to create a Transport Protocol Handler for this which would not be a trivial task.  The FTP extension we have acts as an FTP client allowing you to put/get files from a remote server.  If FTP client functionality is what you need then this extension may work.