Hi there,
On Thu, 30 Aug 2007 09:31:00 -0500, Scott Oertel <[EMAIL PROTECTED]> wrote:
> Decibel! wrote:
>> Is there anything like top, but for filesystem activity? Google hasn't
>> turned up anything...
>>
check out gstat
I like that one a lot :)
I missed it always when I'm administrating linux bo
Decibel! wrote:
> Is there anything like top, but for filesystem activity? Google hasn't
> turned up anything...
>
Usually I use top -m io, but I like also using systat -iostat 2, or
systat -vmstat 2, they both show more of a snapshot of the activity on
each disk
-Scott Oertel
__
On Tue, 28 Aug 2007 14:47:08 -0500
Decibel! <[EMAIL PROTECTED]> wrote:
> Is there anything like top, but for filesystem activity? Google hasn't
> turned up anything...
gstat ?
___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman
On Tue, 28 Aug 2007, Decibel! wrote:
Is there anything like top, but for filesystem activity? Google hasn't
turned up anything...
Maybe you are looking for "gstat"?
/Chris
--
http://www.arnold.se/
___
freebsd-stable@freebsd.org mailing l
On Tue, Aug 28, 2007 at 11:26:00PM +0200, Christopher Arnold wrote:
> On Tue, 28 Aug 2007, Decibel! wrote:
>
> >Is there anything like top, but for filesystem activity? Google hasn't
> >turned up anything...
> >
> Maybe you are looking for "gstat"?
Actually, top -mio is exactly what I was looking
Original Message -
From: "Decibel!" <[EMAIL PROTECTED]>
To:
Sent: Tuesday, August 28, 2007 3:47 PM
Subject: top for IO stats
Is there anything like top, but for filesystem activity? Google hasn't
turned up anything...
--
How about -- top -mio
man top
___
On Tue, Aug 28, 2007 at 01:14:30PM -0700, Jeremy Chadwick wrote:
> On Tue, Aug 28, 2007 at 02:47:08PM -0500, Decibel! wrote:
> > Is there anything like top, but for filesystem activity? Google hasn't
> > turned up anything...
>
> I think what you're looking for is iostat(8). Keep in mind that thi
On Tue, Aug 28, 2007 at 02:47:08PM -0500, Decibel! wrote:
> Is there anything like top, but for filesystem activity? Google hasn't
> turned up anything...
I think what you're looking for is iostat(8). Keep in mind that this
doesn't break things down "per process" however. fstat(1) would work
for