get_device_read_speeds: Function to run the 'hdparm' programme to get devices' read...

View source: R/get_device_read_speeds.R

get_device_read_speedsR Documentation

Function to run the hdparm programme to get devices' read speeds, typically for hard discs.

Description

get_device_read_speeds will usually require elevated privileges to run.

Usage

get_device_read_speeds(device = "/dev/sda1", verbose = FALSE)

Arguments

device

A vector of devices to get read speeds for.

verbose

Should the function give messages?

Value

Tibble.

Author(s)

Stuart K. Grange


skgrange/systemr documentation built on April 18, 2024, 2:23 a.m.