[go: up one dir, main page]
More Web Proxy on the site http://driver.im/ skip to main content
10.1145/3642963.3652205acmconferencesArticle/Chapter ViewAbstractPublication PageseurosysConference Proceedingsconference-collections
research-article
Open access

zns-tools: An eBPF-powered, Cross-Layer Storage Profiling Tool for NVMe ZNS SSDs

Published: 14 May 2024 Publication History

Abstract

Understanding operational characteristics of flash SSDs has been a challenging task due to their complex and closed internals. The recent emergence of Zone Namespace (ZNS) SSDs with their open interface allows the host software stack to explicitly control elements of this complexity, specifically around data placement, grouping, and garbage collection operations. Despite offering more control to applications, due to the opaque and layered nature of the software storage stack, it remains an open challenge to understand, profile, and reason about the data storage and placement decisions on ZNS devices in an end-to-end manner. In this paper, we present zns-tools, an eBPF-powered end-to-end data storage events profiler (https://github.com/stonet-research/zns-tools) for the whole ZNS-enabled storage stack, including the NVMe/ZNS device driver, Linux block layer, file system, and application. Using zns-tools we uncover diverse utilization profiles of a ZNS device for the same workload (YCSB-A), thus demonstrating the practical utility of zns-tools.

References

[1]
Nitin Agrawal, Andrea C. Arpaci-Dusseau, and Remzi H. Arpaci-Dusseau. 2008. Towards Realistic File-System Benchmarks with CodeMRI. SIGMETRICS Perform. Eval. Rev. 36, 2 (aug 2008), 52--57. https://doi.org/10.1145/1453175.1453184
[2]
Ibrahim Umit Akgun, Geoff Kuenning, and Erez Zadok. 2020. Re-Animator: Versatile High-Fidelity Storage-System Tracing and Replaying. In Proceedings of the 13th ACM International Systems and Storage Conference (Haifa, Israel) (SYSTOR '20). Association for Computing Machinery, New York, NY, USA, 61--74. https://doi.org/10.1145/3383669.3398276
[3]
Akshat Aranya, Charles P. Wright, and Erez Zadok. 2004. Tracefs: a file system to trace them all. In Proceedings of the 3rd USENIX Conference on File and Storage Technologies (San Francisco, CA) (FAST'04). USENIX Association, USA, 10.
[4]
Mahesh Balakrishnan, Dahlia Malkhi, Vijayan Prabhakaran, Ted Wobbler, Michael Wei, and John D. Davis. 2012. CORFU: A Shared Log Design for Flash Clusters. In 9th USENIX Symposium on Networked Systems Design and Implementation (NSDI 12). USENIX Association, San Jose, CA, 1--14. https://www.usenix.org/conference/nsdi12/technical-sessions/presentation/balakrishnan
[5]
Jean Luca Bez, Suren Byna, and Shadi Ibrahim. 2023. I/O Access Patterns in HPC Applications: A 360-Degree Survey. ACM Comput. Surv. 56, 2, Article 46 (sep 2023), 41 pages. https://doi.org/10.1145/3611007
[6]
Matias Bjørling, Abutalib Aghayev, Hans Holmberg, Aravind Ramesh, Damien Le Moal, Gregory R. Ganger, and George Amvrosiadis. 2021. ZNS: Avoiding the Block Interface Tax for Flash-based SSDs. In 2021 USENIX Annual Technical Conference (USENIX ATC 21). USENIX Association, Virtual Event, 689--703. https://www.usenix.org/conference/atc21/presentation/bjorling
[7]
Matias Bjørling, Jens Axboe, David Nellans, and Philippe Bonnet. 2013. Linux block IO: introducing multi-queue SSD access on multi-core systems. In Proceedings of the 6th International Systems and Storage Conference (Haifa, Israel) (SYSTOR '13). Association for Computing Machinery, New York, NY, USA, Article 22, 10 pages. https://doi.org/10.1145/2485732.2485740
[8]
Matias Bjørling, Philippe Bonnet, Luc Bouganim, and Niv Dayan. 2013. The Necessary Death of the Block Device Interface. In Sixth Biennial Conference on Innovative Data Systems Research, CIDR 2013, Asilomar, CA, USA, January 6-9, 2013, Online Proceedings. www.cidrdb.org, Asilomar, CA, USA. http://cidrdb.org/cidr2013/Papers/CIDR13_Paper89.pdf
[9]
Matias Bjørling, Javier González, and Philippe Bonnet. 2017. Light-NVM: the Linux open-channel SSD subsystem. In Proceedings of the 15th Usenix Conference on File and Storage Technologies (Santa clara, CA, USA) (FAST'17). USENIX Association, USA, 359--373.
[10]
Mike Allison Chris Sabol, Ross Stenfort. August 2023. Flexible Data Placement: State of the Union. https://nvmexpress.org/wp-content/uploads/FMS-2023-Flexible-Data-Placement-FDP-Overview.pdf. Accessed: 2024-20-01.
[11]
Brian F. Cooper, Adam Silberstein, Erwin Tam, Raghu Ramakrishnan, and Russell Sears. 2010. Benchmarking cloud serving systems with YCSB. In Proceedings of the 1st ACM Symposium on Cloud Computing (Indianapolis, Indiana, USA) (SoCC '10). Association for Computing Machinery, New York, NY, USA, 143--154. https://doi.org/10.1145/1807128.1807152
[12]
Western Digital Corporation. Accessed: 2024-Feb-01. dm-zap, Device mapper for converting sequential write required zones into conventional zones. https://github.com/westerndigitalcorporation/dm-zap.
[13]
Krijn Doekemeijer, Nick Tehrany, Balakrishnan Chandrasekaran, Matias Bjørling, and Animesh Trivedi. 2023. Performance Characterization of NVMe Flash Devices with Zoned Namespaces (ZNS). In 2023 IEEE International Conference on Cluster Computing (CLUSTER). IEEE, Santa Fe, NM, USA, 118--131. https://doi.org/10.1109/CLUSTER52292.2023.00018
[14]
Siying Dong, Andrew Kryczka, Yanqin Jin, and Michael Stumm. 2021. Evolution of Development Priorities in Key-value Stores Serving Large-scale Applications: The RocksDB Experience. In 19th USENIX Conference on File and Storage Technologies (FAST 21). USENIX Association, Virtual Event, 33--49. https://www.usenix.org/conference/fast21/presentation/dong
[15]
eBPF - Introduction, Tutorials & Community Resources. 2024. https://ebpf.io/. Accessed: 2024-Feb-02.
[16]
Daniel Ellard and Margo Seltzer. 2003. New NFS Tracing Tools and Techniques for System Analysis. In Proceedings of the 17th USENIX Conference on System Administration (San Diego, CA) (LISA '03). USENIX Association, USA, 73--86.
[17]
Facebook. 2024. RocksDB: A Persistent Key-Value Store for Flash and RAM Storage. https://github.com/facebook/rocksdb. Accessed: 2024-02-01.
[18]
Mingzhe Hao, Huaicheng Li, Michael Hao Tong, Chrisma Pakha, Riza O. Suminto, Cesar A. Stuardo, Andrew A. Chien, and Haryadi S. Gunawi. 2017. MittOS: Supporting Millisecond Tail Tolerance with Fast Rejecting SLO-Aware OS Interface. In Proceedings of the 26th Symposium on Operating Systems Principles (Shanghai, China) (SOSP '17). Association for Computing Machinery, New York, NY, USA, 168--183. https://doi.org/10.1145/3132747.3132774
[19]
Mingzhe Hao, Levent Toksoz, Nanqinqin Li, Edward Edberg Halim, Henry Hoffmann, and Haryadi S. Gunawi. 2020. LinnOS: Predictability on Unpredictable Flash Storage with a Light Neural Network. In 14th USENIX Symposium on Operating Systems Design and Implementation (OSDI 20). USENIX Association, Virtual Event, 173--190. https://www.usenix.org/conference/osdi20/presentation/hao
[20]
Jun He, Sudarsun Kannan, Andrea C. Arpaci-Dusseau, and Remzi H. Arpaci-Dusseau. 2017. The Unwritten Contract of Solid State Drives. In Proceedings of the Twelfth European Conference on Computer Systems (Belgrade, Serbia) (EuroSys '17). Association for Computing Machinery, New York, NY, USA, 127--144. https://doi.org/10.1145/3064176.3064187
[21]
Mohammad Hedayati, Kai Shen, Michael L. Scott, and Mike Marty. 2019. Multi-Queue Fair Queueing. In Proceedings of the 2019 USENIX Conference on Usenix Annual Technical Conference (Renton, WA, USA) (USENIX ATC '19). USENIX Association, USA, 301--314.
[22]
Jian Hu, Hong Jiang, and Prakash Manden. 2012. Understanding Performance Anomalies of SSDs and Their Impact in Enterprise Application Environment. In Proceedings of the 12th ACM SIGMETRICS/PERFORMANCE Joint International Conference on Measurement and Modeling of Computer Systems (London, England, UK) (SIGMETRICS '12). Association for Computing Machinery, New York, NY, USA, 415--416. https://doi.org/10.1145/2254756.2254820
[23]
H. Howie Huang, Shan Li, Alex Szalay, and Andreas Terzis. 2011. Performance modeling and analysis of flash-based storage devices. In 2011 IEEE 27th Symposium on Mass Storage Systems and Technologies (MSST). IEEE Computer Society, Denver, Colorado, USA, 1--11. https://doi.org/10.1109/MSST.2011.5937213
[24]
iovisor. 2024. BPFTrace. https://github.com/iovisor/bpftrace. Accessed: 2024-02-01.
[25]
Sooman Jeong, Kisung Lee, Jungwoo Hwang, Seongjin Lee, and Youjip Won. 2013. AndroStep: Android storage performance analysis tool. In Software Engineering 2013 - Workshopband, Stefan Wagner and Horst Lichter (Eds.). Gesellschaft für Informatik e.V., Bonn, 327--340.
[26]
Cheng Ji, Li-Pin Chang, Liang Shi, Chao Wu, Qiao Li, and Chun Jason Xue. 2016. An empirical study of file-system fragmentation in mobile storage systems. In Proceedings of the 8th USENIX Conference on Hot Topics in Storage and File Systems (Denver, CO) (HotStorage'16). USENIX Association, USA, 76--80.
[27]
Myoungsoo Jung and Mahmut Kandemir. 2013. Revisiting Widely Held SSD Expectations and Rethinking System-Level Implications. In Proceedings of the ACM SIGMETRICS/International Conference on Measurement and Modeling of Computer Systems (Pittsburgh, PA, USA) (SIGMETRICS '13). Association for Computing Machinery, New York, NY, USA, 203--216. https://doi.org/10.1145/2465529.2465548
[28]
Saurabh Kadekodi, Vaishnavh Nagarajan, and Gregory R. Ganger. 2018. Geriatrix: Aging what you see and what you don't see. A file system aging approach for modern storage systems. In 2018 USENIX Annual Technical Conference (USENIX ATC 18). USENIX Association, Boston, MA, 691--704. https://www.usenix.org/conference/atc18/presentation/kadekodi
[29]
Jaegeuk Kim. 2021. DEFRAG.F2FS. https://manpages.debian.org/testing/f2fs-tools/defrag.f2fs.8.en.html.
[30]
Joonsung Kim, Kanghyun Choi, Wonsik Lee, and Jangwoo Kim. 2021. Performance Modeling and Practical Use Cases for Black-Box SSDs. ACM Trans. Storage 17, 2, Article 14 (jun 2021), 38 pages. https://doi.org/10.1145/3440022
[31]
Jihun Kim, Joonsung Kim, Pyeongsu Park, Jong Kim, and Jangwoo Kim. 2018. SSD Performance Modeling Using Bottleneck Analysis. IEEE Computer Architecture Letters 17, 1 (2018), 80--83. https://doi.org/10.1109/LCA.2017.2779122
[32]
Tomer Lange, Joseph (Seffi) Naor, and Gala Yadgar. 2021. Offline and Online Algorithms for SSD Management. Proc. ACM Meas. Anal. Comput. Syst. 5, 3, Article 33 (dec 2021), 28 pages. https://doi.org/10.1145/3491045
[33]
Changman Lee, Dongho Sim, Joo-Young Hwang, and Sangyeun Cho. 2015. F2FS: A New File System for Flash Storage. In Proceedings of the 13th USENIX Conference on File and Storage Technologies (Santa Clara, CA) (FAST'15). USENIX Association, USA, 273--286.
[34]
Gyusun Lee, Seokha Shin, Wonsuk Song, Tae Jun Ham, Jae W. Lee, and Jinkyu Jeong. 2019. Asynchronous I/O stack: a low-latency kernel I/O stack for ultra-low latency SSDs. In Proceedings of the 2019 USENIX Conference on Usenix Annual Technical Conference (Renton, WA, USA) (USENIX ATC '19). USENIX Association, USA, 603--616.
[35]
Nanqinqin Li, Mingzhe Hao, Huaicheng Li, Xing Lin, Tim Emami, and Haryadi S. Gunawi. 2022. Fantastic SSD internals and how to learn and use them. In Proceedings of the 15th ACM International Conference on Systems and Storage (Haifa, Israel) (SYSTOR '22). Association for Computing Machinery, New York, NY, USA, 72--84. https://doi.org/10.1145/3534056.3534940
[36]
Shan Li and H. Howie Huang. 2010. Black-Box Performance Modeling for Solid-State Drives. In 2010 IEEE International Symposium on Modeling, Analysis and Simulation of Computer and Telecommunication Systems. IEEE Computer Society, Miami, Florida, USA, 391--393. https://doi.org/10.1109/MASCOTS.2010.48
[37]
Lanyue Lu, Andrea C. Arpaci-Dusseau, Remzi H. Arpaci-Dusseau, and Shan Lu. 2013. A Study of Linux File System Evolution. In 11th USENIX Conference on File and Storage Technologies (FAST 13). USENIX Association, San Jose, CA, 31--44. https://www.usenix.org/conference/fast13/technical-sessions/presentation/lu
[38]
Dongzhe Ma, Jianhua Feng, and Guoliang Li. 2014. A Survey of Address Translation Technologies for Flash Memories. ACM Comput. Surv. 46, 3, Article 36 (jan 2014), 39 pages. https://doi.org/10.1145/2512961
[39]
Bruce Momjian. 2001. PostgreSQL: introduction and concepts. Addison-Wesley Longman Publishing Co., Inc., USA.
[40]
Alessio Netti, Micha Müller, Carla Guillen, Michael Ott, Daniele Tafani, Gence Ozer, and Martin Schulz. 2020. DCDB Wintermute: Enabling Online and Holistic Operational Data Analytics on HPC Systems. In Proceedings of the 29th International Symposium on High-Performance Parallel and Distributed Computing (Stockholm, Sweden) (HPDC '20). Association for Computing Machinery, New York, NY, USA, 101--112. https://doi.org/10.1145/3369583.3392674
[41]
Trong-Dat Nguyen and Sang-Won Lee. 2018. Optimizing MongoDB Using Multi-streamed SSD. In Proceedings of the 7th International Conference on Emerging Databases, Wookey Lee, Wonik Choi, Sungwon Jung, and Min Song (Eds.). Springer Singapore, Singapore, 1--13.
[42]
John K. Ousterhout, Hervé Da Costa, David Harrison, John A. Kunze, Mike Kupfer, and James G. Thompson. 1985. A Trace-Driven Analysis of the UNIX 4.2 BSD File System. In Proceedings of the Tenth ACM Symposium on Operating Systems Principles (Orcas Island, Washington, USA) (SOSP '85). Association for Computing Machinery, New York, NY, USA, 15--24. https://doi.org/10.1145/323647.323631
[43]
Jian Ouyang, Shiding Lin, Song Jiang, Zhenyu Hou, Yong Wang, and Yuanzheng Wang. 2014. SDF: Software-Defined Flash for Web-Scale Internet Storage Systems. In Proceedings of the 19th International Conference on Architectural Support for Programming Languages and Operating Systems (Salt Lake City, Utah, USA) (ASPLOS '14). Association for Computing Machinery, New York, NY, USA, 471--484. https://doi.org/10.1145/2541940.2541959
[44]
Jonggyu Park and Young Ik Eom. 2021. FragPicker: A New Defragmentation Tool for Modern Storage Devices. In Proceedings of the ACM SIGOPS 28th Symposium on Operating Systems Principles (Virtual Event, Germany) (SOSP '21). Association for Computing Machinery, New York, NY, USA, 280--294. https://doi.org/10.1145/3477132.3483593
[45]
Roman Pletka, Ioannis Koltsidas, Nikolas Ioannou, Saša Tomić, Nikolaos Papandreou, Thomas Parnell, Haralampos Pozidis, Aaron Fry, and Tim Fisher. 2018. Management of Next-Generation NAND Flash to Achieve Enterprise-Level Endurance and Latency Targets. ACM Trans. Storage 14, 4, Article 33 (dec 2018), 25 pages. https://doi.org/10.1145/3241060
[46]
Vijayan Prabhakaran, Andrea C. Arpaci-Dusseau, and Remzi H. Arpaci-Dusseau. 2005. Analysis and Evolution of Journaling File Systems. In Proceedings of the Annual Conference on USENIX Annual Technical Conference (Anaheim, CA) (ATEC '05). USENIX Association, USA, 8.
[47]
Devashish R. Purandare, Sam Schmidt, and Ethan L. Miller. 2023. Persimmon: an append-only ZNS-first filesystem. In 2023 IEEE 41st International Conference on Computer Design (ICCD). IEEE, Washington, DC, USA, 308--315. https://doi.org/10.1109/ICCD58817.2023.00054
[48]
Neeraj Rajesh, Hariharan Devarajan, Jaime Cernuda Garcia, Keith Bateman, Luke Logan, Jie Ye, Anthony Kougkas, and Xian-He Sun. 2021. Apollo: An ML-Assisted Real-Time Storage Resource Observer. In Proceedings of the 30th International Symposium on High-Performance Parallel and Distributed Computing (Virtual Event, Sweden) (HPDC '21). Association for Computing Machinery, New York, NY, USA, 147--159. https://doi.org/10.1145/3431379.3460640
[49]
Drew Roselli, Jacob R. Lorch, and Thomas E. Anderson. 2000. A comparison of file system workloads. In Proceedings of the Annual Conference on USENIX Annual Technical Conference (San Diego, California) (ATEC '00). USENIX Association, USA, 4.
[50]
Abdulqawi Saif, Lucas Nussbaum, and Ye-Qiong Song. 2018. IOscope: A Flexible I/O Tracer for Workloads' I/O Pattern Characterization. In High Performance Computing, Rio Yokota, Michèle Weiland, John Shalf, and Sadaf Alam (Eds.). Springer International Publishing, Cham, 103--116.
[51]
Dongjoo Seo, Ping-Xiang Chen, Huaicheng Li, Matias Bjørling, and Nikil Dutt. 2023. Is Garbage Collection Overhead Gone? Case study of F2FS on ZNS SSDs. In Proceedings of the 15th ACM Workshop on Hot Topics in Storage and File Systems (Boston, MA, USA) (HotStorage '23). Association for Computing Machinery, New York, NY, USA, 102--108. https://doi.org/10.1145/3599691.3603409
[52]
Theano Stavrinos, Daniel S. Berger, Ethan Katz-Bassett, and Wyatt Lloyd. 2021. Don't Be a Blockhead: Zoned Namespaces Make Work on Conventional SSDs Obsolete. In Proceedings of the Workshop on Hot Topics in Operating Systems (Ann Arbor, Michigan) (HotOS '21). Association for Computing Machinery, New York, NY, USA, 144--151. https://doi.org/10.1145/3458336.3465300
[53]
V. Tarasov, S. Kumar, J. Ma, D. Hildebrand, A. Povzner, G. Kuenning, and E. Zadok. 2012. Extracting flexible, replayable models from large block traces. In Proceedings of the 10th USENIX Conference on File and Storage Technologies (San Jose, CA) (FAST '12). USENIX Association, USA, 22.
[54]
Nick Tehrany. 2023. msF2FS: Design and Implementation of an NVMe ZNS SSD Optimized F2FS File System. http://resolver.tudelft.nl/uuid:3c2b3e73-6aff-45f3-af43-31a50314b547. Accessed: 2024-02-02.
[55]
Avishay Traeger, Erez Zadok, Nikolai Joukov, and Charles P. Wright. 2008. A Nine Year Study of File System and Storage Benchmarking. ACM Trans. Storage 4, 2, Article 5 (may 2008), 56 pages. https://doi.org/10.1145/1367829.1367831
[56]
Benny Van Houdt. 2013. A Mean Field Model for a Class of Garbage Collection Algorithms in Flash-Based Solid State Drives. In Proceedings of the ACM SIGMETRICS/International Conference on Measurement and Modeling of Computer Systems (Pittsburgh, PA, USA) (SIGMETRICS '13). Association for Computing Machinery, New York, NY, USA, 191--202. https://doi.org/10.1145/2465529.2465543
[57]
Robin Verschoren and Benny Van Houdt. 2019. On the Endurance of the D-Choices Garbage Collection Algorithm for Flash-Based SSDs. ACM Trans. Model. Perform. Eval. Comput. Syst. 4, 3, Article 13 (jul 2019), 23 pages. https://doi.org/10.1145/3326121
[58]
Don H Walker. Accessed: 2024-02-02. A Comparison of NVMe and AHCI. https://sata-io.org/sites/default/files/documents/NVMe%20and%20AHCI_%20_long_.pdf.
[59]
Peng Wang, Guangyu Sun, Song Jiang, Jian Ouyang, Shiding Lin, Chen Zhang, and Jason Cong. 2014. An efficient design and implementation of LSM-tree based key-value store on open-channel SSD. In Proceedings of the Ninth European Conference on Computer Systems (Amsterdam, The Netherlands) (EuroSys '14). Association for Computing Machinery, New York, NY, USA, Article 16, 14 pages. https://doi.org/10.1145/2592798.2592804
[60]
Western Digital. Accessed: 2024-02-02. Ultrastar DC ZN540. https://www.westerndigital.com/products/internal-drives/data-center-drives/ultrastar-dc-zn540-nvme-ssd.
[61]
Western Digital. Accessed: 2024-02-02. ZenFS: RocksDB Storage Backend for ZNS SSDs and SMR HDDs. https://github.com/westerndigitalcorporation/zenfs.
[62]
Jiwon Woo, Minwoo Ahn, Gyusun Lee, and Jinkyu Jeong. 2021. D2FQ: Device-Direct Fair Queueing for NVMe SSDs. In 19th USENIX Conference on File and Storage Technologies, FAST 2021, February 23-25, 2021, Marcos K. Aguilera and Gala Yadgar (Eds.). USENIX Association, Virtual Event, 403--415. https://www.usenix.org/conference/fast21/presentation/woo
[63]
NVM Express Workgroup. 2022. NVM Express NVM Command Set Specification 2.0. Standard. Available from: https://nvmexpress.org/specifications.
[64]
Bin Yang, Xu Ji, Xiaosong Ma, Xiyang Wang, Tianyu Zhang, Xiupeng Zhu, Nosayba El-Sayed, Haidong Lan, Yibo Yang, Jidong Zhai, Weiguo Liu, and Wei Xue. 2019. End-to-end I/O Monitoring on a Leading Supercomputer. In 16th USENIX Symposium on Networked Systems Design and Implementation (NSDI 19). USENIX Association, Boston, MA, 379--394. https://www.usenix.org/conference/nsdi19/presentation/yang
[65]
Jingpei Yang, Rajinikanth Pandurangan, Changho Choi, and Vijay Balakrishnan. 2017. AutoStream: Automatic Stream Management for Multi-Streamed SSDs. In Proceedings of the 10th ACM International Systems and Storage Conference (Haifa, Israel) (SYSTOR '17). Association for Computing Machinery, New York, NY, USA, Article 3, 11 pages. https://doi.org/10.1145/3078468.3078469
[66]
Lihua Yang, Fang Wang, Zhipeng Tan, Dan Feng, Jiaxing Qian, and Shiyun Tu. 2020. ARS: Reducing F2FS Fragmentation for Smartphones Using Decision Trees. In Proceedings of the 23rd Conference on Design, Automation and Test in Europe (Grenoble, France) (DATE '20). EDA Consortium, San Jose, CA, USA, 1061--1066.

Cited By

View all
  • (2024)Exploring I/O Management Performance in ZNS with ConfZNS++Proceedings of the 17th ACM International Systems and Storage Conference10.1145/3688351.3689160(162-177)Online publication date: 16-Sep-2024

Recommendations

Comments

Please enable JavaScript to view thecomments powered by Disqus.

Information & Contributors

Information

Published In

cover image ACM Conferences
CHEOPS '24: Proceedings of the 4th Workshop on Challenges and Opportunities of Efficient and Performant Storage Systems
April 2024
38 pages
ISBN:9798400705380
DOI:10.1145/3642963
This work is licensed under a Creative Commons Attribution International 4.0 License.

Sponsors

Publisher

Association for Computing Machinery

New York, NY, United States

Publication History

Published: 14 May 2024

Check for updates

Author Tags

  1. Profiling
  2. Tracing
  3. Visualization
  4. ZNS SSDs
  5. eBPF

Qualifiers

  • Research-article
  • Research
  • Refereed limited

Funding Sources

Conference

EuroSys '24
Sponsor:

Acceptance Rates

Overall Acceptance Rate 6 of 8 submissions, 75%

Upcoming Conference

EuroSys '25
Twentieth European Conference on Computer Systems
March 30 - April 3, 2025
Rotterdam , Netherlands

Contributors

Other Metrics

Bibliometrics & Citations

Bibliometrics

Article Metrics

  • Downloads (Last 12 months)348
  • Downloads (Last 6 weeks)56
Reflects downloads up to 20 Jan 2025

Other Metrics

Citations

Cited By

View all
  • (2024)Exploring I/O Management Performance in ZNS with ConfZNS++Proceedings of the 17th ACM International Systems and Storage Conference10.1145/3688351.3689160(162-177)Online publication date: 16-Sep-2024

View Options

View options

PDF

View or Download as a PDF file.

PDF

eReader

View online with eReader.

eReader

Login options

Media

Figures

Other

Tables

Share

Share

Share this Publication link

Share on social media