Sandro Bonazzola has posted comments on this change.

Change subject: tools: Add script to dump heap
......................................................................


Patch Set 8:

(1 comment)

....................................................
File packaging/bin/engine-heap-dump.sh
Line 30:        local heap="${prefix}heap.${pid}.txt"
Line 31: 
Line 32:        "${JMAP}" -histo -F ${PID} > "${histo}" \
Line 33:                || warn "Cannot dump histogram"
Line 34:        "${JMAP}" -heap ${PID} > "${heap}" \
Any ETA on this?
Line 35:                || warn "Cannot dump heap"
Line 36:        "${JMAP}" -F -dump:format=b,file="${dump}" ${PID} \
Line 37:                || warn "Cannot dump memory"
Line 38: 


-- 
To view, visit http://gerrit.ovirt.org/17470
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: comment
Gerrit-Change-Id: Ic337441123a7129d71c0a90aa4b12c8ec49c03c7
Gerrit-PatchSet: 8
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Alon Bar-Lev <[email protected]>
Gerrit-Reviewer: Alon Bar-Lev <[email protected]>
Gerrit-Reviewer: Eli Mesika <[email protected]>
Gerrit-Reviewer: Liran Zelkha <[email protected]>
Gerrit-Reviewer: Ofer Schreiber <[email protected]>
Gerrit-Reviewer: Roy Golan <[email protected]>
Gerrit-Reviewer: Sandro Bonazzola <[email protected]>
Gerrit-Reviewer: Yair Zaslavsky <[email protected]>
Gerrit-HasComments: Yes
_______________________________________________
Engine-patches mailing list
[email protected]
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to