- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- what command can show the memory be used by certai...
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
02-21-2004 01:55 PM
02-21-2004 01:55 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-21-2004 01:58 PM
02-21-2004 01:58 PM
Re: what command can show the memory be used by certain process?
Just enter top from the command line.
Vern
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-21-2004 11:12 PM
02-21-2004 11:12 PM
Re: what command can show the memory be used by certain process?
thanks,
Frederick
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-22-2004 02:14 AM
02-22-2004 02:14 AM
Re: what command can show the memory be used by certain process?
what exactly are you interested in? %MEM in top shows the percentage of physical memory a process uses. There are a number of other metrics available in top, but to get the most appropriate you would need to be more specific. There are also additonal fields available for display that can be selected interactively. Check man top for details.
top is good for on-line interactive checking if you do have other objectives please clarify.
Greetings, Martin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-22-2004 05:45 AM
02-22-2004 05:45 AM
Re: what command can show the memory be used by certain process?
Gnome destop has a system monitor. You can get to it by clicking the Gnome button > system > more programs > system monitor.
Vern
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-22-2004 01:31 PM
02-22-2004 01:31 PM
Re: what command can show the memory be used by certain process?
As what my said before, that my system will almost run out my RAM in several days, furthermore, even if I close the application at that time, only few RAM (may be one third) can be freed. So I want to have a look, what process do occupy me memory? whether some application can not release their memory after references? the top command seems do the CURRENT call process nor the static.
rgds,
Frederick
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-22-2004 06:30 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-22-2004 07:20 PM
02-22-2004 07:20 PM
Re: what command can show the memory be used by certain process?
You mind find that is shared memory that is eating your RAM.
"ipcs -m" will show you whose using shared memory and how much.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-22-2004 07:30 PM
02-22-2004 07:30 PM
Re: what command can show the memory be used by certain process?
I think it is absolutely normal to find all your RAM used after some time of activity. Remember that RAM contains not only processes, but other things like disk cache buffer; and not all processes shrink their memory occupation when they need less memory space; they will reuse the allocated space later, when needed.
Ciao
Claudio