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
Zabijanie wszystkich procesów użytkownika
Viewed 2067 times since Thu, May 24, 2018
RHEL: XFS basic operations
Viewed 14691 times since Sat, Jun 2, 2018
chrt command: Set / Manipulate Real Time Attributes of a Linux Process
Viewed 10142 times since Mon, Feb 17, 2020
RHCS6: Basic operations on clustered services
Viewed 2152 times since Sun, Jun 3, 2018
RHCS6: Luci - the cluster management console
Viewed 2601 times since Sun, Jun 3, 2018
Method 2 – Use shell scripts How to install yum cron on a CentOS/RHEL 6.x/7.x
Viewed 3528 times since Tue, Dec 4, 2018
OEL 7 – How to disable IPv6 on Oracle Linux 7
Viewed 17914 times since Fri, Aug 3, 2018
RHCS6: Install a two-node basic cluster
Viewed 2413 times since Sun, Jun 3, 2018
LVM: Create a new Logical Volume / Filesystem
Viewed 1632 times since Sat, Jun 2, 2018
YUM CRON Enabling automatic updates in Centos 7 and RHEL 7
Viewed 11383 times since Fri, Oct 26, 2018