Jani,
       Do we know an official count on the memory requirements of the new live cd? I was interested so I can make the update to the website in an attempt to lessen the user confusion.

-Adam

On 11/6/06, Eero Tamminen <[EMAIL PROTECTED]> wrote:
Hi,

On Monday 06 November 2006 19:25, Cody Somerville wrote:
> I'm getting a copy of the live cd this weekend (I don't have a burner of
> my own yet) and so I'll play around with it to see if I can identify some
> memory hogs.

Could you mail to the list the output of following command:
--------------------------------
echo "size:,rss:,share:,code:,data:,lib:,dirty:,PID:,name:";
for i in /proc/[0-9]*; do
  echo $(tr ' ' ',' < $i/statm),${i##*/},$(tr '\0' ' ' < $i/cmdline);
done|grep -v 0,0,0,0,0,0,0|sort -nr
--------------------------------

Basically it reads the /proc/PID/statm memory stats for all processes
and outputs them (with process PID and command line) in CSV format
one can view in spreadsheet.

Like "top" this is very inaccurate because it doesn't tell how much of the
memory is private to the process (like much harder to parse /proc/PID/smaps
data would), but it's good enough for rough analysis.


        - Eero

--
xubuntu-devel mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/xubuntu-devel



--
-=:Max:=-
--OpenPGP key: 5DBFA065--
-- 
xubuntu-devel mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/xubuntu-devel

Reply via email to