Code Monkey home page Code Monkey logo

sge-monitor's Introduction

SGE Monitor

Simple web-based application to monitor SGE activity

This project exists because I wanted a simple way of browsing our local HPC cluster (running SGE) without doing lots of typing. There are undoubtably far more sophisticated and interactive tools to monitor SGE usage/activity (I failed to find anything that installed easily). Currently, this is nothing more than a wrapper converting qstat output into web pages.

Requirements

  • Perl
  • Perl modules (Dancer2, XML::Simple, ... see Makefile.PL for full list)
  • qstat

Install

Move to a HPC node that has access to qstat

$ ssh username@sgehost

The following will try to install Perl modules from the CPAN (see note below).

$ git clone https://github.com/sillitoe/sge-monitor
$ cd sge-monitor
$ perl Makefile.PL
$ make test && make install

Note: I highly recommend using perlbrew to maintain your own Perl binaries/libraries and avoid messing about with system Perl. An alternative is to use local::lib to install Perl libraries as non-root user.

Run

Start the server...

$ plackup -r bin/app.psgi
HTTP::Server::PSGI: Accepting connections at http://0:5000/

Direct your browser to http://sgehost:5000

Screenshots

Home

Nodes

Job details

COPYRIGHT AND LICENSE

This software is copyright (c) 2015 by Ian Sillitoe.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.

sge-monitor's People

Contributors

sillitoe avatar

Stargazers

Jia-Yuan Zhang avatar  avatar

Watchers

 avatar James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.