Details
-
Sub-task
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
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
- Dependency
-
HDDS-6628 Print OMLockMetrics through obrwf freon command
- Resolved
- links to