文件名称:torque_qhistory:PBS(扭矩)记帐日志的命令行查看器
文件大小:14KB
文件格式:ZIP
更新时间:2024-06-20 08:16:02
Python
扭矩_qhistory qhistory是一个基本脚本,可以更轻松地查看 PBS Torque 记帐日志。 它还安装了一个新的 python 模块“torque_accounting”,它封装了实际的解析逻辑。 理解它的最简单方法是阅读代码(非常简单。) 作为 RPM 构建和安装 要将手册页构建到 RPM 中,请将以下行添加到 ~/.rpmmacros: %__os_install_post %{nil} python setup.py bdist_rpm sudo yum localinstall dist/torque-qhistory-0.1-1.noarch.rpm 您也可以直接从 git checkout 运行 qhistory。 确保您的系统上有 Python argparse(已添加到 Python 2.7 的标准库中,但 EL 6 仍在 2.6 上,因此您需要单独安
【文件预览】:
torque_qhistory-master
----accounting_preprocess.sh(2KB)
----man()
--------qhistory.1(1KB)
--------qhistory.1.md(985B)
--------qhistory.1.html(5KB)
----MANIFEST(101B)
----torque_accounting()
--------parser.py(4KB)
--------__init__.py(0B)
----LICENSE(1KB)
----setup.cfg(87B)
----qhistory(22KB)
----setup.py(518B)
----.gitignore(21B)
----README.md(757B)