Sponsored Content
Operating Systems Solaris Anyone help to interpretate os statistics Post 302532536 by giteshtrivedi on Tuesday 21st of June 2011 08:38:25 AM
Old 06-21-2011
Anyone help to interpretate os statistics

Hi,

Can anyone help me to explain following statistics of my unix box.

Code:
/usr/sbin/swap -l 
swapfile dev swaplo blocks free  
/dev/dsk/c4 118,771 16 33560432 33319776 
/dev/dsk/c4 118,763 16 33560432  33327184

Code:
/usr/sbin/swap -s 
total: 13429368k bytes allocated +  9830880k reserved = 23260248k used, 19836488k available

Code:
vmstat 2 10  
kthr memory page disk faults cpu 
r b w swap free re mf pi po fr de sr m1  m1 m1 m2 in sy cs us sy id 
2 0 0 19487048 7841432 6125 3258 77664 173 172 0  1 4 0 1 4 13260 18444 9986 37 12 51 
0 0 0 19833456 8558136 1283 6426 18014  47 47 0 0 13 0 0 13 2883 16154 3389 6 9 85 
0 0 0 19843856 8563872 1287 6675  16380 207 207 0 0 17 2 0 17 3154 16243 2914 7 8 85 
0 0 0 19845080 8564240  345 18 15058 0 0 0 0 0 0 0 0 3007 1056 1787 3 1 95 
0 0 0 19828744 8544472  1685 7569 8983 40 36 0 0 15 0 0 15 4843 19042 4446 10 11 78 
0 0 0 19845848  8553488 1241 5343 14277 279 279 0 0 5 0 0 5 4827 11690 3605 6 7 87 
0 0 0  19845848 8530856 352 69 2162 0 0 0 0 0 0 0 0 11214 2556 4523 5 3 92 
0 0 0  19845848 8498616 46 11 195 0 0 0 0 0 0 0 0 11324 2326 4255 5 3 92 
0 0 0  19831616 8460432 2073 12800 207 759 755 0 0 25 0 0 25 12545 28490 7666 12 18 70  
0 0 0 19845720 8442104 44 217 164 359 359 0 0 1 0 0 0 11048 2281 4180 4 3 92

Code:
ipcs -pmb 
IPC status from <running system> as of Tue Jun 21  05:48:16 EDT 2011 
T ID KEY MODE OWNER GROUP SEGSZ CPID LPID 
Shared  Memory: 
m 17 0xcf8f2fcc --rw-r----- oracle dba 8192 1019 12404 
m 16 0  --rw-r----- oracle dba 150994944 1019 12404 
m 15 0 --rw-r----- oracle dba  150994944 1019 12404 
m 14 0 --rw-r----- oracle dba 134217728 1019 12404  
m 13 0 --rw-r----- oracle dba 805306368 1019 12404 
m 11 0xf2bc407c  --rw-r----- oracle dba 16384 913 17935 
m 10 0 --rw-r----- oracle dba  553648128 913 17935 
m 9 0 --rw-r----- oracle dba 603979776 913 17935 
m 8  0 --rw-r----- oracle dba 536870912 913 17935 
m 7 0 --rw-r----- oracle dba  3690987520 913 17935 
m 5 0x12882000 --rw-r----- oracle dba 32768 694 17458  
m 4 0 --rw-r----- oracle dba 1660944384 694 17458 
m 3 0 --rw-r-----  oracle dba 1677721600 694 17458 
m 2 0 --rw-r----- oracle dba 1660944384 694  17458 
m 1 0 --rw-r----- oracle dba 7902068736 694 17458

I am confusing about to say how much real memory consuming and free size of real memory.


Thanks and regards,
gt

Last edited by pludi; 06-21-2011 at 11:51 AM..
 

8 More Discussions You Might Find Interesting

1. Programming

Server Statistics ?

I'm trying to write a C program to view server statistics such as: - server general information - CPU usage - memory usage - running processes Cany anybody gives me hints on those system calls ?? ps: I'm using Tru64 unix (6 Replies)
Discussion started by: Agent007
6 Replies

2. UNIX for Advanced & Expert Users

Getting Socket statistics

Is there any way to get the file descriptor statistics of a socket file descriptor? I know that the fstat, stat system calls are for this purpose, but I want to know it there any way to get socket connection statistics for a file descriptor(like socket flags, connection type etc). Does /proc... (3 Replies)
Discussion started by: comp_wizard07
3 Replies

3. Solaris

how to get server statistics

Hello What commands can give following type of information about the server: Time: 20080331.12:10:39 Current CPU: 97.0% Current Memory: 3.7% Current Disk Space: 76% The resources on server is currently not available. Current CPU, Memory, or Disk Space is exceeding threshold Waiting for... (2 Replies)
Discussion started by: shalua
2 Replies

4. HP-UX

packets statistics

Hi there, are there any functions that can get the packets statistics on UNIX ? thanks. (2 Replies)
Discussion started by: Frank2004
2 Replies

5. AIX

Statistics Aix

Hello If there is a way to get a statistics from Aix box server from a month. cpu use, memory, disc use, etc. Maybe via smitty or I need to do a script. The os is Aix 5.3 Greetings (8 Replies)
Discussion started by: lo-lp-kl
8 Replies

6. Shell Programming and Scripting

statistics using awk

Hi, I have 3 columns in a file listed below. X Y X/(X+Y) 1 1 0.5 1 1 0.5 4 1 0.8 1 1 0.5 6 1 0.857142857 1 1 0.5 23 1 0.958333333 Now I want to find confidence interval using the formula for each row. (p-2 sqrt p(1-p)/(x+y), p+2... (7 Replies)
Discussion started by: Diya123
7 Replies

7. UNIX for Dummies Questions & Answers

Any way to get process statistics?

Hi, Can someone advise what "generic" command can I use to show statistics of a process or a running script/process? For example, I want to know how many hours/minutes it's taken to run or has been running, how much CPU it used and how much memory it used or uses. I want to be able to... (2 Replies)
Discussion started by: newbie_01
2 Replies

8. Shell Programming and Scripting

Text statistics

Hello every body if I want to get the following statistics from a text file 1- sorted the n frequent words 2- sorted the n frequent characters 3- sorted the n frequent diagrams (tow letter together like th OR he) 4- sorted frequent n trigrams like (the OR all etc. ) 5- any character... (10 Replies)
Discussion started by: khaled79
10 Replies
Glib::Flags(3)						User Contributed Perl Documentation					    Glib::Flags(3)

NAME
Glib::Flags DESCRIPTION
Glib maps flag and enum values to the nicknames strings provided by the underlying C libraries. Representing flags this way in Perl is an interesting problem, which Glib solves by using some cool overloaded operators. The functions described here actually do the work of those overloaded operators. See the description of the flags operators in the "This Is Now That" section of Glib for more info. HIERARCHY
Glib::Flags METHODS
scalar = $class->new ($a) o $a (scalar) Create a new flags object with given bits. This is for use from a subclass, it's not possible to create a "Glib::Flags" object as such. For example, my $f1 = Glib::ParamFlags->new ('readable'); my $f2 = Glib::ParamFlags->new (['readable','writable']); An object like this can then be used with the overloaded operators. scalar = $a->all ($b, $swap) o $b (scalar) o $swap (scalar) ref = $a->as_arrayref integer = $a->bool ($b, $swap) o $b (scalar) o $swap (integer) integer = $a->eq ($b, $swap) o $b (scalar) o $swap (integer) integer = $a->ge ($b, $swap) o $b (scalar) o $swap (integer) scalar = $a->intersect ($b, $swap) o $b (scalar) o $swap (scalar) integer = $a->ne ($b, $swap) o $b (scalar) o $swap (integer) scalar = $a->sub ($b, $swap) o $b (scalar) o $swap (scalar) scalar = $a->union ($b, $swap) o $b (scalar) o $swap (scalar) scalar = $a->xor ($b, $swap) o $b (scalar) o $swap (scalar) SEE ALSO
Glib COPYRIGHT
Copyright (C) 2003-2009 by the gtk2-perl team. This software is licensed under the LGPL. See Glib for a full notice. perl v5.12.1 2010-07-05 Glib::Flags(3)
All times are GMT -4. The time now is 12:33 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy