• Please be aware: Kaspersky Anti-Virus has been deprecated
    With the upgrade to Plesk Obsidian 18.0.64, "Kaspersky Anti-Virus for Servers" will be automatically removed from the servers it is installed on. We recommend that you migrate to Sophos Anti-Virus for Servers.
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

Question RAM Usage Discrepancy - Health Monitor vs Server Information

pointblank

New Pleskian
Hi Everyone,

Not sure If I am reading this correctly but when I check my RAM usage using Health Monitor, I see:
12.3% usage and 480 MB used of out 3.8 GB.
Screenshot

But when I go check the RAM usage under Server Information, I see:
22% usage and 3.0 GB used out of 3.8 GB
Screenshot

Which number should I rely on?
 
Last edited:
both are correct,

The second includes buffers and cache.
There are lots of memory types in use. If you really want the details, you need to go via the command line.

"cat /proc/meminfo" or "free" are both memory info commands

example output of "free" command
Code:
             total       used       free     shared    buffers     cached
Mem:      49550936   48891024     659912     328240    6405796   33922588
-/+ buffers/cache:    8562640   40988296
Swap:     10485756          0   10485756

example output of cat /proc/meminfo command
Code:
MemTotal:       49550936 kB
MemFree:          660784 kB
Buffers:         6405796 kB
Cached:         33922588 kB
SwapCached:            0 kB
Active:         17696112 kB
Inactive:       25084284 kB
Active(anon):    2487568 kB
Inactive(anon):   292664 kB
Active(file):   15208544 kB
Inactive(file): 24791620 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      10485756 kB
SwapFree:       10485756 kB
Dirty:               684 kB
Writeback:             8 kB
AnonPages:       2452028 kB
Mapped:           352672 kB
Shmem:            328240 kB
Slab:            5707052 kB
SReclaimable:    5165072 kB
SUnreclaim:       541980 kB
KernelStack:        8624 kB
PageTables:        45552 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    35261224 kB
Committed_AS:   10270744 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      386916 kB
VmallocChunk:   34333790624 kB
HardwareCorrupted:     0 kB
AnonHugePages:      2048 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:       11776 kB
DirectMap2M:     2076672 kB
DirectMap1G:    48234496 kB


regards
Jan
 
Back
Top