[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Condor-users] memory usage info



Actual memory usage is a bit difficult to define and also very difficult to get from the OS. Many people use RSS (resident set size), but this doesn't really reflect *actual* memory usage due to page sharing (who should get the bill for glibc?). Additionally, RSS is not a good measure of the memory a program needs, only of what it can get (it may need more, it may need less).

_joe

Ian Chesal wrote:
I was looking at condor_status -direct "host" -long ouput and was
wondering if the current usage in memory is represent somwhere?
I saw TotalMemory, TotalVirtualmemory... but that does not seem to
reflect the actual usage of memory.

Condor tracks the memory used by a job under its control in the
'ImageSize' classad variable. There's probably some fascinating ancedote
for why it's called ImageSize, but I don't know it.

Also, it's not always accurate depending on what you're running and on
what OS.

- Ian


Confidentiality Notice.  This message may contain information that is confidential or otherwise protected from disclosure.
If you are not the intended recipient, you are hereby notified that any use, disclosure, dissemination, distribution, or copying of this message, or any attachments, is strictly prohibited. If you have received this message in error, please advise the sender by reply e-mail, and delete the message and any attachments. Thank you.




_______________________________________________
Condor-users mailing list
To unsubscribe, send a message to condor-users-request@xxxxxxxxxxx with a
subject: Unsubscribe
You can also unsubscribe by visiting
https://lists.cs.wisc.edu/mailman/listinfo/condor-users

The archives can be found at: https://lists.cs.wisc.edu/archive/condor-users/