Main > Free Download Search >

Free disk usage software for linux

disk usage

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 2573
NCurses Disk Usage 1.3

NCurses Disk Usage 1.3


NCurses Disk Usage provides a fast and easy interface to your harddrive. more>>
As the name already suggests, ncdu is an NCurses version of the famous old du unix command.

NCurses Disk Usage provides a fast and easy interface to your harddrive. Where is your disk space going? Why is your home directory that large? ncdu can answer those questions for you in just a matter of seconds!

<<less
Download (0.089MB)
Added: 2007-08-06 License: MIT/X Consortium License Price:
813 downloads
xdiskusage 1.48

xdiskusage 1.48


xdiskusage is a graphical display of disk usage. more>>
xdiskusage is a user-friendly program to show you what is using up all your disk space.

It is based on the design of xdu written by Phillip C. Dykstra.

Changes have been made so it runs "du" for you, and can display the free space left on the disk, and produce a PostScript version of the display.

The arrow keys may be used to move the selected directory (shown with a red box) around. There is a pop-up menu (use the right mouse button) with other options for changing the display, you can hide nodes, make that node the "root", change the sort order, etc.

<<less
Download (0.004MB)
Added: 2005-04-08 License: GPL (GNU General Public License) Price:
1666 downloads
TreeDiskUsage 0.0-18

TreeDiskUsage 0.0-18


TreeDiskUsage (TDU) is a Web based disk usage analyse tool. more>>
TreeDiskUsage (TDU) is a Web based disk usage analyse tool.
It is divided into two parts, the scanner and the viewer.
The scanner is a derived work from gnu du (coreutils) and builds a database file with its output.
The viewer is a php script and can be view it with any AJAX-able browser.
Main features:
- Scan at one PC, view somewhere else
- Scan many, view at one place
<<less
Download (0.10MB)
Added: 2007-03-20 License: GPL (GNU General Public License) Price:
949 downloads
Disk Manager 1.0.1

Disk Manager 1.0.1


Disk manager is a simple filesystem configurator. more>>
Disk Manager project is a simple filesystem configurator that allow you to:
- Automaticly detect new partitions at startup.
- Fully manage configuration of filesystem.
- Enable/disable write support for NTFS (need ntfs-3g installed).
<<less
Download (0.055MB)
Added: 2007-07-17 License: GPL (GNU General Public License) Price:
520 downloads
SysUsage 2.4

SysUsage 2.4


SysUsage is a system monitoring and alarm reporting tool. more>>
SysUsage is a system monitoring and alarm reporting tool. The project can generate historical graph views of CPU, memory, IO, network and disk usage, and much more.
Main features:
- Load average.
- CPUs usage. (total, system, user, iowait, idle, steal)
- Memory usage (with and without cache).
- Share memory usage (POSIX /dev/shm).
- Swap usage.
- Page swapping.
- Page I/O stats.
- R/W request stats.
- R/W block stats.
- Created process per second.
- Percentage of open file regarding to file-max.
- Number of socket in use. With TCP versus UDP.
- Any active network interface usage.
- Errors on network interface (bad packet, dropping, collision.
- Any mounted partition disk space usage.
- Monitoring running process.
- Monitoring number of file in queue directory.
USAGE
Once you have correctly installed and configured SysUsage the best way to run it is by croni job. As it is very fast you can set running time each minute. This is the default interval used in the graph report tool sysusagegraph. So I recommand you to do so or to modify this script to match you interval.
Here is how I use it with an installation with all path by default :
*/1 * * * * /INSTALL_DIR/sysusage
*/5 * * * * /INSTALL_DIR/sysusagegraph
If you have change the default installation path (/usr/local/sysusage) you need to give these script the path to the configuration into the command line argument using -c option. To know what arguments can be passed use option -h or --help.
<<less
Download (0.021MB)
Added: 2007-02-28 License: Perl Artistic License Price:
968 downloads
Pod::Usage 1.35

Pod::Usage 1.35


Pod::Usage, pod2usage() can print a usage message from embedded pod documentation. more>>
Pod::Usage, pod2usage() can print a usage message from embedded pod documentation.

SYNOPSIS

use Pod::Usage

my $message_text = "This text precedes the usage message.";
my $exit_status = 2; ## The exit status to use
my $verbose_level = 0; ## The verbose level to use
my $filehandle = *STDERR; ## The filehandle to write to

pod2usage($message_text);

pod2usage($exit_status);

pod2usage( { -message => $message_text ,
-exitval => $exit_status ,
-verbose => $verbose_level,
-output => $filehandle } );

pod2usage( -msg => $message_text ,
-exitval => $exit_status ,
-verbose => $verbose_level,
-output => $filehandle );

pod2usage( -verbose => 2,
-noperldoc => 1 )

<<less
Download (0.095MB)
Added: 2007-08-08 License: Perl Artistic License Price:
808 downloads
Test::Usage 0.07

Test::Usage 0.07


Test::Usage is a different approach to testing: selective, quieter, colorful. more>>
Test::Usage is a different approach to testing: selective, quieter, colorful.

SYNOPSIS

Lets say we are building module Foo.pm. To exercise it, we write a usage examples module, Foo_T.pm, which may eventually look something like this:

package Foo_T;
use Test::Usage;
use strict;
use warnings;
use Foo;

example(e1, sub { ... ok(...); ... die "Uh oh"; ... });
example(a1, sub { ... ok(...) or diag(...); ... });
example(a2, sub { ... ok(...); ... });
example(a3, sub {
my $f = Foo->new();
my $got_foo = $f->foo();
my $exp_foo = FOO;
ok(
$got_foo eq $exp_foo,
"Expecting foo() to return $exp_foo.",
"But got $got_foo."
);
});
Here are a few ways to test its examples:
# Run example a3 only.
perl -MFoo_T -e test(a => "a3")

# Run all examples whose label matches glob a*: a1, a2, a3.
perl -MFoo_T -e test(a => "a*")

# Run all examples found in the test module.
perl -MFoo_T -e test

# Run example a3, reporting successes also, but without color.
perl -MFoo_T -e test(a => "a3", v => 2, c => 0)

# Run and summarize all examples in all "*_T.pm" files found under
# current directory.
perl -MTest::Usage -e files

<<less
Download (0.016MB)
Added: 2006-10-24 License: Perl Artistic License Price:
1096 downloads
diskfree 2.1.0

diskfree 2.1.0


diskfree is a sh-based util for monitoring disk usage with email reporting. more>>
diskfree project is a shell script designed to be run periodically from cron to let you know how much disk space youve used, what directories have grown, which directories have shrunk, etc.
Installing
1. If you have Bash installed, then edit line 1 and point it to Bash. If you dont have Bash installed, but have the Korn shell installed, edit line 1 and point it to that (typically #!/bin/ksh).
2. Decide which directories you want reported on or if youre paranoid, remember to use the -p option. If you want something other than the default then use the -d option
3. Decide who should get the report. If it should go to root, dont do anything. If it goes to someone else, use the -m option (-m someone@somewhere.net)
4. Decide where you want the files this script creates to be put. If /tmp is OK with you, do nothing. If you want them elsewhere use the -l option (-l /var/log)
5. Decide how frequently you want the report run (daily, weekly, monthly, etc) If you want it run daily, then create on entry in your crontab like:
00 00 * * * /some/path/diskfree
If you want to run it monthly as well, I suggest you also add this to crontab:
00 02 01 * * /some/path/diskfree -e monthly
And quarterly would appear in crontab like:
00 04 01 */4 * /some/path/diskfree -e quarterly
6. Save your crontab.
7. Copy diskfree.8 /usr/man/man8
8. Wait for the script to run TWICE, then check your email and review the report
9. Send comments, bugs, suggestions to dhunley@columbus.rr.com
Enhancements:
- Altered the output to put the df output first and the details second.
<<less
Download (0.012MB)
Added: 2005-04-07 License: GPL (GNU General Public License) Price:
1668 downloads
wmdiskmon 0.0.2

wmdiskmon 0.0.2


wmdiskmon is a dockapp that monitors your disks usage in a portable way, using the POSIX command df -P. more>>
wmdiskmon is a dockapp that monitors your disks usage in a portable way, using the POSIX command df -P.

Installation:

1. CONFIGURE THE SOURCES :

$ ./configure [options]

use ./configure --help for more informations on options.

2. COMPILE THE SOURCES :

$ make

3. INSTALL THE PROGRAM :

$ make install-strip

or, if you want a system-wide installation

$ su -c "make install-strip"
<<less
Download (0.090MB)
Added: 2006-11-09 License: GPL (GNU General Public License) Price:
1081 downloads
PicoStorage 0.1

PicoStorage 0.1


PicoStorage is a lightweight structured storage software. more>>
PicoStorage allows you to store hierarhical information (similar to "files and directories") inside a single file. The functionality offered is largely equivalent to the one offered by any filesystem, or by the Structured Storage and Compound Files.

PicoStorage can efficiently handle huge numbers of small files, with very economical disk usage; it also allows you to keep open (in RAM) simultaneously a large number of files. Transaction support guarantees data integrity.

Learn more about the distinctive advantages of PicoStorage. or look at the benchmark.

The library is available on a dual-license basis: under GPL for free, and under a commercial license for use in closed-source applications.

Using

The library contains the classes File and Dir to represent files and directories. On a File you can read or write a number of bytes from a given offset, and set/get the file size. On a Dir you can create entries (either files or subdirectories), open entries, delete entries, and iterate over the directorys content.

The storage itself (i.e. the whole hierarchical structure, contained in a filesystem file) is represented by the class Storage. Using this class, you can create or open a storage, obtain the root directory of the storage, close the storage and do commit or rollback.
<<less
Download (0.13MB)
Added: 2005-04-13 License: GPL (GNU General Public License) Price:
1655 downloads
check_diskio 1.4

check_diskio 1.4


check_diskio project is a simple Nagios plugin to monitor disk I/O on Linux systems (2.4 and 2.6 kernels). more>>
check_diskio project is a simple Nagios plugin to monitor disk I/O on Linux systems (2.4 and 2.6 kernels).

Usage:

usage:
-c crit critical
-w warn warning
-d device disk
-r initialize
-v verbose

<<less
Download (0.009MB)
Added: 2007-04-21 License: GPL (GNU General Public License) Price:
917 downloads
Ice Sound Manager 0.57

Ice Sound Manager 0.57


Ice Sound Manager is a manager for sound events and sound themes for IceWM. more>>
Ice Sound Manager was designed to ease the management of sound events, sound themes, and the IceSound server in the IceWM environment under Linux/Unix. It is also intended to be an improvement upon the noble, but primitive icesndcfg.
The main improvements over icesndcfg include a support for sound event "themes", more comprehensive help, easy management and configuration of the IceSound server, a cleaner GUI interface, automatic starting of the IceSound server, and a more conservative approach to disk space usage. In addition, Ice Sound Manager includes a built-in "Setup" program which runs the first time you run Ice Sound Manager.
The application is written in Python (making it more easily ported across various platforms and architectures) and uses GTK through the PyGTK libraries. This application is available in both .tar.bz2, RPM, and static binary (for people without Python/PyGtk).
Please note that the tar.gz file does NOT need to be compiled (this is python, remember). System requirements are as follows: Python 2.2, PyGTK-2 1.9.9/2.0.0, IceWM (or IceWM-Gnome) 1.2.0 or better - with the IceSound Server executable (generally called, icesound or icesound-gnome). IceWM version 1.2.6 or better is highly recommended.
NONE of the following is required: Gnome, Gnome libs, or PyGnome (python-gnome). This application has NOT been tested with earlier versions of Python, IceWM, PyGTK, and IceSound Server. I cant say that it wont work with earlier versions, but I certainly cant say that it will. This application has NO dependencies on Gnome. 8-)
This software is distributed under the GPL license (included in the documentation and source code): Its free and open source for all legal and NON-commerical use, copying, modification, and redistribution, provided all of the authors credits are left in-tact and unmodified. This software is distributed AS-IS, with no warranty whatsoever. Copyright (c) 2002-2004 Erica Andrews (PhrozenSmoke[at]yahoo.com). All rights reserved.
Ice Sound Manager has been designed and tested in the following environment(s): Mandrake 8.1, SuSe 8.1, Kernel 2.4.8 / 2.4.19, Glibc 2.2.4 / 2.2.5, XFree86 4.0.1 - 4.3.0, Python 2.2 - 2.2.1, PyGtk 0.6.9/PyGtk-2 2.0.0, Gtk version 1.2.8-4-1.2.10, Gtk+2 version 2.0.6, IceWM 1.0.9 - 1.2.15, IceWM-Gnome 1.0.9 / 1.2.2, with both icesound and icesound-gnome sound server executables. The test computers (3) were all Pentium 1, ranging in memory from 64MB to 256MB - nothing spectacular. It should run well on very old computers.
Requierments:
- Access to a Bash shell (very important), Python (2.2 or better), PyGtk-2 (1.9.9/2.0.0 or better), and Gtk+ 2.0.6 or better - neither Gnome nor PyGnome is required. (IceWMCP versions 2.5 and earlier require Gtk+1 and PyGtk-1 0.6.9) Repeat: IceWM requires NOTHING gnome-related.
- Also, your version of PyGtk should have the Gdk-Pixbuf modules on your system. Please run ALL IceWMCP programs from a BASH shell: Using other shells such as ksh, pdksh, csh, tcsh, etc. is likely to cause problems. If your IceWMCP programs have trouble launching other applications, it is most likely because you are using something other than a Bash (/bin/bash) shell. Run the programs from Bash...period! If you attempt to run the application and get ANY kind of error that says something like "Import Error", it means YOU do not have all the necessary Python libraries installed or do not have them installed correctly: This is NOT a bug, so do not file a bug report when you dont have the necessary software properly installed. Getting Python and PyGtk and getting them setup right is YOUR business. DO NOT ask for help installing Python, PyGtk, or GdkPixbuf. I recommend you get them from: http://speakeasy.rpmfind.net. If you are using a Python version lower than 2.2 and are too lazy to upgrade, use the "binary" distribution of IceWM Control Panel, or dont bother at all. NOTE: These requirements apply only to the standard pure-python version of IceWM Control Panel. Compiled, binary copies of IceWM Control Panel are stand-alone executables that do NOT require Python or PyGtk.
- Disk space requirements: The standard, pure-Python version of IceWM Control Panel uses approximately 1.75-2.2 MB of disk space - very small! The compiled, binary version of IceWM Control Panel uses about 3.7 MB of disk space. Yes, the binary version is large, so people too lazy or impatient to install Python and PyGtk properly and choose to use the stand-alone binary version will pay with disk space. At last check, the Hardware (or System) plug-in uses about 1.9 MB of disk space (most of it being the hardware ID data file).
<<less
Download (0.76MB)
Added: 2005-05-10 License: GPL (GNU General Public License) Price:
1635 downloads
Original Disk Mount Applet 2.10.0

Original Disk Mount Applet 2.10.0


Original Disk Mount Applet is the original disk mount panel applet. more>>
Original Disk Mount Applet is the original disk mount panel applet.

This is the same as the disk mounter included through GNOME 2.8. For GNOME 2.10 the official applet was rewritten, the new version adds the ability to autodetect mountable devices, but drops a significant (all) configurability.

It no longer allows you to choose which devices are displayed on the panel, their order, or icon representation.

Install this applet if you want to restore the old disk mounter behavior for GNOME 2.10.

<<less
Download (0.064MB)
Added: 2005-08-02 License: GPL (GNU General Public License) Price:
1547 downloads
Usage Counter 0.2

Usage Counter 0.2


Usage Counter is a Firefox extension that tells you how much time you have spent using Firefox and browsing sites. more>> <<less
Download (0.006MB)
Added: 2007-07-24 License: MPL (Mozilla Public License) Price:
823 downloads
bak2disc 0.7

bak2disc 0.7


bak2disc is a disc-based backup script aimed at being easy to use and powerful. more>>
bak2disc is a disc-based backup script aimed at being easy to use and powerful. bak2discs most notable feature is the way it groups common files and directories together to preserve structure when data is divided into disc volumes.

This functionality is a tunable threshold that lets you control the balance between data contiguity and effective disc usage.

In addition, bak2disc also features multi-session support that lets you stop the writing cycle between volumes and resume it later. Burning is done on-the-fly, with growisofs for DVDs and cdrecord for CDs.
<<less
Download (0.018MB)
Added: 2006-09-19 License: GPL (GNU General Public License) Price:
1130 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5