diff options
Diffstat (limited to 'docs/htmldocs/speed.html')
-rw-r--r-- | docs/htmldocs/speed.html | 57 |
1 files changed, 18 insertions, 39 deletions
diff --git a/docs/htmldocs/speed.html b/docs/htmldocs/speed.html index 85863dcd5f..1a05706f92 100644 --- a/docs/htmldocs/speed.html +++ b/docs/htmldocs/speed.html @@ -5,7 +5,8 @@ >Samba performance issues</TITLE ><META NAME="GENERATOR" -CONTENT="Modular DocBook HTML Stylesheet Version 1.7"><LINK +CONTENT="Modular DocBook HTML Stylesheet Version 1.76b+ +"><LINK REL="HOME" TITLE="SAMBA Project Documentation" HREF="samba-howto-collection.html"><LINK @@ -16,8 +17,8 @@ REL="PREVIOUS" TITLE="Group mapping HOWTO" HREF="groupmapping.html"><LINK REL="NEXT" -TITLE="Creating Group Prolicy Files" -HREF="groupprofiles.html"></HEAD +TITLE="Appendixes" +HREF="appendixes.html"></HEAD ><BODY CLASS="CHAPTER" BGCOLOR="#FFFFFF" @@ -59,7 +60,7 @@ WIDTH="10%" ALIGN="right" VALIGN="bottom" ><A -HREF="groupprofiles.html" +HREF="appendixes.html" ACCESSKEY="N" >Next</A ></TD @@ -72,17 +73,13 @@ WIDTH="100%"></DIV CLASS="CHAPTER" ><H1 ><A -NAME="SPEED" -></A ->Chapter 18. Samba performance issues</H1 +NAME="SPEED">Chapter 22. Samba performance issues</H1 ><DIV CLASS="SECT1" ><H1 CLASS="SECT1" ><A -NAME="AEN2890" ->18.1. Comparisons</A -></H1 +NAME="AEN3055">22.1. Comparisons</H1 ><P >The Samba server uses TCP to talk to the client. Thus if you are trying to see if it performs well you should really compare it to @@ -111,9 +108,7 @@ CLASS="SECT1" ><H1 CLASS="SECT1" ><A -NAME="AEN2896" ->18.2. Socket options</A -></H1 +NAME="AEN3061">22.2. Socket options</H1 ><P >There are a number of socket options that can greatly affect the performance of a TCP based server like Samba.</P @@ -139,9 +134,7 @@ CLASS="SECT1" ><H1 CLASS="SECT1" ><A -NAME="AEN2903" ->18.3. Read size</A -></H1 +NAME="AEN3068">22.3. Read size</H1 ><P >The option "read size" affects the overlap of disk reads/writes with network reads/writes. If the amount of data being transferred in @@ -165,9 +158,7 @@ CLASS="SECT1" ><H1 CLASS="SECT1" ><A -NAME="AEN2908" ->18.4. Max xmit</A -></H1 +NAME="AEN3073">22.4. Max xmit</H1 ><P >At startup the client and server negotiate a "maximum transmit" size, which limits the size of nearly all SMB commands. You can set the @@ -188,9 +179,7 @@ CLASS="SECT1" ><H1 CLASS="SECT1" ><A -NAME="AEN2913" ->18.5. Log level</A -></H1 +NAME="AEN3078">22.5. Log level</H1 ><P >If you set the log level (also known as "debug level") higher than 2 then you may suffer a large drop in performance. This is because the @@ -202,9 +191,7 @@ CLASS="SECT1" ><H1 CLASS="SECT1" ><A -NAME="AEN2916" ->18.6. Read raw</A -></H1 +NAME="AEN3081">22.6. Read raw</H1 ><P >The "read raw" operation is designed to be an optimised, low-latency file read operation. A server may choose to not support it, @@ -224,9 +211,7 @@ CLASS="SECT1" ><H1 CLASS="SECT1" ><A -NAME="AEN2921" ->18.7. Write raw</A -></H1 +NAME="AEN3086">22.7. Write raw</H1 ><P >The "write raw" operation is designed to be an optimised, low-latency file write operation. A server may choose to not support it, @@ -241,9 +226,7 @@ CLASS="SECT1" ><H1 CLASS="SECT1" ><A -NAME="AEN2925" ->18.8. Slow Clients</A -></H1 +NAME="AEN3090">22.8. Slow Clients</H1 ><P >One person has reported that setting the protocol to COREPLUS rather than LANMAN2 gave a dramatic speed improvement (from 10k/s to 150k/s).</P @@ -258,9 +241,7 @@ CLASS="SECT1" ><H1 CLASS="SECT1" ><A -NAME="AEN2929" ->18.9. Slow Logins</A -></H1 +NAME="AEN3094">22.9. Slow Logins</H1 ><P >Slow logins are almost always due to the password checking time. Using the lowest practical "password level" will improve things a lot. You @@ -271,9 +252,7 @@ CLASS="SECT1" ><H1 CLASS="SECT1" ><A -NAME="AEN2932" ->18.10. Client tuning</A -></H1 +NAME="AEN3097">22.10. Client tuning</H1 ><P >Often a speed problem can be traced to the client. The client (for example Windows for Workgroups) can often be tuned for better TCP @@ -407,7 +386,7 @@ WIDTH="33%" ALIGN="right" VALIGN="top" ><A -HREF="groupprofiles.html" +HREF="appendixes.html" ACCESSKEY="N" >Next</A ></TD @@ -431,7 +410,7 @@ ACCESSKEY="U" WIDTH="33%" ALIGN="right" VALIGN="top" ->Creating Group Prolicy Files</TD +>Appendixes</TD ></TR ></TABLE ></DIV |