- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Glance scripting
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-05-2001 09:20 AM
тАО04-05-2001 09:20 AM
Glance scripting
I believe this is possible with glance, but not measure ware, but cannot remember how it is done.
TIA
andrew
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-05-2001 09:51 PM
тАО04-05-2001 09:51 PM
Re: Glance scripting
Look at the extract from the manpage :
SYNOPSIS
glance [-j interval] [-p [dest]] [-f dest] [-maxpages numpages]
[-command] [-nice nicevalue] [-nosort] [-lock]
[-adviser_off] [-adviser_only] [-iterations count]
[-syntax filename]
[-disks
What you need is the -f ( output to file ).
Rgds
Alexander M. Ermes
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-06-2001 12:54 AM
тАО04-06-2001 12:54 AM
Re: Glance scripting
CPU LOOP
PRINT GBL_NODENAME,GBL_STATDATE,GBL_STATTIME,GBL_CPU_TOTAL_UTIL,GBL_CPU_IDLE_UTIL,GBL_CPU_NORMAL_UTIL,GBL_CPU_SYS_MODE_UTIL,GBL_CPU_REALTIME_UTIL,GBL_CPU_NICE_UTIL,GBL_CPU_NNICE_UTIL
PRINT GBL_MEM_FREE,GBL_MEM_USER,GBL_MEM_SYS,GBL_MEM_CACHE,GBL_MEM_VIRT,GBL_MEM_ACTIVE_VIRT
Now invoke glance with
# glance -j 300 -adviser_only -syntax advisor.ck
Carsten
In the beginning the Universe was created. This has made a lot of people very angry and been widely regarded as a bad move. -- HhGttG
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-06-2001 02:09 AM
тАО04-06-2001 02:09 AM
Re: Glance scripting
you can find the adviser documentation in
/opt/perf/paperdocs/gp/adviser.pdf
and the metrics availables in
/opt/perf/paperdocs/gp/metrics.pdf
Best regards
Juan Gonzalez
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-06-2001 02:35 AM
тАО04-06-2001 02:35 AM
Re: Glance scripting
Actually measureware can do real time statistic please re-check.