Updated Branches:
  refs/heads/master 973749330 -> b38c1d300

TS-2394: add a stub for a performance document


Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo
Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/b38c1d30
Tree: http://git-wip-us.apache.org/repos/asf/trafficserver/tree/b38c1d30
Diff: http://git-wip-us.apache.org/repos/asf/trafficserver/diff/b38c1d30

Branch: refs/heads/master
Commit: b38c1d300db02ccb50b2b94e49f0bcbe027fbba4
Parents: 9737493
Author: Igor Galić <[email protected]>
Authored: Mon Nov 25 12:45:43 2013 +0100
Committer: Igor Galić <[email protected]>
Committed: Mon Nov 25 12:45:43 2013 +0100

----------------------------------------------------------------------
 doc/admin/index.en.rst              |  8 +++++
 doc/admin/performance-tuning.en.rst | 54 ++++++++++++++++++++++++++++++++
 2 files changed, 62 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/trafficserver/blob/b38c1d30/doc/admin/index.en.rst
----------------------------------------------------------------------
diff --git a/doc/admin/index.en.rst b/doc/admin/index.en.rst
index 83ac896..abc7be4 100644
--- a/doc/admin/index.en.rst
+++ b/doc/admin/index.en.rst
@@ -46,6 +46,7 @@ Contents:
    working-log-files.en
    event-logging-formats.en
    traffic-server-error-messages.en
+   performance-tuning.en
    faqs.en
 
 
@@ -308,3 +309,10 @@ following:
 
 Traffic Server security options are described in more detail in
 :ref:`security-options`.
+
+Tuning Traffic Server
+=====================
+
+Finally this last chapter on :ref:`performance-tuning` discusses the vast
+number of options that allow to optimally tune Apache Traffic Server for
+maximum performance.

http://git-wip-us.apache.org/repos/asf/trafficserver/blob/b38c1d30/doc/admin/performance-tuning.en.rst
----------------------------------------------------------------------
diff --git a/doc/admin/performance-tuning.en.rst 
b/doc/admin/performance-tuning.en.rst
new file mode 100644
index 0000000..1d9efc0
--- /dev/null
+++ b/doc/admin/performance-tuning.en.rst
@@ -0,0 +1,54 @@
+
+.. _performance-tuning:
+
+Performance Tuning
+******************
+
+.. Licensed to the Apache Software Foundation (ASF) under one
+   or more contributor license agreements.  See the NOTICE file
+  distributed with this work for additional information
+  regarding copyright ownership.  The ASF licenses this file
+  to you under the Apache License, Version 2.0 (the
+  "License"); you may not use this file except in compliance
+  with the License.  You may obtain a copy of the License at
+ 
+   http://www.apache.org/licenses/LICENSE-2.0
+ 
+  Unless required by applicable law or agreed to in writing,
+  software distributed under the License is distributed on an
+  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+  KIND, either express or implied.  See the License for the
+  specific language governing permissions and limitations
+  under the License.
+
+
+.. toctree::
+   :maxdepth: 2
+
+Before you start
+================
+
+There is no single option to that will guarantee maximum performance of
+Apache Traffic Server in every use-case. There are however numerous options
+that help tune its performance under different loads and in its - often
+vastly different - use-cases.
+
+Building Traffic Server
+=======================
+
+A lot of speed can be gained or lost depending on the way ATS is built.
+
+Tuning the Machine
+==================
+
+Operating Systems Options
+=========================
+
+Optimal Use of Memory
+=====================
+
+Tuning different Thread types
+=============================
+
+Tuning Plugin Execution
+=======================

Reply via email to