Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
auto-physmem(8) 	     System Manager's Manual		 auto-physmem(8)

SYNOPSIS
     auto-physmem

ARGUMENTS
     None.

DESCRIPTION
     Report the total physical memory, in bytes.

RETURN VALUES
     0 on success, non-zero if OS is not yet supported.

EXAMPLES
     #!/bin/sh -e

     printf "%s MiBn" $((`auto-physmem` / 1024 / 1024))

SEE ALSO
     sysctl(8), /proc/meminfo (Linux)

								 auto-physmem(8)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=auto-physmem&sektion=8&manpath=FreeBSD+Ports+15.1.quarterly>

home | help