English

Nature of System Calls in CPU-centric Computing Paradigm

Operating Systems 2019-03-12 v1

Abstract

Modern operating systems are typically POSIX-compliant with major system calls specified decades ago. The next generation of non-volatile memory (NVM) technologies raise concerns about the efficiency of the traditional POSIX-based systems. As one step toward building high performance NVM systems, we explore the potential dependencies between system call performance and major hardware components (e.g., CPU, memory, storage) under typical user cases (e.g., software compilation, installation, web browser, office suite) in this paper. We build histograms for the most frequent and time-consuming system calls with the goal to understand the nature of distribution on different platforms. We find that there is a strong dependency between the system call performance and the CPU architecture. On the other hand, the type of persistent storage plays a less important role in affecting the performance.

Keywords

Cite

@article{arxiv.1903.04075,
  title  = {Nature of System Calls in CPU-centric Computing Paradigm},
  author = {Viacheslav Dubeyko and Om Rameshwar Gatla and Mai Zheng},
  journal= {arXiv preprint arXiv:1903.04075},
  year   = {2019}
}
R2 v1 2026-06-23T08:03:44.381Z