Get your server issues fixed by our experts for a price starting at just 25 USD/Hour. Click here to register and open a ticket with us now!

Author Topic: Agedu  (Read 4955 times)

0 Members and 1 Guest are viewing this topic.

Vinil

  • Guest
Agedu
« on: January 25, 2014, 01:09:28 am »
Agedu is an open source and free utility (much like du command) that helps system administrators to track down wasted disk space used by old files and delete them to free up some space. Agedu does a complete scan and produces reports that shows how much disk space is utilized by each directory and sub directory along with the last-access times of files. In simple words, it simply helps you to free up disk space.


Agedu Features

*   Creates graphical reports.
*   Produces data output in HTML format.
*   Generates HTML reports with hyperlinks to other directories for easy navigation to gather reports.
*   Provides more configurable options.


 Install Agedu in RHEL, CentOS, Fedora

To install Agedu, you need turn on EPEL repository and run the following command to install it.

Code: [Select]
# yum install agedu

How to Scan disk using Agedu

The following command will do a complete scan of a directory and its sub-directories and creates a special index file contacting its data structure.


Quote
# agedu -s /home/vinzabb/

Built pathname index, 3791 entries, 347414 bytes of index                                                                           
Faking directory atimes
Building index
Final index file size = 859904 bytes

Next, type the following command to query newly created index file.

Quote
# agedu -w

Using Linux /proc/net magic authentication
URL: http://127.0.0.1:58846/


For more information on agedu command options and usage, please read the man pages or visit agedu home page.

http://www.chiark.greenend.org.uk/~sgtatham/agedu/?referrer=cyberciti.biz

# man agedu