GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
DISKINFO(8) FreeBSD System Manager's Manual DISKINFO(8)

diskinfo
get information about disk device

diskinfo [-citSvw] disk ...

diskinfo [-p] disk ...

diskinfo [-s] disk ...

The diskinfo utility prints out information about a disk device, and optionally runs a naive performance test on the device.

The following options are available:

Print fields one per line with a descriptive comment.
Perform a simple measurement of the I/O read command overhead.
Perform a simple IOPS benchmark.
Return the physical path of the disk. This is a string that identifies the physical path to the disk in the storage enclosure.
Return the disk ident, usually the serial number.
Perform synchronous random write test (ZFS SLOG test), measuring time required to write data blocks of different size and flush disk cache. Blocks of more then 128KB are written with multiple parallel operations.
Perform a simple and rather naive benchmark of the disks seek and transfer performance.
Allow disruptive write tests.

If given no arguments, the output will be a single line per specified device with the following fields: device name, sectorsize, media size in bytes, media size in sectors, stripe size, stripe offset, firmware cylinders, firmware heads, and firmware sectors. The last three fields are only present if the information is available.

The diskinfo command appeared in FreeBSD 5.1.

The diskinfo utility was written by Poul-Henning Kamp <phk@FreeBSD.org>.

There are in order of increasing severity: lies, damn lies, statistics, and computer benchmarks.
July 4, 2017 FreeBSD 13.1-RELEASE

Search for    or go to Top of page |  Section 8 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.