Get Knowledge from Video instead of Content:

Monday 13 February 2017

Performance Test Result Analysis (Level-III - Part D)

4 comments :

  1. How to check or see the heap memory if I ma using Jmeter

    ReplyDelete
    Replies
    1. Hi Badal,

      If you are have Windows server then use below command to find out Max Heap Size:

      javaw -XX:+PrintFlagsFinal | find "MaxHeapSize"

      Delete
  2. C:\Users\acer>javaw -XX:+PrintFlagsFinal | find "MaxHeapSize"
    uintx MaxHeapSize := 268435456
    {product}
    here "268435456" this size is like Magabyte ???

    ReplyDelete
    Replies
    1. The given size "268435456" is in bytes which is equal to 256 MB.

      Delete