Dr. Werner Fink 2012-08-17 11:49:10 +00:00 committed by Git OBS Bridge
parent fc4d9b7a24
commit d0ef974439
2 changed files with 36 additions and 4 deletions

View File

@ -1,4 +1,31 @@
--- .#empty --- startpar.8
+++ .#empty 2012-01-30 17:44:30.343145442 +0000 +++ startpar.8 2012-04-09 13:25:33.000000000 +0000
@@ -0,0 +1 @@ @@ -1,4 +1,4 @@
+Place holder -.\"
+'\" e
.\" SuSE man page for startpar
.\"
.\" Copyright (c) 2003 SuSE Linux AG, Nuernberg, Germany.
@@ -62,13 +62,19 @@ option, the default is full parallelism.
the scripts can be provided with the
.B \-a
option.
-Processes block by pending
+Processes blocked by pending
.B I/O
-will weighting by the factor
+will cause new process creation to be weighted by the iorate factor
.IR 800 .
To change this factor the option
.B \-i
-can be used to specify an other value.
+can be used to specify another value. The amount
+.EQ
+weight = (nblocked times iorate) / 1000
+.EN
+will be subtracted from the total number of processes which could be
+started, where nblocked is the number of processes currently blocked
+by pending I/O.
The output of each script is buffered and written when the script
exits, so output lines of different scripts won't mix. You can

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Aug 17 11:48:35 UTC 2012 - werner@suse.de
- Added patch from Roger Leigh to correct the manual page of startpar
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Aug 10 12:44:29 UTC 2012 - werner@suse.de Fri Aug 10 12:44:29 UTC 2012 - werner@suse.de