[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Disc usage monitors



On Fri, Apr 16, 2004 at 03:00:44PM +0200, Albert Dengg wrote:
> On Fri, 16 Apr 2004 14:25:08 +0200 (SAST)
> <hansdp@newingtoncs.co.za> wrote:
> 
> ...
> > I'm looking for a tool to monitor and log the level of disc usage.
> > Something like the disc tabs in gkrellm, but that doesn't require a
> > gui and that can log the usage and possible generate reports or graphs
> > of some sort.  I've googled, but couln't find anything useful
> > Any ideas?
> ...
> What about df ?
> for contious monitoring, try:
> while true; do clear; df -h; sleep 60; done

watch -n 60 df -h

man 1 watch for the other options. -d is handy

Brian



Reply to: