Scroll to navigation

sge_share_mon(1) General Commands Manual sge_share_mon(1)

NAME

sge_share_mon - print Grid Engine live share tree

SYNOPSIS

sge_share_mon [-c count] [-d delimiter] [-f field,field...] [-h] [-i interval] [-l delimiter] [-m output_mode] [-n] [-o output_file] [-r delimiter] [-s string_format] [-t] [-u] [-x]

DESCRIPTION

sge_share_mon prints the live state of the Grid Engine share tree (as opposed to qmon(1)'s static graphical view). It does so for a given number (default infinite) of intervals; use -c 1 for a snapshot.

OPTIONS

Print count collections (default infinite).
Delimit output columns with string delimiter (default a tab).
Print the given fields. The available fields in the default order are curr_time, usage_time, node_name, user_name, project_name, shares, job_count, level%, total%, long_target_share, short_target_share, actual_share, usage, cpu, mem, io, ltcpu, ltmem, ltio.
Print a header listing field names.
Collect over interval seconds (default 15)
Delimit nodes output with string delimiter (default a carriage return).
Open output_file in fopen(3) mode output_mode (default w). The meaningful alternative is a to append to the file.
Print in the form name=value
Print to file output_file (default standard output).
Delimit collection records with string delimiter (default a carriage return).
printf(3)-style format for strings (default %s)
Show times formatted per ctime(3). (Default is seconds since the epoch.)
Print decayed usage (since timestamp) in nodes.
Don't print non-leaf nodes.

SEE ALSO

fopen(3), printf(3), qmon(1), share_tree(5).

2011-12-24