Skip to content

AlbertDeFusco/qStats2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

qStats

This package provides functionality to make reports from Moab Workload Trace files

Usage

This package provides a command line tool called qstats that generates usage reports for Moab trace files in a specified directory. The data directory has several samples files.

usage: qstats [-h] [-y YEAR] [-q] stats_dir

Moab Queue usage report

positional arguments:
  stats_dir             Directory of Moab Event Stats

optional arguments:
  -h, --help            show this help message and exit
  -y YEAR, --year YEAR
  -q, --by-queue        Show each queue

Installation

To install using setuptools in develop mode.

python setup.py develop --user

To build the conda package.

conda install conda-build anaconda-client
conda build .

The output of conda build will have a path to the zipped build file. It can be installed locally with

conda install --use-local /path/to/zip

or uploaded to anaconda.org and installed over the web.

About

version 2 of qStats.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages