-
Notifications
You must be signed in to change notification settings - Fork 8
/
README
50 lines (41 loc) · 1.96 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
ABOUT PHPQstat
==============================================
PHPQstat is a web interface that allows to connect to the useful commands of the Sun Grid Engine (SGE) batch queue system. With this interface, you can monitor your job status and your queues health at real time. In the Slurm branch you will find similar interface for this workload manager.
This project is developed and maintained by HPCNow! consulting : http://www.hpcnow.com
AUTHOR : Written by Jordi Blasco Pallarès ([email protected]).
REPORTING BUGS : Report bugs to GitHUB issue Tracker https://github.com/HPCNow/PHPQstat/issues
LICENSE : This is free software: you are free to change and redistribute it. GNU General Public License version 3.0 (GPLv3).
Version : 0.2.1 (July 2015)
https://github.com/HPCNow/PHPQstat
DEPENDENCIES
==============================================
You will need Apache server, php5, rrdtool and awk.
INSTALL
==============================================
(1) Copy all files in your web accesible filesystem or download the project using GIT:
git clone git://github.com/HPCKP/PHPQstat.git
(2) Setup the following paths on phpqstat.conf :
SGE_ROOT=/sge
RRD_ROOT=/var/www/PHPQstat/rrd
WEB_ROOT=/var/www/PHPQstat
(3) Add the following line on the crontab :
*/3 * * * * /var/www/PHPQstat/accounting.sh > /dev/null 2>&1
ROADMAP
==============================================
0.1 Functional
0.2 Real-time accounting
0.3 Security & Stable
0.4 Look & aspect improvement
TODO LIST
==============================================
* Group joblist
* all users joblist
* Job info (submission time, wait time, walltime, cputime, efficiency=(cputime/(walltime*slots))
CHANGELOG
==============================================
0.1.0 Project started
0.1.1 Install instructions and job details support
0.1.2 Solved problem on cputime request on pending job
0.1.3 Solved problems with Start time and Submission Time
0.2.0 Real-time accounting feature
0.2.1 Migration to HPCNow GitHUB repo