hw.info: Hardware Information

Description Usage Details Value Examples

Description

This function returns some basic hardware information.

Usage

1

Details

If you are submitting a bug to the pbdPAPI developers, please include the output of hw.info(). You may also be asked to submit the output of pbdPAPI:::hw.info.internal().

Value

The return is a list consisting of:

vendor Hardware vendor.
model CPU model.
codename CPU codename.
clockrate Clock rate in MHz.
ncpus The number of "cores" (physical + logical) detected.

Examples

1
2
3
4
5
6
## Not run: 
library(pbdPAPI)

hw.info()

## End(Not run)

RBigData/pbdPAPI documentation built on May 8, 2019, 5:48 a.m.