Skip to content

Latest commit

 

History

History
56 lines (37 loc) · 2.17 KB

TODO.md

File metadata and controls

56 lines (37 loc) · 2.17 KB

This is a list of feature requests and enhancements that have come up over the years. Most of them are not easy to implement in the current architecture, but I'm still keeping the requests here for future reference or for if I ever get bored and have a lot of time on my hands. Anybody is free to pick and implement any of these tasks, of course!

Edit database to remove path(s) from Index and do all cleanup

This should be a simple change to add, though it does require some hackery to remove entries from the records[] array in the DB. Needs thought. Currently only solution would be to index to a totally new DB file with only the path(s) you want.

Show increase since last index or time period

#153

The main reason I started using this tool is actually trying to find users that increase their home directory rapidly. It was easy in the beginning but starting to get much harder now that we have more users and I keep forgetting the initial size. :) I think it would be nice, and certainly possible?, for DUC to show the increase in % since last index or a configured time period (say 7 days ago).

Incremental Indexing

#115

Just a question, is the indexing process incremental or does it restart the indexing from scratch each time?

Per user filtering

#30

At work I have to monitor files that differ on a per-user basis, so it would be nice to produce graphs that are limited to a single user and / or use the data to produce a graph that showed the percentage of the disk space used by a specific user. This way I could send users graphs of the disk usage limited to their user.

Directory mtime optimization

#101

When running index against an existing database does duc compare the current mtime of directories in the filesystem versus the database to see whether readdir() is needed to update the database, or as a performance optimization whether an update of that directory can be skipped?

overall graph of multiple datasets in a database

#56