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-wynton/wyntonquery documentation built on May 15, 2024, 6:23 a.m.