Uploaded image for project: 'Ignite'
  1. Ignite
  2. IGNITE-3176

Need to create gc log for each client separately [ yardstick-ignite ]

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Critical
    • Resolution: Fixed
    • 1.6
    • 2.1
    • clients, general
    • None

    Description

      In case when started more than one client/server on one host yardstick re-write GC logs.

      GC options contain in *.properties files:

      now0=`date +'%H%M%S'`
      # JVM options.
      JVM_OPTS=${JVM_OPTS}" -DIGNITE_QUIET=false"
      # Uncomment to enable concurrent garbage collection (GC) if you encounter long GC pauses.
      JVM_OPTS=${JVM_OPTS}" \
      -Xloggc:./gc${now0}.log \
      -XX:+PrintGCDetails \
      -verbose:gc \
      -XX:+UseParNewGC \
      -XX:+UseConcMarkSweepGC \
      -XX:+UseTLAB \
      -XX:NewSize=128m \
      -XX:MaxNewSize=128m \
      -XX:MaxTenuringThreshold=0 \
      -XX:SurvivorRatio=1024 \
      -XX:+UseCMSInitiatingOccupancyOnly \
      -XX:CMSInitiatingOccupancyFraction=60 \
      

      As you can see here will be created 1 log file and if you start another driver/server with the same properties file will be re-write.

      Attachments

        1. benchmark.properties
          3 kB
          Ilya Suntsov

        Activity

          People

            Unassigned Unassigned
            ustas Ilya Suntsov
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: