From: Eric Bollengier Date: Wed, 6 Apr 2011 16:05:09 +0000 (+0200) Subject: Update setbandwidth to specify K bit instead of K bytes X-Git-Tag: Release-5.2.1~31 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=465a6148d17be960680a6e558c4482316c5b8c5d;p=bacula%2Fdocs Update setbandwidth to specify K bit instead of K bytes --- diff --git a/docs/manuals/en/main/dirdconf.tex b/docs/manuals/en/main/dirdconf.tex index 7b5ea5dc..6cfba98f 100644 --- a/docs/manuals/en/main/dirdconf.tex +++ b/docs/manuals/en/main/dirdconf.tex @@ -2339,7 +2339,7 @@ console run command. This directive is required. The speed parameter specifies the maximum allowed bandwidth that a job may use when started for this Client. The speed parameter should be specified in -k/s, KB/s, m/s or MB/s. +k/s, Kb/s, m/s or Mb/s. \item [Priority = \lt{}number\gt{}] \index[dir]{Priority} diff --git a/docs/manuals/en/main/filedconf.tex b/docs/manuals/en/main/filedconf.tex index ce08ae21..c7953a21 100644 --- a/docs/manuals/en/main/filedconf.tex +++ b/docs/manuals/en/main/filedconf.tex @@ -300,7 +300,7 @@ resource in the Director's configuration file. This directive is required. The speed parameter specifies the maximum allowed bandwidth that a job may use when started from this Director. The speed parameter should be specified in -k/s, KB/s, m/s or MB/s. +k/s, Kb/s, m/s or Mb/s. \item [Monitor = \lt{}yes\vb{}no\gt{}] \index[fd]{Monitor} diff --git a/docs/manuals/en/main/newfeatures.tex b/docs/manuals/en/main/newfeatures.tex index 95474190..505782c1 100644 --- a/docs/manuals/en/main/newfeatures.tex +++ b/docs/manuals/en/main/newfeatures.tex @@ -72,10 +72,9 @@ by Bacula Systems. \section{Job Bandwidth Limitation} The new {\bf Job Bandwidth Limitation} directive may be added to the File -daemon's and/or Director's configuration to limit the bandwidth used by a Job on a -Client. It can be set in the File daemon's conf file for all Jobs run -in that File daemon, or it can be set for each Job in the -Director's conf file. +daemon's and/or Director's configuration to limit the bandwidth used by a Job +on a Client. It can be set in the File daemon's conf file for all Jobs run in +that File daemon, or it can be set for each Job in the Director's conf file. For example: \begin{verbatim} @@ -84,14 +83,14 @@ FileDaemon { Working Directory = /some/path Pid Directory = /some/path ... - Maximum Bandwidth Per Job = 5MB/s + Maximum Bandwidth Per Job = 5Mb/s } \end{verbatim} The above example would cause any jobs running with the FileDaemon to not -exceed 5MB/s of throughput when sending data to the Storage Daemon. +exceed 5Mb/s of throughput when sending data to the Storage Daemon. -You can specify the speed parameter in k/s, KB/s, m/s, MB/s. +You can specify the speed parameter in k/s, Kb/s, m/s, Mb/s. For example: \begin{verbatim} @@ -100,7 +99,7 @@ Job { FileSet = FS_localhost Accurate = yes ... - Maximum Bandwidth = 5MB/s + Maximum Bandwidth = 5Mb/s ... } \end{verbatim} @@ -115,7 +114,7 @@ maximum throughput of a running Job or for future jobs of a Client. * setbandwidth limit=1000000 jobid=10 \end{verbatim} -The \texttt{limit} parameter is in KB/s. +The \texttt{limit} parameter is in Kb/s. \medskip This project was funded by Bacula Systems and is available in