Skip to main content

Showing 1–5 of 5 results for author: Doekemeijer, K

Searching in archive cs. Search in all archives.
.
  1. arXiv:2504.17883  [pdf, ps, other

    cs.PF astro-ph.IM

    PowerSensor3: A Fast and Accurate Open Source Power Measurement Tool

    Authors: Steven van der Vlugt, Leon Oostrum, Gijs Schoonderbeek, Ben van Werkhoven, Bram Veenboer, Krijn Doekemeijer, John W. Romein

    Abstract: Power consumption is a major concern in data centers and HPC applications, with GPUs typically accounting for more than half of system power usage. While accurate power measurement tools are crucial for optimizing the energy efficiency of (GPU) applications, both built-in power sensors as well as state-of-the-art power meters often lack the accuracy and temporal granularity needed, or are impracti… ▽ More

    Submitted 24 April, 2025; originally announced April 2025.

    Comments: International Symposium on Performance Analysis of Systems and Software (ISPASS-2025) May 11-13, 2025, Ghent, Belgium

  2. arXiv:2310.19094  [pdf, other

    cs.DC

    Performance Characterization of NVMe Flash Devices with Zoned Namespaces (ZNS)

    Authors: Krijn Doekemeijer, Nick Tehrany, Balakrishnan Chandrasekaran, Matias Bjørling, Animesh Trivedi

    Abstract: The recent emergence of NVMe flash devices with Zoned Namespace support, ZNS SSDs, represents a significant new advancement in flash storage. ZNS SSDs introduce a new storage abstraction of append-only zones with a set of new I/O (i.e., append) and management (zone state machine transition) commands. With the new abstraction and commands, ZNS SSDs offer more control to the host software stack than… ▽ More

    Submitted 29 October, 2023; originally announced October 2023.

    Comments: Paper to appear in the https://clustercomp.org/2023/program/

  3. arXiv:2307.11866  [pdf, other

    cs.OS

    A Survey on the Integration of NAND Flash Storage in the Design of File Systems and the Host Storage Software Stack

    Authors: Nick Tehrany, Krijn Doekemeijer, Animesh Trivedi

    Abstract: With the ever-increasing amount of data generate in the world, estimated to reach over 200 Zettabytes by 2025, pressure on efficient data storage systems is intensifying. The shift from HDD to flash-based SSD provides one of the most fundamental shifts in storage technology, increasing performance capabilities significantly. However, flash storage comes with different characteristics than prior HD… ▽ More

    Submitted 21 July, 2023; originally announced July 2023.

  4. arXiv:2307.11860  [pdf, other

    cs.OS

    Understanding (Un)Written Contracts of NVMe ZNS Devices with zns-tools

    Authors: Nick Tehrany, Krijn Doekemeijer, Animesh Trivedi

    Abstract: Operational and performance characteristics of flash SSDs have long been associated with a set of Unwritten Contracts due to their hidden, complex internals and lack of control from the host software stack. These unwritten contracts govern how data should be stored, accessed, and garbage collected. The emergence of Zoned Namespace (ZNS) flash devices with their open and standardized interface allo… ▽ More

    Submitted 21 July, 2023; originally announced July 2023.

  5. arXiv:2205.07975  [pdf, other

    cs.AR cs.DB

    Key-Value Stores on Flash Storage Devices: A Survey

    Authors: Krijn Doekemeijer, Animesh Trivedi

    Abstract: Key-value stores (KV) have become one of the main components of the modern storage and data processing system stack. With the increasing need for timely data analysis, performance becomes more and more critical. In the past, these stores were frequently optimised to run on HDD and DRAM devices. However, the last decade saw an increased interest in the use of flash devices because of their attracti… ▽ More

    Submitted 11 May, 2022; originally announced May 2022.

    ACM Class: H.3.4; A.1