You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Tibor Digana (JIRA)" <ji...@apache.org> on 2015/06/10 04:04:00 UTC

[jira] [Closed] (SUREFIRE-840) Print memory usage

     [ https://issues.apache.org/jira/browse/SUREFIRE-840?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tibor Digana closed SUREFIRE-840.
---------------------------------
    Resolution: Won't Fix

> Print memory usage
> ------------------
>
>                 Key: SUREFIRE-840
>                 URL: https://issues.apache.org/jira/browse/SUREFIRE-840
>             Project: Maven Surefire
>          Issue Type: Improvement
>          Components: Maven Surefire Plugin
>            Reporter: simon.brandhof
>
> The memory usage is helpful when the process is forked. It could look like :
> * When forkMode is "once" :
> {noformat}
> Results :
> Tests run: 20, Failures: 0, Errors: 0, Skipped: 0
> Tests Memory: 91M/171M
> {noformat}
> * When forkMode is "always" :
> {noformat}
> Running org.foo.MyTest
> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec, Memory usage: 91M/171M
> {noformat}
> * When forkMode is "perthread" :
> {noformat}
> Results :
> Tests run: 20, Failures: 0, Errors: 0, Skipped: 0
> Tests Memory: 91M/171M, 20M/171M, 87M/200M
> {noformat}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)