logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

sge_share_mon - print Grid Engine live share tree

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 -c1 for a snapshot.

Name

       sge_share_mon - print Grid Engine live share tree

Options

-ccount
              Print count collections (default infinite).

       -ddelimiter
              Delimit output columns with string delimiter (default a tab).

       -ffield,...
              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.

       -h     Print a header listing field names.

       -iinterval
              Collect over interval seconds (default 15)

       -ldelimiter
              Delimit nodes output with string delimiter (default a carriage return).

       -moutput_mode
              Open  output_file  in  fopen(3)  mode output_mode (default w).  The meaningful alternative is a to
              append to the file.

       -n     Print in the form name=value-ooutput_file
              Print to file output_file (default standard output).

       -rdelimiter
              Delimit collection records with string delimiter (default a carriage return).

       -sstring_formatprintf(3)-style format for strings (default %s)

       -t     Show times formatted per ctime(3).  (Default is seconds since the epoch.)

       -u     Print decayed usage (since timestamp) in nodes.

       -x     Don't print non-leaf nodes.

See Also

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

                                                   2011-12-24                                   sge_share_mon(1)

Synopsis

sge_share_mon  [-ccount]  [-ddelimiter]  [-ffield,field...]   [-h] [-iinterval] [-ldelimiter] [-moutput_mode] [-n] [-ooutput_file] [-rdelimiter] [-sstring_format] [-t] [-u] [-x]

See Also