[olug] impressive box
Vincent
vincentr at cox.net
Wed Jun 4 04:54:13 UTC 2003
Kinda like this?
All that memory is for a 6 line shell script (which happens to be parsing over 2 million files :).
[user at host ~]$ free -m
total used free shared buffers cached
Mem: 2016 2004 12 0 71 1516
-/+ buffers/cache: 415 1600
Swap: 1027 89 937
[user at host ~]$ cat /proc/meminfo
total: used: free: shared: buffers: cached:
Mem: 2114777088 2102288384 12488704 0 75399168 1682976768
Swap: 1077469184 94150656 983318528
MemTotal: 2065212 kB
MemFree: 12196 kB
MemShared: 0 kB
Buffers: 73632 kB
Cached: 1553228 kB
SwapCached: 90304 kB
Active: 1062876 kB
Inact_dirty: 706060 kB
Inact_clean: 47732 kB
Inact_target: 363332 kB
HighTotal: 1179648 kB
HighFree: 1024 kB
LowTotal: 885564 kB
LowFree: 11172 kB
SwapTotal: 1052216 kB
SwapFree: 960272 kB
Committed_AS: 411044 kB
[user at host ~]$ ps -aux | egrep [7]259\|VSZ
USER PID %CPU %MEM VSZ RSS TTY STAT START TIME COMMAND
support 7259 54.0 7.9 187264 163840 ? SN May29 4193:49 /bin/bash ./remo
----- Original Message -----
From: "Brian Roberson" <roberson at olug.org>
To: "Omaha Linux User Group" <olug at olug.org>
Sent: Tuesday, June 03, 2003 11:29 PM
Subject: Re: [olug] impressive box
> Thats all buffers and cache ; checkout the detail on the mem allocations -
> the box is basically idle.
>
>
>
>
> ----- Original Message -----
> From: "Trent Melcher" <tmelcher at trilogytel.com>
> To: "'Omaha Linux User Group'" <olug at olug.org>
> Sent: Tuesday, June 03, 2003 9:12 PM
> Subject: RE: [olug] impressive box
>
>
> > What the heck is running that is taking up >800MBs of memory????
> >
> > Trebt
> >
> > -----Original Message-----
> > From: olug-bounces at olug.org [mailto:olug-bounces at olug.org] On Behalf Of
> > Brian Roberson
> > Sent: Tuesday, June 03, 2003 7:00 PM
> > To: olug at olug.org
> > Subject: [olug] impressive box
> >
> >
> > not too shabby ;-)
> >
> >
> > oma-linapp01:~ # cat /proc/cpuinfo
> > processor : 0
> > vendor_id : GenuineIntel
> > cpu family : 15
> > model : 2
> > model name : Intel(R) Xeon(TM) CPU 2.80GHz
> > stepping : 7
> > cpu MHz : 2793.958
> > cache size : 512 KB
> > fdiv_bug : no
> > hlt_bug : no
> > f00f_bug : no
> > coma_bug : no
> > fpu : yes
> > fpu_exception : yes
> > cpuid level : 2
> > wp : yes
> > flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge
> > mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm
> > bogomips : 5570.56
> >
> > processor : 1
> > vendor_id : GenuineIntel
> > cpu family : 15
> > model : 2
> > model name : Intel(R) Xeon(TM) CPU 2.80GHz
> > stepping : 7
> > cpu MHz : 2793.958
> > cache size : 512 KB
> > fdiv_bug : no
> > hlt_bug : no
> > f00f_bug : no
> > coma_bug : no
> > fpu : yes
> > fpu_exception : yes
> > cpuid level : 2
> > wp : yes
> > flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge
> > mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm
> > bogomips : 5583.66
> >
> > processor : 2
> > vendor_id : GenuineIntel
> > cpu family : 15
> > model : 2
> > model name : Intel(R) Xeon(TM) CPU 2.80GHz
> > stepping : 7
> > cpu MHz : 2793.958
> > cache size : 512 KB
> > fdiv_bug : no
> > hlt_bug : no
> > f00f_bug : no
> > coma_bug : no
> > fpu : yes
> > fpu_exception : yes
> > cpuid level : 2
> > wp : yes
> > flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge
> > mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm
> > bogomips : 5583.66
> >
> > processor : 3
> > vendor_id : GenuineIntel
> > cpu family : 15
> > model : 2
> > model name : Intel(R) Xeon(TM) CPU 2.80GHz
> > stepping : 7
> > cpu MHz : 2793.958
> > cache size : 512 KB
> > fdiv_bug : no
> > hlt_bug : no
> > f00f_bug : no
> > coma_bug : no
> > fpu : yes
> > fpu_exception : yes
> > cpuid level : 2
> > wp : yes
> > flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge
> > mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm
> > bogomips : 5583.66
> >
> > oma-linapp01:~ # cat /proc/meminfo
> > total: used: free: shared: buffers: cached:
> > Mem: 2100482048 806871040 1293611008 0 142327808 588771328
> > Swap: 1077501952 0 1077501952
> > MemTotal: 2051252 kB
> > MemFree: 1263292 kB
> > MemShared: 0 kB
> > Buffers: 138992 kB
> > Cached: 574972 kB
> > SwapCached: 0 kB
> > Active: 187904 kB
> > Inactive: 536216 kB
> > HighTotal: 1169408 kB
> > HighFree: 578736 kB
> > LowTotal: 881844 kB
> > LowFree: 684556 kB
> > SwapTotal: 1052248 kB
> > SwapFree: 1052248 kB
> > oma-linapp01:~ #
> >
> > _______________________________________________
> > OLUG mailing list
> > OLUG at olug.org
> > http://lists.olug.org/mailman/listinfo/olug
> >
> >
> > _______________________________________________
> > OLUG mailing list
> > OLUG at olug.org
> > http://lists.olug.org/mailman/listinfo/olug
> >
>
> _______________________________________________
> OLUG mailing list
> OLUG at olug.org
> http://lists.olug.org/mailman/listinfo/olug
>
More information about the OLUG
mailing list