About 361,000 results
Open links in new tab
  1. How to check RAM size? - Ask Ubuntu

    Mar 31, 2017 · What is the command to find the RAM size in my computer? I want to see the result in megabytes (MB).

  2. How can I find out the total physical memory (RAM) of my Linux box ...

    Dec 3, 2013 · The option --memory simplifies the script but I realized that older releases of that command have no --memory option. My last chance was the getconf command. It reports the …

  3. How can I find Java heap size and memory used (Linux)?

    How can I check heap size (and used memory) of a Java application on Linux through the command line? I have tried through jmap. But it gives information about internal memory areas, like Eden, Perm...

  4. linux - How can I measure the actual memory usage of an application …

    Jul 22, 2017 · How do you measure the memory usage of an application or process in Linux? From the blog article of Understanding memory usage on Linux, ps is not an accurate tool to use for this intent. …

  5. linux command to get size of files and directories present in a ...

    How can I see the size of files and directories in Linux? If use df -m, then it shows the size of all the directory at the top level, but, for the directories and files inside the directory, how do I check the size?

  6. How to Check How Much Ram - Ask Ubuntu

    Sep 25, 2019 · How do i view how much ram is installed on my PC It's supposed to be 8GB but with a command i tried it says 6GB ram and 2GB swap file total used free shared buff/c...

  7. How do I determine the total size of a directory (folder) from the ...

    Is there a simple command to display the total aggregate size (disk usage) of all files in a directory (folder)? I have tried these, and they don't do what I want: ls -l, which only displays the s...

  8. How can I see the memory occupied by a file and folder and also entire ...

    I'm having some files and folders in the "My Documents" directory. What are the commands to see the size of a file and directory in a terminal?

  9. memory management - How to get page size programmatically within …

    Feb 3, 2011 · How to get page size programmatically within Linux kernel module code Asked 14 years, 10 months ago Modified 2 years, 2 months ago Viewed 88k times

  10. How to find how much RAM does my computer have? - Ask Ubuntu

    May 31, 2013 · Also easy to use commands to check RAM: free -lm Using top command itself or: top | grep -i mem Similar to top but a bit more advanced is htop but the package has to be installed sudo …