- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello,
Could you tell me please, how I can determine total icc or icpc memory consumption under Linux?
Thanks,
Art
Could you tell me please, how I can determine total icc or icpc memory consumption under Linux?
Thanks,
Art
1 Solution
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Quoting - Artem Vorobiev (Intel)
Hello,
Could you tell me please, how I can determine total icc or icpc memory consumption under Linux?
Thanks,
Art
Could you tell me please, how I can determine total icc or icpc memory consumption under Linux?
Thanks,
Art
Easily you can use utility top to evaluate consumption in realtime
example:
top -d0 or d1 (see man several options)
Kind regards
Link Copied
6 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Quoting - Artem Vorobiev (Intel)
Hello,
Could you tell me please, how I can determine total icc or icpc memory consumption under Linux?
Thanks,
Art
Could you tell me please, how I can determine total icc or icpc memory consumption under Linux?
Thanks,
Art
You have to start by defining your terms. Do you mean physical memory or virtual memory? What about shared libraries used by more than once process?
Is your question more like "how much RAM is it using right this second"? Or is it more like "how much RAM did it need while it was running?".
It would be more helpful if you explained what you wanted to do with the information. That would make it easier to point you towards the information you actually do need.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Quoting - Artem Vorobiev (Intel)
Hello,
Could you tell me please, how I can determine total icc or icpc memory consumption under Linux?
Thanks,
Art
Could you tell me please, how I can determine total icc or icpc memory consumption under Linux?
Thanks,
Art
Easily you can use utility top to evaluate consumption in realtime
example:
top -d0 or d1 (see man several options)
Kind regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Quoting - joelkatz
You have to start by defining your terms. Do you mean physical memory or virtual memory? What about shared libraries used by more than once process?
Is your question more like "how much RAM is it using right this second"? Or is it more like "how much RAM did it need while it was running?".
It would be more helpful if you explained what you wanted to do with the information. That would make it easier to point you towards the information you actually do need.
Hello,
Thank you for your reasonable comments. I'll try to define my problem more precisely. For instance I has quad core machine with X GB of RAM and try to compile huge project using multiple compilation processes. I would like to know will swap be used during compilation or not. As a result, I'm interesting how many virtual memory one compilation process consume right this moment.
Thanks,
Art
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Quoting - bustaf
Hi
Easily you can use utility top to evaluate consumption in realtime
example:
top -d0 or d1 (see man several options)
Kind regards
Easily you can use utility top to evaluate consumption in realtime
example:
top -d0 or d1 (see man several options)
Kind regards
Hello,
Thank you. Looks like it may help in my case. I'll try to use it. Anyway I would like to know if any other methods exist. Any suggestions will be appreciated.
Thanks,
Art
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi
To evaluate better possibility of your computer download an standard source Linux and after (./configure) for test make --job=8 and repeat with increase 10 ,15, 20 ext... In parallel with an other shell execute cat /proc/meminfo several times. to observe comportment of system.
Kind regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
I tried both methods and found that using top utility is more suitable for this purposes.
Thank you for help,
Art

Reply
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