Skip to content

/bin/time 0maxresident?

If I run GNU time with some large program, I get the following output:
604.90user 13.16system 11:05.56elapsed 92%CPU (0avgtext+0avgdata 0maxresident)k
712inputs+0outputs (5major+76648minor)pagefaults 0swaps

Question – I would guess that maxresident would refer to maximum resident memory usage of the program that I ran, but why is it always zero?

 

One Comment

  1. Michał Masłowski wrote:

    As the man page states, “Not all resources are measured by all versions of Unix, so some of the values might be reported as zero.” On my Gentoo GNU/Linux machine avgtext and avgdata are zero, but maxresident is not zero.

    Tuesday, January 19, 2010 at 16:01 | Permalink

Post a Comment

Your email is never published nor shared. Required fields are marked *
*
*