- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Memory utilzation
Operating System - HP-UX
1819709
Members
3222
Online
109605
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
Discussions
Discussions
Discussions
Forums
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
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
тАО05-27-2010 05:02 AM
тАО05-27-2010 05:02 AM
Memory utilzation
Hi All ,
I am checking the memory utilization in one server for few user
If you will look at the detail for mora user memory utilization is 1.91697e+07 while for other users it's no e+07 . Could someone explain what is this e+07 ?
vuh777 # UNIX95= ps -eo ruser,pid,args,vsz=Kbytes |grep mora | awk '{ val +=$4} END {print (val)/(1024*1024)}'
1.91697e+07
vuh777 # UNIX95= ps -eo ruser,pid,args,vsz=Kbytes |grep root | awk '{ val +=$4} END {print (val)/(1024*1024)}'
0.180229
vuh777 # UNIX95= ps -eo ruser,pid,args,vsz=Kbytes |grep oracle | awk '{ val +=$4} END {print (val)/(1024*1024)}'
1.76985
I am checking the memory utilization in one server for few user
If you will look at the detail for mora user memory utilization is 1.91697e+07 while for other users it's no e+07 . Could someone explain what is this e+07 ?
vuh777 # UNIX95= ps -eo ruser,pid,args,vsz=Kbytes |grep mora | awk '{ val +=$4} END {print (val)/(1024*1024)}'
1.91697e+07
vuh777 # UNIX95= ps -eo ruser,pid,args,vsz=Kbytes |grep root | awk '{ val +=$4} END {print (val)/(1024*1024)}'
0.180229
vuh777 # UNIX95= ps -eo ruser,pid,args,vsz=Kbytes |grep oracle | awk '{ val +=$4} END {print (val)/(1024*1024)}'
1.76985
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-28-2010 03:21 AM
тАО05-28-2010 03:21 AM
Re: Memory utilzation
Hi
this is just formatting.
use the printf function with appropiate formatting instead.
see any awk manual
http://www.vectorsite.net/tsawk_2.html#m10
Regards
Jean-Luc
this is just formatting.
use the printf function with appropiate formatting instead.
see any awk manual
http://www.vectorsite.net/tsawk_2.html#m10
Regards
Jean-Luc
fiat lux
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-28-2010 04:04 AM
тАО05-28-2010 04:04 AM
Re: Memory utilzation
>Could someone explain what is this e+07?
This is scientific notation for 10**7, 10 million.
>Jean-Luc: use the printf function with appropiate formatting instead.
No need for that. Just use:
BEGIN { OFMT="%.0f" }
This is scientific notation for 10**7, 10 million.
>Jean-Luc: use the printf function with appropiate formatting instead.
No need for that. Just use:
BEGIN { OFMT="%.0f" }
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-28-2010 04:14 AM
тАО05-28-2010 04:14 AM
Re: Memory utilzation
use kmeminfo to get memory details, which can give more detailed memory details.
GUdluck
Prasanth
GUdluck
Prasanth
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
Learn About
News and Events
Support
© Copyright 2025 Hewlett Packard Enterprise Development LP