Skip to content

Command-line viewer for PBS (Torque) accounting logs

License

Notifications You must be signed in to change notification settings

geoyin/torque_qhistory

 
 

Repository files navigation

torque_qhistory

qhistory is a basic script to make it easier to view PBS Torque accounting logs. It also installs a new python module "torque_accounting" which encapsulates the actual parsing logic. The easiest way to understand it is to read the code (it's very simple.)

To build and install as an RPM

  1. To build the man pages into the RPM, add the following line to ~/.rpmmacros: %__os_install_post %{nil}
  2. python setup.py bdist_rpm
  3. sudo yum localinstall dist/torque-qhistory-0.1-1.noarch.rpm

You can also just run qhistory directly from a git checkout. Make sure you have Python argparse on your system (added to standard library in Python 2.7, but EL 6 is still on 2.6 so you need to install separately).

About

Command-line viewer for PBS (Torque) accounting logs

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 93.2%
  • Shell 6.8%