RHEL: Display swap/RAM size

RHEL: Display swap/RAM size

# File containing information about system memory
   /proc/meminfo


# Display physical memory size

cat /proc/meminfo | grep MemTotal
   MemTotal:     11508864 kB


# Display swap size

cat /proc/meminfo | grep SwapTotal
   SwapTotal:    14352376 kB


free
                total       used       free     shared    buffers     cached
   Mem:      11508864    4983968    6524896          0     399096    3963080
   -/+ buffers/cache:     621792   10887072
   Swap:     14352376         56   14352320


free -m
                total       used       free     shared    buffers     cached
   Mem:         11239       4867       6371          0        389       3870
   -/+ buffers/cache:        607      10631
   Swap:        14015          0      14015



# Display partitions being used for swap

cat /proc/swaps
   Filename                                Type            Size    Used    Priority
   /dev/mapper/rvg-swaplv                  partition       14352376        56      -1


# Show shared memory limits
ipcs -lm
   ------ Shared Memory Limits --------
   max number of segments = 4096
   max seg size (kbytes) = 67108864
   max total shared memory (kbytes) = 17179869184
   min seg size (bytes) = 1
0 (0)
Article Rating (No Votes)
Rate this article
Attachments
There are no attachments for this article.
Comments
There are no comments for this article. Be the first to post a comment.
Full Name
Email Address
Security Code Security Code
Related Articles RSS Feed
Linux PAM configuration that allows or deny login via the sshd server
Viewed 1872 times since Wed, Oct 3, 2018
How to create a Systemd service in Linux
Viewed 2814 times since Mon, Dec 7, 2020
stunnel How To Set Up an SSL Tunnel Using Stunnel on Ubuntu
Viewed 1651 times since Sun, Dec 6, 2020
LVM: Rename root VG/LV
Viewed 7528 times since Sat, Jun 2, 2018
Script to Offline and Remove A Disk In Linux
Viewed 1891 times since Mon, Jan 28, 2019
Linux get the list of FC HBA’s and WWPN
Viewed 3188 times since Tue, May 22, 2018
Linux: how to monitor the nofile limit
Viewed 10577 times since Wed, Jul 25, 2018
Red Hat Enterprise Linux - Allow Root Login From a Specific IP Address Only
Viewed 2725 times since Wed, Oct 3, 2018
logrotate How log rotation works with logrotate
Viewed 8939 times since Sun, Jan 12, 2020
VMWare tools free
Viewed 8981 times since Mon, Jul 16, 2018