| Author |
Linux tool for disk blocks usage
|
|
| x_coder@hotmail.com 2007-04-24, 7:13 am |
| Hi,
What is a good tool to remotely monitor disk usage (actual blocks used
and free space) for storage hosted by a Linux server? Perhaps a tool
with some graphical usage summary? Monitoring the data via CIFS and
NFS shares will not work in our environment that well since some
directories are not exposed via NAS protocols
Lyle
| |
| Alexander Skwar 2007-04-24, 7:13 am |
| x_coder@hotmail.com <x_coder@hotmail.com> wrote:
> Hi,
> What is a good tool to remotely monitor disk usage (actual blocks used
> and free space) for storage hosted by a Linux server?
df. I'd login to the Linux server (with SSH) and run df periodically.
Maybe in combination with the "watch" tool, like so:
watch -d df
Alexander Skwar
| |
| x_coder@hotmail.com 2007-04-24, 7:13 pm |
| On Apr 24, 12:32 am, Alexander Skwar <alexan...@skwar.name> wrote:
> x_co...@hotmail.com <x_co...@hotmail.com> wrote:
>
> df. I'd login to the Linux server (with SSH) and run df periodically.
> Maybe in combination with the "watch" tool, like so:
>
> watch -d df
>
> Alexander Skwar
No commercial application with a richer feature set and graphs?
Things like alerts etc that are available on SRM tools?
| |
| Rob Turk 2007-04-24, 7:13 pm |
| <x_coder@hotmail.com> wrote in message
news:1177443049.832087.142000@b40g2000prd.googlegroups.com...
>
> No commercial application with a richer feature set and graphs?
> Things like alerts etc that are available on SRM tools?
>
NetVault Report manager from Bakbone may be able to do what you need.
Rob
| |
| Alexander Skwar 2007-04-25, 7:13 am |
| x_coder@hotmail.com <x_coder@hotmail.com> wrote:
> On Apr 24, 12:32 am, Alexander Skwar <alexan...@skwar.name> wrote:
>
> No commercial application with a richer feature set and graphs?
You didn't ask for that, orgiginally.
Anyway - you can get the diskusage data via SNMP. There are loads of
SNMP monitoring tools outthere. You might even be able to find something,
where you can waste money on.
Alexander Skwar
|
|
|
|