XMLWordPrintableJSON

Details

    • Sub-task
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • 1.3.0
    • freon

    Description

      The idea is to run r/w mix workload and then print lock metric values.

      Input Args:
      PrefixPath : /vol-1/buck-1/dir1/dir2/dir3/

      FileCountForRead : 1000

      FileSize : 1KB

      totalThreadCount = 100

      readThreadPercentage : 90%

      numOfOperations = x times by each thread

      Step-1) Create "FileCountForRead=1000" num of files under sub-path : /vol-1/buck-1/dir1/dir2/dir3/readPath/
      
      Step-2) Start read threads and perform ops:
      	90 concurrent read operations
      	Each new Thread() #run \{
                for(1...50)
                  o3fs#listStatus("/vol-1/buck-1/dir1/dir2/dir3/readPath/")
              }
      
      Step-3) Start write threads and perform ops:
      	10 concurrent write operations
      	Each new Thread() #run \{
                 for(1...50)
         	     o3fs#createFile("/vol-1/buck-1/dir1/dir2/dir3/writePath/file-random-keypath")
              }
      

      Attachments

        Issue Links

          Activity

            People

              tanvipenumudy Tanvi Penumudy
              rakeshr Rakesh Radhakrishnan
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: