How to Check RAM and Hard Disk Status in EVE-NG
Hi Friends,
Frist login your Your Eve ng then type this command in terminal
-
- check your RAM Status in eve-ng : grep MemTotal /proc/meminfo
Return Value will look like this:
root@eve-ng:~# grep MemTotal /proc/meminfo
MemTotal: 22555032 kB
On this return Memory showing on KB used Google converter to check the Actual size as per your expectation.
2. Check your Hard Disk Status of your Eve-NG : df -H
Thanks You