pavement

Talk:Df

From FreeBSDwiki
(Difference between revisions)
Jump to: navigation, search
Line 1: Line 1:
 
I'd like to see a link here to "Memory free". Does anybody know of a quick and simply was to get a [[df]]-style memory listing (something like the '''free''' command under Linux or the '''mem''' command under DOS)?
 
I'd like to see a link here to "Memory free". Does anybody know of a quick and simply was to get a [[df]]-style memory listing (something like the '''free''' command under Linux or the '''mem''' command under DOS)?
  
I know I can use [[top]], but that shows me a whole lot of stuff I don't wanna see, and not everything I want to see (for instance the total amount of physical memory).  
+
I know I can use [[top]], but that shows me a whole lot of stuff I don't w--[[User:Jimbo|Jimbo]] 04:08, 11 Sep 2004 (GMT)anna see, and not everything I want to see (for instance the total amount of physical memory).  
  
 
I know I can type  
 
I know I can type  
Line 16: Line 16:
  
 
- Light
 
- Light
 +
 +
 +
----
 +
  
 
Have you looked at muse?
 
Have you looked at muse?
Line 21: Line 25:
 
http://www.freebsdsoftware.org/ports.php?c=sysutils&n=muse
 
http://www.freebsdsoftware.org/ports.php?c=sysutils&n=muse
  
--[[User:24.168.196.176|24.168.196.176]] 04:07, 11 Sep 2004 (GMT)
+
--[[User:Jimbo|Jimbo]] 04:08, 11 Sep 2004 (GMT)

Revision as of 00:08, 11 September 2004

I'd like to see a link here to "Memory free". Does anybody know of a quick and simply was to get a df-style memory listing (something like the free command under Linux or the mem command under DOS)?

I know I can use top, but that shows me a whole lot of stuff I don't w--Jimbo 04:08, 11 Sep 2004 (GMT)anna see, and not everything I want to see (for instance the total amount of physical memory).

I know I can type

[light@splat ~]$ sysctl -n hw.physmem

to get the amount of physical memory. I can also get a whole bunch of info from vmstat.

If I have the Linux emulation layer installed and the Linux proc system mounted I can type

[light@splat ~]$ cat /usr/compat/linux/proc/meminfo

This gives me almost exactly what I, or in fact what any person first logging into a server and worrying about memory usage, would want to know.

So, is there a simple answer, one that doesn't require anything installed except the basic system? ;)

- Light




Have you looked at muse?

http://www.freebsdsoftware.org/ports.php?c=sysutils&n=muse

--Jimbo 04:08, 11 Sep 2004 (GMT)

Personal tools