mem_info: Lists the Memory Information for the Current Machine

View source: R/mem_info.R

mem_infoR Documentation

Lists the Memory Information for the Current Machine

Description

Lists the Memory Information for the Current Machine

Usage

mem_info()

Details

This function reads/queries ⁠/proc/meminfo⁠ on the current machine.

Value

A data.frame (tibble) with the two columns field and value. For most CPUs, there will be duplicated field:s.

Examples

info <- mem_info()
print(info)


UCSF-HPC/wyntonquery documentation built on March 6, 2025, 1:12 a.m.