Service Virtualization

 View Only
  • 1.  Service Virtualization - Ask a Question, Get an Answer (Jan 24 - Jan 31)

     
    Posted Jan 24, 2020 02:30 PM

    It's great that we have such vibrant communities to get quick answers to questions and gain product knowledge! We have very active members jumping in to help others out all the time. The goal of the communities is to respond to every members' question so that no one goes away "empty handed". 


    Think you have a potential answer, Jump In!

    Help a Fellow Community Member Out!

    Here's the list of unanswered questions for this coming week. Grab one!

    Azure Service Bus support for CA DevTest
    NTLM Authorization for testing a Web service
    Unable to subscribe message from IBM MQ
    TestCase.execute(): null - StackOverflowError : GregorianCalendar
    Service Virtualization API v3

    Thank You All for Your Efforts!  



    ------------------------------
    Chris Hackett
    Community Manager, Broadcom Enterprise Software Division
    Broadcom Inc.
    ------------------------------


  • 2.  RE: Service Virtualization - Ask a Question, Get an Answer (Jan 24 - Jan 31)

    Posted Jan 27, 2020 11:21 PM
    How to identify the Java process releated to DevTest on a server deployed with DevTest 10.5 ? We are looking to fine tune the heap memory for performance tests.


  • 3.  RE: Service Virtualization - Ask a Question, Get an Answer (Jan 24 - Jan 31)

    Posted Jan 28, 2020 03:54 AM

    Can you elaborate a little bit?

    I assume this is DevTest on Linux?

     

    Are you looking for the process id of the running VSE process? Is it not visible from a 'ps -ef' command output?

     

    Cheers,

    Danny

     

    ::DISCLAIMER::

    The contents of this e-mail and any attachment(s) are confidential and intended for the named recipient(s) only. E-mail transmission is not guaranteed to be secure or error-free as information could be intercepted, corrupted, lost, destroyed, arrive late or incomplete, or may contain viruses in transmission. The e mail and its contents (with or without referred errors) shall therefore not attach any liability on the originator or HCL or its affiliates. Views or opinions, if any, presented in this email are solely those of the author and may not necessarily reflect the views or opinions of HCL or its affiliates. Any form of reproduction, dissemination, copying, disclosure, modification, distribution and / or publication of this message without the prior written consent of authorized representative of HCL is strictly prohibited. If you have received this email in error please delete it and notify the sender immediately. Before opening any email and/or attachments, please check them for viruses and other defects.






  • 4.  RE: Service Virtualization - Ask a Question, Get an Answer (Jan 24 - Jan 31)
    Best Answer

    Broadcom Employee
    Posted Jan 29, 2020 06:16 AM
    HI Vinay
              You can tune runtime JVM options using the .vmoptions file of all the DevTest processes. 

    These files are located in LISA_HOME/bin folder. Eg: RegistryService.vmoptions

    If you want more insight into the JVM at run time, you may choose to use a monitoring tool such as JVisualVM or JConsole by adding relevant JMX properties to .vmoptions file.

    JMX options that you would need to add to .vmoptions file look like this. Please make sure you use a free port for JMX
    -Dcom.sun.management.jmxremote.port=12999 -Dcom.sun.management.jmxremote.authenticate=false -Dcom.sun.management.jmxremote.ssl=false 
    Once these options are added to corresponding .vmoptions file, make sure the service is restarted.
    Once restarted, you can connect to the running JAva process from JVisualVM.
    Please let me know if you have any questions.
    We can have a session if needed to go over this.
    regards
    Sankar



    --
    regards
    Sankar Natarajan