Skip to content
/ Quick-Vol Public

Simple script to iterate cases and report total item count, audited bytes and file size bytes by batch load

License

Notifications You must be signed in to change notification settings

Nuix/Quick-Vol

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Quick Vol

License This script was last tested in Nuix 8.6

View the GitHub project here or download the latest release here.

Overview

Simple script to generate a simple report of case volume. Given a list of case locations, opens each case then reports by batch load:

  • Nuix Case GUID
  • Batch Load GUID
  • Batch Load Date
  • Total Items
  • Total Audited Size Bytes
  • Total File Size Bytes

Not intended to perform any complex metrics gathering, but instead be a dead simple and quick way to get a high level view of processing volume over time while not capturing sensitive data like custodian names, case names, etc.

Getting Started

Setup

Begin by downloading the latest release of this code. Extract the contents of the archive into your Nuix scripts directory. In Windows the script directory is likely going to be either of the following:

  • %appdata%\Nuix\Scripts - User level script directory
  • %programdata%\Nuix\Scripts - System level script directory

Cloning this Repository

This script relies on code from Nx to present a settings dialog and progress dialog. This JAR file is not included in the repository (although it is included in release downloads). If you clone this repository, you will also want to obtain a copy of Nx.jar by either:

  1. Building it from the source
  2. Downloading an already built JAR file from the Nx releases

Once you have a copy of Nx.jar, make sure to include it in the same directory as the script.

This script also relies on code from SuperUtilities. This JAR file is not included in the repository (although it is included in release downloads). If you clone this repository, you will also want to obtain a copy of SuperUtilities.jar by either:

  1. Building it from the source
  2. Downloading an already built JAR file from the SuperUtilities releases

Once you also have a copy of SuperUtilities.jar, make sure to include it in the same directory as the script.

License

Copyright 2020 Nuix

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

    http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

About

Simple script to iterate cases and report total item count, audited bytes and file size bytes by batch load

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages