Skip to content

Tarik Billa

  • Web Development
    • html
    • vue.js
    • laravel
    • css
    • javascript
    • jquery
    • node.js
    • php
    • asp.net
  • Programming
    • python
    • java
    • c
    • c++
    • c#
  • git
  • android

free-command

What is equivalent of Linux’s ‘free’ command on FreeBSD v8.1 [closed]

August 30, 2023 by Tarik

vmstat has default output which is similar in nature and takes many options that give extremely detailed information, eg vmstat -m swapinfo would cover the swap part top -d1 causes top to print one screen and exit, and the banner is very similar to free. Use top -d1 | head -n 7 to see only … Read more

Categories linux Tags free-command, freebsd, linux, memory, porting Leave a comment

What is available and free memory in response of free command on Linux? [closed]

July 27, 2023 by Tarik

Modern operating systems go out of their way to keep as little memory free as possible. Memory that is free is actually harder to use because it has to be transitioned from free to in use. Memory that is already in use, that is, memory that is available but not free, can easily be switched … Read more

Categories linux Tags free-command, heap-memory, linux, memory, unix Leave a comment

Linux free shows high memory usage but top does not

March 12, 2023 by Tarik

Don’t look at the “Mem” line, look at the one below it. The Linux kernel consumes as much memory as it can to provide the I/O cache (and other non-critical buffers, but the cache is going to be most of this usage). This memory is relinquished to processes when they request it. The “-/+ buffers/cache” … Read more

Categories linux Tags free-command, linux, memory-management, process, redhat Leave a comment

Tarik Billa

Software Engineer
tarikbilla@gmail.com
+8801884414000
  • Reuse a hash in YAMLApril 17, 2024
  • Dockerfile: how to redirect the output of a RUN command to a variable?April 16, 2024
  • How to cd to a directory with spaces in the directory name?April 16, 2024
  • Maximum MIME type length when storing the type in a databaseApril 16, 2024
  • What is the difference between Unit, Integration, Regression and Acceptance Testing?April 16, 2024
© 2026 Tarik Billa