kopano-stats.1 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596
  1. '\" t
  2. .\" Title: kopano-stats
  3. .\" Author: [see the "Author" section]
  4. .\" Generator: DocBook XSL Stylesheets v1.79.1 <http://docbook.sf.net/>
  5. .\" Date: November 2016
  6. .\" Manual: Kopano Core user reference
  7. .\" Source: Kopano 8
  8. .\" Language: English
  9. .\"
  10. .TH "KOPANO\-STATS" "1" "November 2016" "Kopano 8" "Kopano Core user reference"
  11. .\" -----------------------------------------------------------------
  12. .\" * Define some portability stuff
  13. .\" -----------------------------------------------------------------
  14. .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  15. .\" http://bugs.debian.org/507673
  16. .\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
  17. .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  18. .ie \n(.g .ds Aq \(aq
  19. .el .ds Aq '
  20. .\" -----------------------------------------------------------------
  21. .\" * set default formatting
  22. .\" -----------------------------------------------------------------
  23. .\" disable hyphenation
  24. .nh
  25. .\" disable justification (adjust text to left margin only)
  26. .ad l
  27. .\" -----------------------------------------------------------------
  28. .\" * MAIN CONTENT STARTS HERE *
  29. .\" -----------------------------------------------------------------
  30. .SH "NAME"
  31. kopano-stats \- Dump kopano statistics tables\&.
  32. .SH "SYNOPSIS"
  33. .HP \w'\fBkopano\-stats\fR\ 'u
  34. \fBkopano\-stats\fR \fITABLE\fR
  35. .SH "DESCRIPTION"
  36. .PP
  37. This program dumps a statistics table that the kopano\-server program collects\&. The storage server must be running for
  38. \fBkopano\-stats\fR
  39. to work\&.
  40. .PP
  41. If no table, or an invalid table is given, an error message is printed\&.
  42. .SH "TABLES"
  43. .PP
  44. There are four tables the kopano\-stats program can dump:
  45. .PP
  46. \fB\-\-system\fR
  47. .RS 4
  48. Dump the system table\&. This table contains information about connections, SQL and cache statistics\&.
  49. .RE
  50. .PP
  51. \fB\-\-session\fR
  52. .RS 4
  53. Dump the session table\&. This table contains information about user sessions and SOAP functions\&.
  54. .RE
  55. .PP
  56. \fB\-\-users\fR
  57. .RS 4
  58. Dump the user table\&. This table contains information about users and user settings\&.
  59. .RE
  60. .PP
  61. \fB\-\-company\fR
  62. .RS 4
  63. Dump the company table\&. This table contains information about companies and their properties\&. This table is only available on multi\-tenancy enabled servers\&.
  64. .RE
  65. .PP
  66. \fB\-\-servers\fR
  67. .RS 4
  68. Dump the servers table\&. This is only available in multiserver mode\&. Each server shows access methods and configured ports\&.
  69. .RE
  70. .PP
  71. \fB\-\-top\fR
  72. .RS 4
  73. Shows a top\-like view of all connected clients to the server, showing versions, users, programs, ip\-adres, cpu\-usage, and other statistical information\&.
  74. .sp
  75. Use 1\-9 to enable/disable some columns\&. Use a\-g to sort on a column, press the same letter again to reverse the sorting\&. Press <ESC> to quit the application\&.
  76. .RE
  77. .PP
  78. \fB\-\-user\fR, \fB\-u\fR \fIusername\fR
  79. .RS 4
  80. Connect to the storage server using this name in stead of SYSTEM\&.
  81. .RE
  82. .PP
  83. \fB\-\-host\fR, \fB\-h\fR \fIpath\fR
  84. .RS 4
  85. Connect to the storage server through
  86. \fIpath\fR, e\&.g\&.
  87. file:///path/to/socket\&. Default:
  88. file:///var/run/kopano/server\&.sock\&.
  89. .RE
  90. .SH "AUTHOR"
  91. .PP
  92. Written by Kopano\&.
  93. .SH "SEE ALSO"
  94. .PP
  95. \fBkopano-admin\fR(8)