lscpu: Lists the CPU Information for the Current Machine

View source: R/lscpu.R

lscpuR Documentation

Lists the CPU Information for the Current Machine

Description

Lists the CPU Information for the Current Machine

Usage

lscpu()

Details

This function queries lscpu 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.

See Also

cpu_info()

Examples

info <- lscpu()
print(info)


ucsf-wynton/wyntonquery documentation built on May 15, 2024, 6:23 a.m.