glance global priority queue question


 
Thread Tools Search this Thread
Operating Systems HP-UX glance global priority queue question
# 1  
Old 01-19-2012
glance global priority queue question

Hello;

I am collecting global priority queue data from the following script:

Code:
/opt/perf/bin/glance -j2 -iterations 10 -adviser_only -syntax /home/dsljseo/glance.syntax

cat glance.syntax
print "global priority queue", gbl_pri_queue

The typical output:

Code:
 global priority queue325410
  global priority queue   1.5
  global priority queue   0.2
  global priority queue   0.0
  global priority queue   0.2
  global priority queue   0.1
  global priority queue   0.4
  global priority queue  13.3
  global priority queue  15.7
  global priority queue   6.3

My question is why the first value is always very large ..
Any ideas ??
# 2  
Old 01-20-2012
Are these figures just to make me feel bad?
Smilie

I'm trying hard with the 4 HP box I still administer...

So far all I have is
Code:
global priority queue   0.0
global priority queue   0.0
global priority queue   0.0
global priority queue   0.0
global priority queue   0.0

same results on hpux11.11 and hpux11.00 (at this time I have no luck for there is no load...change shift between interactive to batch mode...)


Addendum
Better today
Code:
ran:/home/vbe $ /opt/perf/bin/glance -j2 -iterations 10 -adviser_only -syntax /home/vbe/glance.syntax  

Welcome to GlancePlus 


18:56:43 runq=   2.3,  global priority queue    0.2
18:56:45 runq=   2.3,  global priority queue    0.1
18:56:47 runq=   2.3,  global priority queue    0.4
18:56:49 runq=   2.3,  global priority queue    0.1
18:56:51 runq=   2.3,  global priority queue    1.1
18:56:53 runq=   2.3,  global priority queue    0.2
18:56:55 runq=   2.3,  global priority queue    0.0
18:56:57 runq=   2.3,  global priority queue    0.1
18:56:59 runq=   2.1,  global priority queue    0.1
18:57:01 runq=   2.1,  global priority queue    0.1


Last edited by vbe; 02-24-2012 at 02:08 PM.. Reason: addendum
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. UNIX for Beginners Questions & Answers

Question about global environment variables & fork() exec()

Hello... And thanks in advance for any help anyone can offer me on my question! I've been doing a lot of reading to try and find my answer... But I haven't had any luck What I'm trying to understand is where a child process inherits global environment variables from? I understand the exec()... (2 Replies)
Discussion started by: bodisha
2 Replies

2. Solaris

Date and time change in global and non global zone

Hi, If I change date and time in global zone, then it will affect in non global zones. During this process what files will get affect in non global zones and which mechanism it's using to change. gloabl zone:Solaris 11.3 X86 TIA (1 Reply)
Discussion started by: Sumanthsv
1 Replies

3. Solaris

Global and non-global zone resource sharing - tricky

hi all, Just a simple question but i cant get the answers in the book - In my globalzone , assuming i have 4 cpus (psrinfo -pv = 0-3), if i set dedicated-cpu (ncpus=2) for my local zone Is my globalzone left with 2 cpus or still 4 cpus ? Does localzone "resource reservation.e.g. cpu in... (6 Replies)
Discussion started by: javanoob
6 Replies

4. AIX

Question on r-queue from vmstat out

On our prod system we found sometime runqueue goes back to 0 as below. Whereas on test server even with very very less work the r-queue never dropped to 0. Under what conditions r-queue drops to 0? Does it mean something unusual? EG: kthr memory page faults ... (1 Reply)
Discussion started by: aixusrsys
1 Replies

5. Shell Programming and Scripting

Question around Global Variable

Hi, I am using Linux and sh shell count=7 find * -prune -type d | sort -r -n | ( while read d; do if ; then echo "FOUND COUNTER1 is: $count" break 2; fi done echo "FOUND COUNTER2 is: $count" ) if ; then echo "Problem: Multiple or NO records...Please CHECK !!" fi Output: ... (4 Replies)
Discussion started by: mohtashims
4 Replies

6. Programming

pthread question : global variable not updated

Hi, I wrote the following program to understand mutexes. If I run the program , number of threads is shown as zero, even after creating one thread. When running with gdb, it works fine. The function process is used to update global variable (used to keep track of threads). It looks like the... (2 Replies)
Discussion started by: sanjayc
2 Replies

7. UNIX for Dummies Questions & Answers

Is there a way to temporarily increase the priority of cron's batch queue?

I run an application where some component periodically submits jobs into cron's batch queue via the 'batch' command. Each of these jobs perfoms a query to retrieve some data from a database, builds up an openoffice document with that data, and submits it to a headless openoffice server to have... (3 Replies)
Discussion started by: jsandeo
3 Replies

8. UNIX for Dummies Questions & Answers

How to Export Glance "Global System Calls" data to a file

Hello... I'm trying to setup a cronjob to record system data using glance at certain times of the day. My question is, how would one export the "Global System Calls" information to a file? Below is the command I have been using and it works to export CPU information. glance -f ... (0 Replies)
Discussion started by: fumus
0 Replies

9. Solaris

How to access ENV variables of non global zones in global zone???

Hi Guys, My requirement is I have file called /opt/orahome/.profile in non global zone. PATH=/usr/bin:/usr/ucb:/etc:/usr/sbin:/usr/local/bin:/usr/openwin/bin:. export PATH PS1="\${ORACLE_SID}:`hostname`:\$PWD$ " export PS1 EDITOR=vi export EDITOR ENV=/opt/orahome/.kshrc export ENV... (1 Reply)
Discussion started by: vijaysachin
1 Replies

10. Programming

a message queue question..

Hi there: Thanks first. When I use a message queue amony severl processes, will I have to synchronize the queue? I don't think I would have to because a message queue is implemented in a link listed. Correct me If I am wrong... (0 Replies)
Discussion started by: yanhu
0 Replies
Login or Register to Ask a Question