Sponsored Content
Full Discussion: HP-UX 11.23 ia64 and Glance
Top Forums UNIX for Dummies Questions & Answers HP-UX 11.23 ia64 and Glance Post 302155074 by Perderabo on Wednesday 2nd of January 2008 11:34:13 PM
Old 01-03-2008
Look in /opt where you installed glance, It should come with docs. Or run it and and type a question mark. It has docs built in. Typing a ? should get you a menu like this:
Code:
a    All CPUs Detail Screen 
c    CPU Detail  Screen  
d    Disk  Detail Screen   
g    Global  Screen  
i    Disk  I/O  by  File  System  Screen
k    Diskless  Server  Resource  Utilization  Screen  
l    LAN  Detail Screen  
m    Memory  Detail  Screen  
N    Global  NFS  Activity Screen
n    NFS  by  System  Screen  
t    System  Table  Utilization   Screen
u    Disk  Queue  Lengths  Screen  
v    Logical  Volume  Detail Screen
w    Swap Detail Screen 
?    Commands Menu _ 
S    Select a NFS  system
s    Select  a  single  process  
F    Open  Files Screen for a process
M    Memory Regions Screen for a process 
R    Process Resource Summary
W    Wait  States  Screen  for  a  process _ 
b    Scroll page backward
f    Scroll page forward 
h    Online help 
j    Adjust refresh interval
o    Adjust  process  threshold 
p    Print toggle 
q    Quit GlancePlus
r    Refresh the  current  screen  
y    Renice  a  process  
z    Reset statistics  to  zero  
>    Display  next  logical  screen 
<    Display previous screen 
!    Invoke a shell

Pick one of those options to go to some screen. And then you can type h for details about what each number means.
 

9 More Discussions You Might Find Interesting

1. HP-UX

Glance

Hi ALL - I need look to output data return from glance command but a don't have any access to HP-UX server. Maybe any HP-UX Admin send this data to my email (Removed.) Thanks for help Pawel (2 Replies)
Discussion started by: pawel_ul
2 Replies

2. 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

3. HP-UX

pdf2ps or pdftops for HPUX IA64

Dear All, Any one got pdf2ps or pdftops binarys for HPUX IA64? Best Regards Srini (1 Reply)
Discussion started by: ks9072
1 Replies

4. Programming

Problem shmat in HP-UX Titanium ia64. EINVAL Error

I have a process that needs two active connections to the same zone of shared memory simultaneously. The firs conection works ok, but when i do the second call to shmat it give me error 22 (EINVAL). Only works ok the second call to shmat if i disconnect the first connection (shmdt) Steps:... (3 Replies)
Discussion started by: dairby
3 Replies

5. SuSE

problem of readdir on IA64 suse

Dear Experts, i am trying to find whether the given name is file or a directory dirp = opendir(dirname); direntp = readdir(dirp); if(direntp->d_type & DT_DIR) { printf("\n is a dirctory"); } else { //dir_or_file = Mtrue; printf("\n not a directory"); } it always... (9 Replies)
Discussion started by: vin_pll
9 Replies

6. Emergency UNIX and Linux Support

Gbrowse and GD installation in ia64 linux problem facing...

Hi all, I'm trying to install of Gbrowse recently. Unfortunately, I stuck at the step to install GD which are prerequisite for Gbrowse installation. I got try to install it, but it seems like got a lot of error message occurred :( And still can't fix the problem yet. I'm using ia64 linux... (10 Replies)
Discussion started by: patrick87
10 Replies

7. Debian

Debian on ia64 install - freeze

Hi I try to install debian 6.0.1 on hp rx2600. I boot from the CD i get first boot menu ( i can choose Install/Install(expert)/Rescue modes) after i choose one of above i see messages like : (..) Uncompressing linux..done. (...) Loading file /initrd.gz.. done (...) Linux Version... (2 Replies)
Discussion started by: chesti
2 Replies

8. Emergency UNIX and Linux Support

Best AV for Itanium IA64 (Windows 2000, 2003, NT)

Hi there I am hoping for a quick response to this one, because we're in a tight spot right now where the Itaniums we have don't support McAfee to run on Windows server setup on our Itanium machine. Does anyone have any idea (perhaps based on good experience themselves?) on what is a good AV that... (8 Replies)
Discussion started by: hedkandi
8 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
GLANCE-CACHE-CLEANER(1) 					      Glance						   GLANCE-CACHE-CLEANER(1)

NAME
glance-cache-cleaner - Glance Cache Cleaner GLANCE IMAGE CACHE INVALID CACHE ENTRY AND STALLED IMAGE CLEANER
Author glance@lists.launchpad.net Date 2012-01-03 Copyright OpenStack LLC Version 2012.1-dev Manual section 1 Manual group cloud computing SYNOPSIS glance-cache-cleaner [options] DESCRIPTION This is meant to be run as a periodic task from cron. If something goes wrong while we're caching an image (for example the fetch times out, or an exception is raised), we create an 'invalid' entry. These entires are left around for debugging purposes. However, after some period of time, we want to clean these up. Also, if an incomplete image hangs around past the image_cache_stall_time period, we automatically sweep it up. OPTIONS --version show program's version number and exit -h, --help show this help message and exit --config-file=PATH Path to a config file to use. Multiple config files can be specified, with values in later files taking precedence. The default files used are: [] -d, --debug Print debugging output --nodebug Do not print debugging output -v, --verbose Print more verbose output --noverbose Do not print verbose output --log-config=PATH If this option is specified, the logging configuration file specified is used and overrides any other logging options specified. Please see the Python logging module documentation for details on logging configuration files. --log-format=FORMAT A logging.Formatter log message format string which may use any of the available logging.LogRecord attributes. Default: none --log-date-format=DATE_FORMAT Format string for %(asctime)s in log records. Default: none --log-file=PATH (Optional) Name of log file to output to. If not set, logging will go to stdout. --log-dir=LOG_DIR (Optional) The directory to keep log files in (will be prepended to --logfile) --use-syslog Use syslog for logging. --nouse-syslog Do not use syslog for logging. --syslog-log-facility=SYSLOG_LOG_FACILITY syslog facility to receive log lines SEE ALSO o OpenStack Glance BUGS o Glance is sourced in Launchpad so you can view current bugs at OpenStack Glance AUTHOR
OpenStack COPYRIGHT
2010-present, OpenStack, LLC. 2012.1.1 March 14, 2013 GLANCE-CACHE-CLEANER(1)
All times are GMT -4. The time now is 08:12 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy