summaryrefslogtreecommitdiff
path: root/doc/html/_sources/man/stat.txt
blob: d73b1915937422f2967f41a0a158578cd991ed96 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
.. -*- mode: rst -*-


=================================
The :program:`s3qlstat` command
=================================

Synopsis
========

::

   s3qlstat [options] <mountpoint>
  
Description
===========

.. include:: ../include/about.rst

The |command| command prints statistics about the S3QL file system mounted
at :var:`mountpoint`.

|command| can only be called by the user that mounted the file system
and (if the file system was mounted with :cmdopt:`--allow-other` or
:cmdopt:`--allow-root`) the root user. This limitation might be
removed in the future (see `issue 155
<http://code.google.com/p/s3ql/issues/detail?id=155>`_).


Options
=======

The |command| command accepts the following options:

.. pipeinclude:: python ../../bin/s3qlstat --help
   :start-after: show this help message and exit

.. include:: ../include/postman.rst

.. |command| replace:: :command:`s3qlstat`