HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Strange gbl_swap_space_util
Operating System - HP-UX
1833053
Members
2551
Online
110049
Solutions
Forums
Categories
Company
Local Language
back
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
Discussions
back
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
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Topic Options
- 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
06-21-2006 08:18 PM
06-21-2006 08:18 PM
Strange gbl_swap_space_util
I'm monitoring the system resources on mu hp-ux1i by this simple script:
GlnCmd=/opt/perf/bin/glance
GlnOpt=-j10 -adviser_only -nosort -iterations 2 -bootup -syntax ./gln_syntax_file1
where file gln_syntax_file1 contains:
print "-- ", gbl_statdate, " ", gbl_stattime, " ",
gbl_cpu_total_util, " ",
gbl_disk_util_peak, " ",
gbl_mem_util, " ",
gbl_swap_space_util
Starting from 2 days ago I get in ouput:
$GlnCmd $GlnOpt
Welcome to GlancePlus
-- 06/22/06 10:10:01 0.0 0.0 83.0 -14m
-- 06/22/06 10:10:01 0.0 0.0 83.0 -14m
what -14m means?
TIA,
Art
GlnCmd=/opt/perf/bin/glance
GlnOpt=-j10 -adviser_only -nosort -iterations 2 -bootup -syntax ./gln_syntax_file1
where file gln_syntax_file1 contains:
print "-- ", gbl_statdate, " ", gbl_stattime, " ",
gbl_cpu_total_util, " ",
gbl_disk_util_peak, " ",
gbl_mem_util, " ",
gbl_swap_space_util
Starting from 2 days ago I get in ouput:
$GlnCmd $GlnOpt
Welcome to GlancePlus
-- 06/22/06 10:10:01 0.0 0.0 83.0 -14m
-- 06/22/06 10:10:01 0.0 0.0 83.0 -14m
what -14m means?
TIA,
Art
2 REPLIES 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-22-2006 02:05 AM
06-22-2006 02:05 AM
Re: Strange gbl_swap_space_util
Art,
It's most likely a terminal escape sequence. Here's a little hack to get rid of it:
$ GlnCmd ./GlnOpt | sed 's/ -14m//'
What terminal emmulator are you using?
PCS
It's most likely a terminal escape sequence. Here's a little hack to get rid of it:
$ GlnCmd ./GlnOpt | sed 's/ -14m//'
What terminal emmulator are you using?
PCS
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-22-2006 03:06 AM
06-22-2006 03:06 AM
Re: Strange gbl_swap_space_util
Hi,
is not a problem related to the environemnt, because I forget to add that now the script run fine and retruns 70 as glb_swap_space_util.
So really don't know why the script retunrns for some time -14m instead of the rigth value 70.
Rgds,
Art
is not a problem related to the environemnt, because I forget to add that now the script run fine and retruns 70 as glb_swap_space_util.
So really don't know why the script retunrns for some time -14m instead of the rigth value 70.
Rgds,
Art
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP