I need to find the RAM usage of kernel space and user space memory used. On seeing
cat /proc/meminfo
I couldn't able to find the exact details. Is there any command line to find the RAM usage of kernel space and user space memory used.
For that, there is the free command. The free command displays: Total amount of free and used physical memory. Total amount of swap memory in the system.
Kernel command-line parameters, also known as kernel arguments, are used to customize the behavior of Red Hat Enterprise Linux at boot time only.
Try:
sudo slabtop
or
sudo cat /proc/slabinfo
These should give you enough information to estimate the total kernel memory consumption.
You can read more info about kernel and userspace memory here.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With