summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOtto Kekäläinen <otto@kekalainen.net>2020-03-04 19:30:34 +0200
committerAnel Husakovic <anel@mariadb.org>2020-03-06 08:50:30 +0100
commit3af9c0fd1f363091b4086c9053f9cb1d0f3b317e (patch)
tree99a53cda485336ad20093cf5c800e8e77f76bda9
parenta4ab54d70f26f93944e56c8e4e731e1107fdfa6b (diff)
downloadmariadb-git-3af9c0fd1f363091b4086c9053f9cb1d0f3b317e.tar.gz
Add a man page for mytop that is in sources
-rw-r--r--man/CMakeLists.txt2
-rw-r--r--man/mytop.17
2 files changed, 8 insertions, 1 deletions
diff --git a/man/CMakeLists.txt b/man/CMakeLists.txt
index 5570557d3b2..1a8655c9222 100644
--- a/man/CMakeLists.txt
+++ b/man/CMakeLists.txt
@@ -32,7 +32,7 @@ SET(MAN1_SERVER innochecksum.1 my_print_defaults.1 myisam_ftdump.1 myisamchk.1
SET(MAN8_SERVER mysqld.8)
SET(MAN1_CLIENT msql2mysql.1 mysql.1 mysql_find_rows.1 mysql_waitpid.1
mysqlaccess.1 mysqladmin.1 mysqlbinlog.1 mysqlcheck.1
- mysqldump.1 mysqlimport.1 mysqlshow.1 mysqlslap.1
+ mysqldump.1 mysqlimport.1 mysqlshow.1 mysqlslap.1 mytop.1
mysql_plugin.1 mysql_embedded.1)
SET(MAN1_DEVEL mysql_config.1)
SET(MAN1_TEST mysql-stress-test.pl.1 mysql-test-run.pl.1 mysql_client_test.1
diff --git a/man/mytop.1 b/man/mytop.1
new file mode 100644
index 00000000000..187f63d3f8d
--- /dev/null
+++ b/man/mytop.1
@@ -0,0 +1,7 @@
+.TH MYTOP "1" "March 2020" "MariaDB 10\&.5" "MariaDB Database System"
+.SH NAME
+mytop \- display MariaDB server performance info like 'top'
+.SH "SEE ALSO"
+For more information, please refer to the MariaDB Knowledge Base, available online at https://mariadb.com/kb/
+.SH AUTHOR
+MariaDB Foundation (http://www.mariadb.org/).