Sponsored Content
Full Discussion: Glance
Operating Systems HP-UX Glance Post 302133249 by qfwfq on Wednesday 22nd of August 2007 01:43:43 PM
Old 08-22-2007
First, read the rules, no email. Second, here is an example everyone will be able to look at:

Code:
 GlancePlus C.0x.xx.00          13:36:09     xxxx     ia64    Current  Avg  High
--------------------------------------------------------------------------------
CPU  Util   S SU U                                             | 11%   13%   20%
Disk Util   F            F                                     | 28%   30%   33%
Mem  Util   S                  SU       UB B                   | 63%   63%   63%
Swap Util   U             UR      R                            | 45%   45%   45%
--------------------------------------------------------------------------------
                                  PROCESS LIST                      Users=  xxx
                              User      CPU Util     Cum     Disk           Thd
Process Name   PID   PPID Pri Name   (  600% max)    CPU   IO Rate    RSS   Cnt
--------------------------------------------------------------------------------
xx            1473   1672 154 xxxxx     9.7/ 0.2    14.5 27.8/ 0.5   5.6mb    1
xxxxxxx       6375      1 168 xxxx      2.8/ 0.6 31406.8 14.0/ 3.5   4.4mb    1
xx           16532  16627 154 xxxx      2.6/ 0.3    48.8  4.4/ 2.1   6.1mb    1
xxxxx          777      1 168 xxxx      2.0/ 0.8 44227.9  0.0/ 0.0   3.5mb    6
xx            2201   2598 154 xxxx      2.0/ 0.1    22.8  2.8/ 0.3   3.7mb    1
xx           14790  12789 154 xxx       1.8/ 0.2    40.9 51.6/ 1.8   6.1mb    1
xx            6433   6462 154 xxxx      1.8/ 0.3    60.3  3.2/ 1.3   6.0mb    1
glance       13989  13695 154 xxxx      1.4/ 2.5     0.2  2.0/ 6.5   380kb    1
xx            9549   9578 154 xxxx      1.4/ 0.1     9.6 16.8/ 0.2   3.1mb    1
xx           10377  10076 148 xxxx      1.0/ 0.3     5.6  168/37.1   1.9mb    1
xxxxxx       12490   4464 148 xxxx      1.0/ 1.5     0.8  215/ 191   1.4mb    1
xxxxx         1845      1 -16 xxxx      0.8/ 0.7 38913.8  0.0/ 0.0  25.4mb    2
ProcList CPU Rpt  Mem Rpt  Disk Rpt         NextKeys SlctProc   Help     Exit

 

9 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

glance or gpm for sun

HPUX has glance and gpm, does sun have any robust monitoring tools (1 Reply)
Discussion started by: i55461
1 Replies

2. UNIX for Dummies Questions & Answers

how to quit from glance

hi, if i am in glance, how do i exit? thanks (2 Replies)
Discussion started by: yls177
2 Replies

3. UNIX for Dummies Questions & Answers

ctrl-z problem in glance

in hpux, when i in glance, i cant press ctrl-z, what could be wrong? thanks (11 Replies)
Discussion started by: yls177
11 Replies

4. UNIX for Dummies Questions & Answers

glance quick reference

Hello all, I´m newbie using HP-GLANCEPlus. I readed the help screens provided but, I´m wonder if there are a user manual to use glance, or where can I find some usefull tips to use this tool better. Anybody have some information? Regards. (2 Replies)
Discussion started by: mig28mx
2 Replies

5. UNIX for Dummies Questions & Answers

HP-UX 11.23 ia64 and Glance

I've been searching and cannot seem to find anywhere online a link to a manual for Glance. Does anyone have a link to this? I searched in here already and the links I found on a post from 2002 were dead. And more to the point, do you know if you can use Glance to see Disk I/O per logical... (2 Replies)
Discussion started by: LisaS
2 Replies

6. HP-UX

HP-UX glance

Hi, plz explain about glance, where do i get information on this tool. thanks. (4 Replies)
Discussion started by: venkat_t
4 Replies

7. HP-UX

Glance command Usage

Hello We have used Glance command to check Cpu Uage , bit new to Glance command , HP-UXdev # glance B3692A GlancePlus C.03.71.00 18:21:16 nedunix2 9000/800 Current Avg High -------------------------------------------------------------------------------- CPU Util S SN NU | 43% 59%... (1 Reply)
Discussion started by: lukas_pise
1 Replies

8. HP-UX

Glance and trace over the time

Do you know if Glance is capable to trace a process (or processes) per memory use over the time? I want to have snapshots for example morning and midnigth then compare the info after one weak in order to determine if I have a memory leak in some process I am observing. Is it possible with glace... (1 Reply)
Discussion started by: roche
1 Replies

9. UNIX for Dummies Questions & Answers

Help with glance and nohup

I am new to shell scripting. Can someone explain me what this piece of code do.. /usr/bin/nohup /opt/perf/bin/glance -aos filename2.syntax -iterations 1 > filename.log (1 Reply)
Discussion started by: vijay_105
1 Replies
AGR(4)							   BSD Kernel Interfaces Manual 						    AGR(4)

NAME
agr -- link aggregation pseudo network interface driver SYNOPSIS
pseudo-device agr DESCRIPTION
The agr driver provides link aggregation functionality (a.k.a. L2 trunking or bonding). It supports the IEEE 802.3ad Link Aggregation Control Protocol (LACP) and the Marker Protocol. The agr driver supports the following link specific flags for ifconfig(8): link0 Use the round-robin distribution algorithm. Don't use it unless you're really sure, because it violates the frame ordering rule. -link0 Use the default distribution algorithm, which is based on the hash of DA/SA, TCI, and, if available, some upper layer protocol infor- mation like ip(4) DA/SA. link1 Disable LACP. Prevents any LACP or Marker messaging which leaves the ports in the default static configuration. Set this prior to adding ports. EXAMPLES
Create an agr interface, agr0, and attach re0 and re1 to it. In other words, aggregate re0 and re1 so that they can be used as a single interface, agr0. The physical interfaces which are attached to the agr interface must not have any IP addresses, neither IPv4 nor IPv6. ifconfig re0 inet xxx.xxx.xxx.xxx delete ifconfig re0 inet6 fe80::xxxx:xxxx:xxxx:xxxx delete ifconfig re1 inet xxx.xxx.xxx.xxx delete ifconfig re1 inet6 fe80::xxxx:xxxx:xxxx:xxxx delete ifconfig agr0 create ifconfig agr0 agrport re0 ifconfig agr0 agrport re1 Destroy an interface created in the above example. ifconfig agr0 -agrport re0 ifconfig agr0 -agrport re1 ifconfig agr0 destroy SEE ALSO
ifconfig(8) STANDARDS
IEEE 802.3ad Aggregation of Multiple Link Segments HISTORY
The agr driver first appeared in NetBSD 4.0. AUTHORS
The agr driver was written by YAMAMOTO Takashi. BUGS
There is no way to configure LACP administrative variables, including system and port priorities. The current implementation of the agr driver always performs active-mode LACP and uses 0x8000 as system and port priorities. The agr driver uses the MAC address of the first-added physical interface as the MAC address of the agr interface itself. Thus, removing the physical interface and using it for another purpose can result in non-unique MAC addresses. The current implementation of the agr driver doesn't prevent unsafe operations like some ioctls against underlying physical interfaces. Such operations can result in unexpected behaviors, and are strongly discouraged. There is no way to configure agr interfaces without attaching physical interfaces. Physical interfaces being added to the agr interface shouldn't have any addresses except for link level address. Otherwise, the attempt will fail with EBUSY. Note that it includes an automatically assigned IPv6 link-local address. BSD
February 23, 2010 BSD
All times are GMT -4. The time now is 11:02 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy