Welcome to the PBS Cluster Viz documentation!

PBS Cluster Viz is a project to display information useful to admins and users about a computing cluster managed by a PBS-compatible resource manager. Information includes load and job distribution.

For the impatient:

$ python setup.py install
$ pbsnodes -x > pbsnodes.xml
# assuming your cluster nodes all start with 'lcn'
$ gen_nodes_file -x pbsnodes.xml -n Cluster -p lcn -o nodes
$ cluster_status

Example output

Job fill level Load status
_images/job_status_july_2011.png _images/load_status_july_2011.png

Indices and tables

Table Of Contents

Next topic

Installation

This Page