Operating System - HP-UX
1833838 Members
2090 Online
110063 Solutions
New Discussion

sar -y o/p description reqd

 
Naveen Shetty
Frequent Advisor

sar -y o/p description reqd

Hi All,

I have a query as below, kindly if some one can put some light on this..!

I have a K460 Server with Hp-Ux 11.0 & MDP connected. MDP is being used for MODEM dialing.
I have a problem like server hanging intermittently without any FLT codes neither any log.

What could be noticed is there are huge no.of rawch/s when being observered thru sar -y o/p.

Pls find the attachment for details.

Kindly if someone suggest are these values shown thru sar -y o/p safe or not..!

Thanks in advance..!
Naveen Shetty.
Queries
2 REPLIES 2
steven Burgess_2
Honored Contributor

Re: sar -y o/p description reqd

-y Report tty device activity:

rawch/s Raw input characters per second;
canch/s Input characters per second processed
by canon();
outch/s Output characters per second;
rcvin/s Receive incoming character interrupts
per second;
xmtin/s Transmit outgoing character interrupts
per second;
mdmin/s Modem interrupt rate (not supported;
always 0).

They are not warnings just stats

Have a look at man sar for more info

Steve
take your time and think things through
steven Burgess_2
Honored Contributor

Re: sar -y o/p description reqd

Hi

Here is an output from one of our sites that uses dtc's and terminals - There are about 20 -30 users on this site

12:40:49 rawch/s canch/s outch/s rcvin/s xmtin/s mdmin/s
12:40:51 27 0 7544 0 0 0
12:40:53 18 0 2874 0 0 0
12:40:55 42 0 4369 0 0 0
12:40:57 8 0 6373 0 0 0
12:40:59 7 0 1970 0 0 0
12:41:01 6 0 90 0 0 0
12:41:03 28 0 3691 0 0 0
12:41:05 38 0 2799 0 0 0
12:41:07 24 0 4038 0 0 0
12:41:09 17 0 2049 0 0 0

Average 22 0 3580 0 0 0
take your time and think things through