From: thib Date: Thu, 29 Aug 2002 17:35:00 +0000 (+0000) Subject: updated : doc for ls_* X-Git-Tag: ver1564~44 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=47ac5264256b2d256d99e7bb04a9fef75c48aa6a;p=fcron updated : doc for ls_* --- diff --git a/doc/en/fcrondyn.1.sgml b/doc/en/fcrondyn.1.sgml index 910a263..e4ec14e 100644 --- a/doc/en/fcrondyn.1.sgml +++ b/doc/en/fcrondyn.1.sgml @@ -8,7 +8,7 @@ Foundation. A copy of the license is included in gfdl.sgml. --> - + @@ -53,7 +53,8 @@ them, renice a running job, send a signal to a running job, etc. - Run &fcrondyn; in interactive mode. + Run &fcrondyn; in interactive mode. &fcrondyn; is also + run in interactive mode when no option is given. @@ -172,29 +173,35 @@ fields used by ls* commands. ls_lavgq [user] - (NOT THE PID OF THE JOB ITSELF BUT THE FCRON PROCESS CONTROLLING IT - but the job's pid is likely to be next to that one (under linux at least)) + Same as ls, but list only the jobs +which are in the load-average queue (i.e. which are waiting for a lower load +average to be run). ls_serialq [user] - + Same as ls, but list only the jobs + which are in the serial queue (i.e. which are waiting for + other jobs to be finished). ls_exeq [user] - + Same as ls, but list only the jobs + which are running. detail jobid - Print details about a job. jobid is the one given by -ls + Print details about a +job. jobid is the one given by +ls. @@ -229,17 +236,36 @@ fields used by ls* commands. - Fields used by <command>ls*</command> commands + Fields used by <command>detail</command> and + <command>ls*</command> commands + + ID + + Job's unique identification number. + + USER - user who owns this job. + User who owns this job. - ID + PID - job's unique identification number. + The pid of the running job. + + This is currently not the pid of the job itself, + but the pid of the fcron process controlling it. However, + the pid of the job itself should be a number close to + that one (under linux at least). + + + + + INDEX + + Index of the job in the serial queue (i.e. it will be run when all the jobs of an inferior index have been run) @@ -249,16 +275,45 @@ fields used by ls* commands. serial or lavg queue. + + OPTIONS + + List of main options which are set. L for lavg jobs + (LO if the job is also lavgonce), S for serial (SO if also + serialone), ES for exesev jobs. + + + + LAVG + + 3 values, corresponding to the 1, 5, and 15-minute (in + this order) system load average values below which the job + should be run (see &optlavg; option). + + + + UNTIL + + Field corresponding to the &optuntil; option. + + + + STRICT + + Field corresponding to the &optstrict; option. Y for + yes, N for no. + + SCHEDULE - next run is scheduled at this time and date. + Next run is scheduled at this time and date. CMD - the command that will be executed. + The command that will be executed.