DEVINFO(8) BSD System Manager's Manual DEVINFO(8)NAME
devinfo -- print information about system device configuration
SYNOPSIS
devinfo [-rv]
devinfo -u
DESCRIPTION
The devinfo utility, without any arguments, shows the hierarchy of devices available in the system, starting from the ``nexus'' device.
The following options are accepted.
-r Causes hardware resource information (such as IRQ, I/O ports, I/O memory addresses) to be also listed, under each device that has
reserved those resources.
-u Displays the same information as with -r but sorts by resource type rather than by device, allowing to review the set of system
resources by usage and available resources. I.e., it lists all the IRQ consumers together.
-v Display all devices in the driver tree, not just those that are attached or busy. Without this flag, only those devices that have
attached are reported.
SEE ALSO systat(1), devinfo(3), iostat(8), pciconf(8), pnpinfo(8), vmstat(8), devclass(9), device(9)AUTHORS
Mike Smith <msmith@FreeBSD.org>
BSD November 28, 2005 BSD
Check Out this Related Man Page
devinfo(1M) System Administration Commands devinfo(1M)NAME
devinfo - print device specific information
SYNOPSIS
/usr/sbin/devinfo -i device
/usr/sbin/devinfo -p device
DESCRIPTION
The devinfo command is used to print device specific information about disk devices on standard out. The command can only be used by the
superuser.
OPTIONS -i Prints the following device information:
o Device name
o Software version (not supported and prints as 0)
o Drive id number (not supported and prints as 0)
o Device blocks per cylinder
o Device bytes per block
o Number of device partitions with a block size greater than zero
-p Prints the following device partition information:
o Device name
o Device major and minor numbers (in hexadecimal)
o Partition start block
o Number of blocks allocated to the partition
o Partition flag
o Partition tag
This command is used by various other commands to obtain device specific information for the making of file systems and determining parti-
tion information. If the device cannot be opened, an error message is reported.
OPERANDS
device Device name.
EXIT STATUS
0 Successful operation.
2 Operation failed.
ATTRIBUTES
See attributes(5) for descriptions of the following attributes:
+-----------------------------+-----------------------------+
| ATTRIBUTE TYPE | ATTRIBUTE VALUE |
+-----------------------------+-----------------------------+
|Availability |SUNWcsu |
+-----------------------------+-----------------------------+
SEE ALSO prtvtoc(1M), attributes(5)SunOS 5.10 8 May 1997 devinfo(1M)
Can anyone tell me what to look for in terms of abnormal numbers on vmstat or iostat?
I have a box with figures pbelow, how would I tell if it's underperforming & what remedies \ perfomance tuning could I perform?
thanks all
-------------------------------------
-vmstat 5 5
kthr ... (4 Replies)
Hi Community,
I'm looking for a linux based utility for monitoring following system resources
1. Memory
2. CPU Usage
I know there are plenty freewares which poll the data and print in form of html pages. For eg. MRTG, Novel's Linux Monitoring tools etc.
But my requirement is deviated a... (1 Reply)
Guys,
I'm here again with more questions.
I have been asked to perform the following in a few servers:
Check:
OS system messages review
Non-intrusive tests of the hardware
SAN and network(ports,bandwidth and firewall/load balancer checks
Any input how to accomplish all this?
... (0 Replies)
what does the fields in /etc/cron.d/systat mean?
my systat file contains
# Run system activity accounting tool every 10 minutes
*/10 * * * * root /usr/lib/sa/sa1 -S DISK 1 1
# 0 * * * * root /usr/lib/sa/sa1 -S DISK 600 6 &
# Generate a daily summary of process accounting at 23:53
53 23 * *... (9 Replies)
Hello everyone. I feel that I'm about to answer my own question, but I just want to be sure that I'm right. I know computers all use, at a very low level, the IRQ system of interrupting the CPU when it needs something. My questions are as follows:
1. Does the device in question, say.. a mouse,... (1 Reply)