Allow running stress master bench without mounting a UFS
See original GitHub issueIs your feature request related to a problem? Please describe.
Currently the StressMasterBench
needs a UFS mounted to create test files. In order to create the maximum stress possible on the master, an approach is to allow running the benchmark without a UFS.
Describe the solution you’d like
Allow running the StressMasterBench
without a UFS mounted.
Describe alternatives you’ve considered Alternatively, add a in-memory mock UFS that stores the data in memory only, so that the UFS does not become the bottleneck of the stress benchmark.
Urgency Medium
Additional context This issue is from discussion with @maobaolong.
Issue Analytics
- State:
- Created 2 years ago
- Comments:5 (5 by maintainers)
Top Results From Across the Web
Built-in Benchmark Framework - Alluxio master (edge) Documentation
The user-facing CLI program allows you to invoke the StressBench tasks through the command line. Run a benchmark by its class name using...
Read more >Alluxio, data orchestration for analytics and machine ... - GitHub
Alluxio (formerly known as Tachyon) is a virtual distributed storage system. It bridges the gap between computation frameworks and storage systems, enabling ......
Read more >HEADER - UFS
College life not only helps you adapt to study demands, but also grows your leadership potential and citizenship and guide you in designing...
Read more >Communications - United Fire Service Women
The radio system allows a Chief Officer or ISS to contact units directly without relaying the message through the Communications Center. Unit: Units...
Read more >CPDT Benchmark〉Storage, memory - Apps on Google Play
Note: only internal memory test is available on Android 11. CPDT (Cross Platform Disk Test) is a performance benchmarking app that measures I/O...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@HelloHorizon This has been addressed by #14842. By using a local UFS and specifying the write type as
MUST_CACHE
, the benchmark can effectively work without a UFS.We have not tested the new option extensively, so maybe leave this issue open until we have some feedback from community. cc @maobaolong
Yeah, thanks @dbw9580 @jiacheliu3