diet-list can list jobs existing on a machine. This command takes in argument the name of the machine from which we want to get the list of jobs. It's also possible to get the total number of jobs, or the number of jobs in either running or waiting states with the following options: --nball, --nbrun and --nbwait respectively..
diet-list [--config diet_config_file] --host machine [--nball|--nbrun|--nbwait] [-h] [--help]
Once diet-list has found a DIET architecture, a list of jobs is retrieved and printed on the screen.
By using the --nball option, you get the total number of jobs on the machine instead of the jobs list.
By using the --nbrun option, you get the number of running jobs on the machine instead of the jobs list.
By using the --nbwait option, you get the number of waiting jobs on the machine instead of the jobs list.
How to list the number of jobs on the foo machine?
diet-list --config path_to_the_configuration_file --host foo
How to get the number of jobs on the bar machine?
diet-list --config path_to_the_configuration_file --host bar --nball
How to get the number of running jobs on the foobar machine?
diet-list --config path_to_the_configuration_file --host foobar --nbrun
How to get the number of waiting jobs on the foobar2 machine?
diet-list --config path_to_the_configuration_file --host foobar2 --nbwait
diet-submit(1), diet-cancel(1), diet-agent, omniNames.
Version: 1.1 of 2010/02/02.
This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.
GRAAL, INRIA Rhône-Alpes
46 allée d'Italie
69364 Lyon cedex 07, FRANCE
Email: tech@sysfera.com
WWW: http://www.sysfera.com.