LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Server
User Name
Password
Linux - Server This forum is for the discussion of Linux Software used in a server related context.

Notices


Reply
  Search this Thread
Old 01-08-2015, 08:40 PM   #1
pitoukhmer
LQ Newbie
 
Registered: Aug 2012
Posts: 2

Rep: Reputation: Disabled
This my system info after - cat /proc/meminfo


Dear all expert here,

Here is my message after I process - cat /proc/meminfo
Code:
[root@dg01 ~]# cat /proc/meminfo 
MemTotal:       82643356 kB
MemFree:        42923008 kB
Buffers:           20096 kB
Cached:         23150456 kB
SwapCached:      3003136 kB
Active:         28885388 kB
Inactive:        7243448 kB
Active(anon):   28785308 kB
Inactive(anon):  7107220 kB
Active(file):     100080 kB
Inactive(file):   136228 kB
Unevictable:            0 kB
Mlocked:               0 kB
SwapTotal:      33554424 kB
SwapFree:              0 kB
Dirty:               232 kB
Writeback:             4 kB
AnonPages:       9955464 kB
Mapped:         14229624 kB
Shmem:          22934220 kB
Slab:            1802864 kB
SReclaimable:     380392 kB
SUnreclaim:      1422472 kB
KernelStack:        7056 kB
PageTables:      1420524 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    74876100 kB
Committed_AS:   58769516 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      486256 kB
VmallocChunk:   34316335112 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4780032 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        5604 kB
DirectMap2M:     2078720 kB
DirectMap1G:    81788928 kB
Could anyone tell me please why my SwapFree is empty and how can I check which one are using it (I mean OS or Application)?

Would be appreciate for your help.

Regards,
Pitou

Last edited by pitoukhmer; 01-08-2015 at 09:16 PM.
 
Old 01-12-2015, 04:20 PM   #2
smallpond
Senior Member
 
Registered: Feb 2011
Location: Massachusetts, USA
Distribution: Fedora
Posts: 4,140

Rep: Reputation: 1263Reputation: 1263Reputation: 1263Reputation: 1263Reputation: 1263Reputation: 1263Reputation: 1263Reputation: 1263Reputation: 1263
This will tell you which processes have a large virtual memory size, which is not exactly the same thing.
Code:
ps waux |awk '{if ($5 > 1000000) print $0}'
 
Old 01-12-2015, 05:47 PM   #3
unSpawn
Moderator
 
Registered: May 2001
Posts: 29,415
Blog Entries: 55

Rep: Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600
This may be simpler / easier to read as it only shows you the process Id, percentage and command lines of processes using thirty percent memory (RSS) or more:
Code:
\ps --no-headers -eopid,%mem,cmd ax --sort=%mem|awk '{if ($2 > 30) print}'
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
/proc/meminfo VS /proc/kcore Fill Linux - Newbie 2 08-04-2011 04:13 AM
/proc/meminfo vkmgeek Linux - General 6 03-20-2008 12:12 AM
Is the Memory info given by dmesg and /proc/meminfo same? sameeruj Linux - General 1 09-13-2007 07:46 AM
/proc/meminfo gives wrong info jr8rdt Linux - Hardware 2 12-07-2006 06:37 PM
Define fields in /proc/meminfo ilnli Linux - General 1 05-17-2005 01:23 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Server

All times are GMT -5. The time now is 06:21 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration