Sergio 'OKreZ' Agosti <[EMAIL PROTECTED]> wrote: > > see options of ps (man ps) > > > >> I want to find out the total and the peak memory > >> usage of a program(in Linux) > > or try with 'top' >
For measuring memory usage (and finding memory leaks) valgrind generally works much better than either ps or top. -- D. Richard Hipp <[EMAIL PROTECTED]> ----------------------------------------------------------------------------- To unsubscribe, send email to [EMAIL PROTECTED] -----------------------------------------------------------------------------