X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/1915e6b0d2a35af51041726a4398cf91a6095859..44aa688953d658a23c32581a2bad01342007a191:/doc/user/cwl/costanalyzer.html.textile.liquid diff --git a/doc/user/cwl/costanalyzer.html.textile.liquid b/doc/user/cwl/costanalyzer.html.textile.liquid index 70a1be5dac..fc39ada523 100644 --- a/doc/user/cwl/costanalyzer.html.textile.liquid +++ b/doc/user/cwl/costanalyzer.html.textile.liquid @@ -24,7 +24,7 @@ The @arvados-client costanalyzer@ tool has a number of command line arguments:
~$ arvados-client costanalyzer -h
 Usage:
-  arvados-client costanalyzer [options ...]  ...
+  arvados-client costanalyzer [options ...] uuid [uuid ...]
 
   This program analyzes the cost of Arvados container requests. For each uuid
   supplied, it creates a CSV report that lists all the containers used to
@@ -59,6 +59,13 @@ Usage:
   a column that indicates the preemptible state of the instance that ran the
   container.
 
+  - This program does not take into account overhead costs like the time spent
+  starting and stopping compute nodes that run containers, the cost of the
+  permanent cloud nodes that provide the Arvados services, the cost of data
+  stored in Arvados, etc.
+
+  - When provided with a project uuid, subprojects will not be considered.
+
   In order to get the data for the uuids supplied, the ARVADOS_API_HOST and
   ARVADOS_API_TOKEN environment variables must be set.