IOSTAT monitoring


 
Thread Tools Search this Thread
Top Forums Shell Programming and Scripting IOSTAT monitoring
# 1  
Old 02-10-2012
IOSTAT monitoring

Does anyone have an example of IOSTAT -eE in a script???????
Need to see the syntax in a script
# 2  
Old 02-10-2012
What UNIX accept iostat in capital letters?
You know not giving your OS and version doesn't help...
My mac OSX 10.5 has no -eE option for iostat...
# 3  
Old 02-10-2012
COme on give me a break, you knew what I meant, help with the question or go away iostat -eiE that better?

---------- Post updated at 02:51 PM ---------- Previous update was at 02:51 PM ----------

This is a solaris 11 OS
# 4  
Old 02-12-2012
@walnutpony123
Imagine that you were paying $1000 per hour for a specialist to write software but that you were tied to your original specification.

Quote:
Does anyone have an example of IOSTAT -eE in a script???????
Need to see the syntax in a script

COme on give me a break, you knew what I meant, help with the question or go away iostat -eiE that better?
Without knowing what Operating System and version you have or what Shell you use or what you are trying to do, we could drag this out for weeks and make a small fortune.
# 5  
Old 02-12-2012
Experienced programmers get these kinds of specs from users all the time. The first thing you (as an experienced programmer) do is to cut through all of the assumptions.

In this case you have assumed an OS, some sort of shell. iostat has POSIX (standard behaviors) and possibly some add-ons in each UNIX OS. Shells are VERY different - you try process substitution in bash vs ksh if you want an example.... We do not know these things about your request because we all sent our crystal balls in for repair. So anything we provide is likely pointless for you, and a real a waste of your time and ours.


This is how it works in the real world of being a sysadmin or a programmer. Period.

OKAY? So help us out here. If you had to pay our salaries, you'd have to sell your house and your car. So be nice. We are here to help, not harass.
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

Iostat inconsistent avgrq-sz

Hi Experts, I have an issue with performance of oracle, the db sits on EBS volumes on and aws EC2 instance. I have captured the iostat data and feed it to iostat_plotter to forward it to the DB administrators. However what I'm trying to understand is the variable avgrq-sz, it is quite in... (0 Replies)
Discussion started by: maverick_here
0 Replies

2. AIX

Help with iostat

Hello, I support Oracle 11g on AIX 7.1. Using the command $iostat -D hdisk2 hdisk4 hdisk5 5 I get the following output: hdisk5 xfer: %tm_act bps tps bread bwrtn 44.0 1.4M 178.2 1.4M 14.7K read: ... (3 Replies)
Discussion started by: oracledba1024
3 Replies

3. Solaris

How to use IOSTAT command

Hello everyone, Can you please explain me what kind of information do IOSTAT show ? iostat -xnz 3 show me those informations: The I/O of the c0t0d0 disk is normal ? extended device statistics r/s w/s kr/s kw/s wait actv wsvc_t asvc_t %w %b device 0.0 ... (3 Replies)
Discussion started by: adilyos
3 Replies

4. Solaris

iostat -En errors

I all, I would like to know what are the causes of : -soft error -harderror -transport error and how to avoid and repare them. I got the iostat out put below: atng-mm01% iostat -En | grep -i hard c0t0d0 Soft Errors: 1 Hard Errors: 0 Transport Errors: 0 c0t0d1 ... (3 Replies)
Discussion started by: zaza
3 Replies

5. Red Hat

iostat on Redhat 5

A find for the "iostat" command on a redhat 5 update 4 comes back with no results. Any separate rpm needs to be installed to get the binary for this ? Thanks in advance. (1 Reply)
Discussion started by: uxadmin007
1 Replies

6. Shell Programming and Scripting

iostat on solaris

Friends. I have to compare iostat -x output with a tool on solaris. Now there is column called wait in the output field which is showing zero. Now, in order to create some load on my system this is what i am doing I am creating a file using dd command , the size of which is... (5 Replies)
Discussion started by: achak01
5 Replies

7. Solaris

iostat -Eni

Sorry for asking basics. What exactly is the situation if device ID is same in iostat -Eni. What we must do then? Is there any relation b/w iostat and cfgadm? (3 Replies)
Discussion started by: mayahari
3 Replies

8. AIX

how to identified this iostat value

Hi All AIX expert i'm using AIX 5.2 When i execute this command which is : ---------------------------------------------------------------------- >> iostat -a System configuration: lcpu=4 disk=30 tty: tin tout avg-cpu: % user % sys % idle % iowait ... (2 Replies)
Discussion started by: adzuanamir
2 Replies

9. Filesystems, Disks and Memory

Help with iostat ...

All, I am attempting to help tune a Sun for better performance (mainly for SAS 9.1), and have found indicators pointing to poor I/O utilization. I have run iostat -cx, and found one device in particular where the %w is in the 90's during processing. I have a feeling that this is where the SAS... (3 Replies)
Discussion started by: dj_is
3 Replies

10. UNIX for Advanced & Expert Users

iostat output what is that mean

Hi all, i have run iostat -em, and get below result. Can i know what is this output meaning, and how to fix that problem. iostat -em ---- errors --- device s/w h/w trn tot sd7 0 1 0 1 sd8 1 1 0 2 sd9 0 1 0 1 sd10 0 ... (2 Replies)
Discussion started by: foongkt5220
2 Replies
Login or Register to Ask a Question