Skip to main content

devstat

Plugin: freebsd.plugin Module: devstat

Overview

Collect information per hard disk available on host.

The plugin calls sysctl function to collect necessary data.

This collector is supported on all platforms.

This collector supports collecting metrics from multiple instances of this integration, including remote instances.

Default Behavior

Auto-Detection

This integration doesn't support auto-detection.

Limits

The default configuration for this integration does not impose any limits on data collection.

Performance Impact

The default configuration for this integration is not expected to impose a significant performance impact on the system.

Metrics

Metrics grouped by scope.

The scope defines the instance that the metric belongs to. An instance is uniquely identified by a set of labels.

Per devstat instance

These metrics give a general vision about I/O events on disks.

This scope has no labels.

Metrics:

MetricDimensionsUnit
system.ioio, outKiB/s

Per disk

This scope has no labels.

Metrics:

MetricDimensionsUnit
disk.ioreads, writes, freesKiB/s
disk.opsreads, writes, other, freesoperations/s
disk.qopsoperationsoperations
disk.utilutilization% of time working
disk.iotimereads, writes, other, freesmilliseconds/s
disk.awaitreads, writes, other, freesmilliseconds/operation
disk.avgszreads, writes, freesKiB/operation
disk.svctmsvctmmilliseconds/operation

Alerts

The following alerts are available:

Alert nameOn metricDescription
10min_disk_utilization disk.utilaverage percentage of time ${label:device} disk was busy over the last 10 minutes

Setup

Prerequisites

No action required.

Configuration

File

The configuration file name for this integration is netdata.conf. Configuration for this specific integration is located in the [plugin:freebsd:kern.devstat] section within that file.

The file format is a modified INI syntax. The general structure is:

[section1]
option1 = some value
option2 = some other value

[section2]
option3 = some third value

You can edit the configuration file using the edit-config script from the Netdata config directory.

cd /etc/netdata 2>/dev/null || cd /opt/netdata/etc/netdata
sudo ./edit-config netdata.conf

Options

Config options
NameDescriptionDefaultRequired
enable new disks detected at runtimeEnable or disable possibility to detect new disks.autono
performance metrics for pass devicesEnable or disable metrics for disks with type PASS.autono
total bandwidth for all disksEnable or disable total bandwidth metric for all disks.yesno
bandwidth for all disksEnable or disable bandwidth for all disks metric.autono
operations for all disksEnable or disable operations for all disks metric.autono
queued operations for all disksEnable or disable queued operations for all disks metric.autono
utilization percentage for all disksEnable or disable utilization percentage for all disks metric.autono
i/o time for all disksEnable or disable I/O time for all disks metric.autono
average completed i/o time for all disksEnable or disable average completed I/O time for all disks metric.autono
average completed i/o bandwidth for all disksEnable or disable average completed I/O bandwidth for all disks metric.autono
average service time for all disksEnable or disable average service time for all disks metric.autono
disable by default disks matchingDo not create charts for disks listed.no

Examples

There are no configuration examples.


Do you have any feedback for this page? If so, you can open a new issue on our netdata/learn repository.