Sponsored Content
Full Discussion: io by filesystem???
Top Forums UNIX for Advanced & Expert Users io by filesystem??? Post 94080 by priceb on Tuesday 27th of December 2005 11:16:19 AM
Old 12-27-2005
io by filesystem???

I'm cross-posting from the "Unix for Dummies Q&A" forum as I didn't get any response there.

I'm wanting to drill down one level deeper from iostat. For example, for the following iostat output, I'd like to now understand the io for hdisk2 by filesystem:

Disks: % tm_act Kbps tps Kb_read Kb_wrtn
hdisk3 4.7 1792.0 80.7 0 5376
hdisk1 7.0 1997.3 95.3 80 5912
hdisk2 8.3 2962.7 85.7 4148 4740


Another question, is there a way to easily list all filesystems related to a given hdisk??
 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Filesystem ??

Here is what the output of the df command $df -h Filesystem Size Used Avail Use% Mounted on /dev/dasda1 2.2G 1.0G 1.1G 50% / /dev/dasdb1 2.2G 1.1G 1.0G 51% /usr /dev/dasdc1 2.2G 234M 1.9G 11% /var /dev/dasdd1 2.2G 1.2G 972M ... (5 Replies)
Discussion started by: darthur
5 Replies

2. UNIX for Dummies Questions & Answers

io by filesystem??

I'm wanting to drill down one level deeper that iostat. For example, for the following iostat output, I'd like to now understand the io for hdisk2 by filesystem: Disks: % tm_act Kbps tps Kb_read Kb_wrtn hdisk3 4.7 1792.0 80.7 0 5376 hdisk1... (2 Replies)
Discussion started by: priceb
2 Replies

3. UNIX for Dummies Questions & Answers

filesystem

hi, had a basic question. Inspite of deletion files from a filesystem(belonging to non-rootvg), the filesystem says 99% full. can someone suggest something? except reboot could someone tell me how to proceed? thanks (1 Reply)
Discussion started by: karthikosu
1 Replies

4. UNIX for Dummies Questions & Answers

How to know about filesystem

HI Gurus, I would like to know how can i know the dates when the filesystem was added to the server. Thanks Shaan (3 Replies)
Discussion started by: shaan_dmp
3 Replies

5. UNIX for Dummies Questions & Answers

filesystem

i am about to install oracle on my solaris x86-64 This installation require 4Gb space and i qish to do this installation on the directory /u01/app/oracle The following was my approch mkdir -p /u01/app/oracle i then use the command below to see if there is enough space # df -h... (6 Replies)
Discussion started by: seyiisq
6 Replies

6. Solaris

filesystem

partition> print Current partition table (original): Total disk cylinders available: 15934 + 2 (reserved cylinders) Part Tag Flag Cylinders Size Blocks 0 root wm 3 - 959 14.66GB (957/0/0) 30748410 1 swap wu 960 - ... (2 Replies)
Discussion started by: seyiisq
2 Replies

7. Solaris

Filesystem - error when extend the filesystem

Hi all, currently , my root filesystem already reach 90 ++% I already add more cylinder in the root partition as below Part Tag Flag Cylinders Size Blocks 0 root wm 67 - 5086 38.46GB (5020/0/0) 80646300 1 swap wu 1 - ... (11 Replies)
Discussion started by: SmartAntz
11 Replies

8. UNIX for Dummies Questions & Answers

hwo to find shared filesystem and local filesystem in AIX

Hi, I wanted to find out that in my database server which filesystems are shared storage and which filesystems are local. Like when I use df -k, it shows "filesystem" and "mounted on" but I want to know which one is shared and which one is local. Please tell me the commands which I can run... (2 Replies)
Discussion started by: kamranjalal
2 Replies

9. Solaris

Solaris Filesystem vs. Windows FileSystem

Hi guys! Could you tell me what's the difference of filesystem of Solaris to filesystem of Windows? I need to compare both. I have read some over the net but it's so much technical. Could you explain it in a more simpler term? I am new to Solaris. Hope you help me guys. Thanks! (4 Replies)
Discussion started by: arah
4 Replies

10. AIX

Mount Filesystem in AIX Unable to read /etc/filesystem

Dear all, We are facing prolem when we are going to mount AIX filesystem, the system returned the following error 0506-307The AFopen call failed : A file or directory in the path name does not exist. But when we ls filesystems in the /etc/ directory it show -rw-r--r-- 0 root ... (2 Replies)
Discussion started by: m_raheelahmed
2 Replies
iostat(1)						      General Commands Manual							 iostat(1)

NAME
iostat - Reports I/O statistics SYNOPSIS
iostat [drive...] [interval] [count] OPERANDS
Forces iostat to display specific drives. If drive is not specified (or the specified drive does not exist on the system or cluster, iostat displays the first two drives (even if more than two disk drives are configured in the system). Causes iostat to report once each interval seconds. The first report is for all time since the system was last booted, and each subsequent report is for the last interval only.The value must not be 0. Specifies the number of reports. For example, iostat 1 10 would produce 10 reports at 1-second intervals. You cannot specify count without interval because the first numeric argument to iostat is assumed to be interval. DESCRIPTION
The iostat command reports the following information: For terminals (collectively), the number of characters read and written per second. For each disk, the number of transfers per second and bytes transferred per second (in kilobytes). For the system, the percentage of time the system has spent in user mode, in user mode running low priority (nice) processes, in system mode, and idling. To compute this information, iostat counts data transfer completions, the number of words transferred for each disk, and the collective number of input and output characters for terminals. Also, each sixtieth of a second, iostat examines the state of each disk and makes a tally if the disk is active. When you issue an iostat command on a cluster member, it displays statistics only for those disks that are local to the member and that member's usage of those shared disks that it has mounted. It displays 0 for other disks in the cluster (those it doesn't have mounted), regardless of whether they are on the shared bus or are local to some other member. EXAMPLES
The output from this example displays cpu, terminal, and disk statistics for the first two disks on the system providing 5 reports at 1 second intervals: # iostat 1 5 tty floppy1 dsk9 cpu tin tout bps tps bps tps us ni sy id 0 3 0 0 0 0 1 0 4 95 4 58 0 0 0 0 1 0 2 97 1 53 0 0 0 0 0 0 2 98 5 59 0 0 0 0 1 0 1 98 6 60 0 0 0 0 1 0 2 97 The second example specifies device names in the command: # iostat dsk2 dsk3 cdrom2 tty dsk2 cdrom2 dsk3 cpu tin tout bps tps bps tps bps tps us ni sy id 0 13 11 5 5 2 2427 1213 0 1 1 98 SEE ALSO
Commands:vmstat(1) iostat(1)
All times are GMT -4. The time now is 04:54 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy