一个彩色的命令行工具替代网格引擎qstat命令

cqstat的Python项目详细描述


一个彩色的命令行工具替代网格引擎qstat命令

http://owncloud.a-fal.com/index.php/apps/files_sharing/ajax/publicpreview.php?x=2486&y=1806&a=true&file=cqstat.png&t=caPVu821M0bGOhq&scalingup=0

安装

来自PIP
pip install cqstat

或来自https://github.com/ronin-gw/cqstat

的下载源

配置

编辑~/cqstat_config.json以配置一些默认值和颜色。如果不存在,则CQSTAT生成此文件。

选项

  • 可选参数

    ^{tt3}$

    Show help message and exit.

    ^{tt4}$

    Show preview and current settings.

    Filter and memory options affect the previews.

    ^{tt5}$

    Show cluster information summary.

    ^{tt6}$

    Add pending jobs to output.

  • 格式化参数

    ^{tt7}$

    Full format display of queues which has visible job.

    ^{tt8}$

    Full format display of queues (even if queue doesn’t have visible job).

  • 筛选参数

    -l-q参数将传递给geqstat命令。

    ^{tt12}$

    Filtering by the GE resources

    ^{tt13}$

    Filtering by the GE queue names.

    ^{tt14}$

    Display only jobs and queues being associated with the users. The login user name (^{tt15}$ environment valiable) will be used in omission.

    ^{tt16}$

    Display all jobs (same as -u *)

  • 内存显示选项

    从这些选项生成的输出取决于geqhost命令。

    ^{tt18}$

    Add required memory amount specified by GE resource option (^{tt19}$ or ^{tt20}$). Using ^{tt21}$ value as default. As the case may be, this option takes additional time because of refering job status by ^{tt22}$ command.

    ^{tt23}$

    Add host machine memory usage.

    ^{tt24}$

    Add host machine swap usage.

  • 其他

    ^{tt25}$

    Show status periodically (like watch command)

    ^{tt26}$

    Disable queue sorting.

    As default, queue are sorted by their status, usage and load average.

    ^{tt27}$

    Disable coloring (´・ω・`)

欢迎加入QQ群-->: 979659372 Python中文网_新手群

推荐PyPI第三方库


热门话题
实现接口方法时不允许java@Override   使用BuffereImage加载映像时java高ram使用率   java For循环混乱,为什么不是循环?   java Android网格视图字符串对齐问题   java如何将方法与比较类型的附加功能进行比较?   在Java Swing中放置JSepator后的间隙大小   java如何避免并发访问我的网站中的支付链接   java如何从现有的Unix服务器连接到FTP服务器?   Spring中的java用户相关bean定义   带有scribesjava库的wordpress Woocommerce REST API返回消费者密钥参数缺失错误消息   java我可以自动检测特定设备连接的串行端口吗?   Javafx棋盘游戏   java使用JTextPane显示HTML,支持SVG吗?   SpringBoot如何在java中将映射转换为实体对象?   如何使用java代码对xls文件进行密码保护   Java JPA(EclipseLink)如何在持久化实际实体之前接收下一个生成的值?   Javaservlet启动外部进程