- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- memory usage
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
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
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
12-03-2002 03:35 AM
12-03-2002 03:35 AM
I have a system very slow. I know that the cause is the memory usage (100%). How can i find what processes, and in what percentage, are implicated in this context?
Thank you
Luca
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-03-2002 03:40 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-03-2002 03:44 AM
12-03-2002 03:44 AM
Re: memory usage
UNIX95= ps -e -o vsz=Kbytes -o ruser -o pid,args=Command-Line | sort -rnk1 | more
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-03-2002 03:45 AM
12-03-2002 03:45 AM
Re: memory usage
'top' and 'glance' are tools to monitor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-03-2002 05:44 AM
12-03-2002 05:44 AM
Re: memory usage
from a line in the syslog:
Dec 3 14:23:46 h3mih022 vmunix: SCSI: Read error -- dev: b 31 0x1d0100, errno: 126, resid: 2048
Somedy can tell me how reach the device file of the disk from 0x1d0100?
Thank you
Luca
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-03-2002 06:31 AM
12-03-2002 06:31 AM
Re: memory usage
Here is a thread that discusses how to decode the device file from a SCSI error:
http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x6c5f0fe6d0f7d61190050090279cd0f9,00.html
Usually the device has 8 bytes, and your message only lists 6 bytes for the address. Is there just 6 bytes in your error message, or did it just get lost in cutting and pasting into your reply?
JP
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-03-2002 06:45 AM
12-03-2002 06:45 AM
Re: memory usage
I don't know why.
Luca
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-03-2002 06:57 AM
12-03-2002 06:57 AM
Re: memory usage
My guess is that with just six bytes, the address 0x1d0100 would decode to c30t0d1. Does that correspond to an acutal device on your system?
Like I said, it's just a guess. :)
JP
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-03-2002 07:00 AM
12-03-2002 07:00 AM
Re: memory usage
[h3mih022]/# iostat
device bps sps msps
c1t2d0 0 0.0 1.0
c2t2d0 0 0.0 1.0
c33t0d1 0 0.0 1.0
c33t0d2 0 0.0 1.0
c33t0d3 0 0.0 1.0
c33t0d4 0 0.0 1.0
c33t0d5 0 0.0 1.0
c33t0d6 0 0.0 1.0
c33t0d7 0 0.0 1.0
0x1f/0x1d0100 0 0.0 1.0
0x1f/0x1d0200 0 0.0 1.0
0x1f/0x1d0300 0 0.0 1.0
0x1f/0x1d0400 0 0.0 1.0
0x1f/0x1d0500 0 0.0 1.0
0x1f/0x1d0600 0 0.0 1.0
0x1f/0x1d0700 0 0.0 1.0
c31t0d1 0 0.0 1.0
c31t0d2 0 0.0 1.0
c31t0d3 0 0.0 1.0
c31t0d4 0 0.0 1.0
c31t0d5 0 0.0 1.0
c31t0d6 0 0.0 1.0
c31t0d7 0 0.0 1.0
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-03-2002 07:04 AM
12-03-2002 07:04 AM
Re: memory usage
JP
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-03-2002 07:06 AM
12-03-2002 07:06 AM
Re: memory usage
Hence, the information you have posted is for Disk data arranged in a four-column format:
Column Heading Interpretation
device Device name
bps Kilobytes transferred per second
sps Number of seeks per second
msps Milliseconds per average seek
Hope this helps!
Best Regards
Yogeeraj