hw.info {pbdPAPI}R Documentation

Hardware Information

Description

This function returns some basic hardware information.

Usage

hw.info()

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

## Not run: 
library(pbdPAPI)

hw.info()

## End(Not run)


[Package pbdPAPI version 0.3-2 Index]