ps_disk_io_counters {ps}R Documentation

System-wide disk I/O counters

Description

Returns a data.frame of system-wide disk I/O counters.

Usage

ps_disk_io_counters()

Details

Includes the following non-NA fields for all supported platforms:

And for only some platforms:

Value

A data frame of one row per disk of I/O stats, with columns name, read_count read_merged_count read_bytes, read_time, write_count, write_merged_count, write_bytes write_time, and busy_time.

See Also

Other disk functions: ps_disk_partitions(), ps_disk_usage()

Examples


ps_disk_io_counters()


[Package ps version 1.8.1 Index]