gs_testclustercuid
GaussDB 100提供了gs_testclustercuid脚本进行数据库拨测。脚本内部执行数据库DDL和DML等操作,以确定其功能是否正常。仅支持分布式部署模式下使用。
语法
- 执行收集集群运行信息
gs_testclustercuid [-l LOGFILE]
- 显示帮助信息
gs_testclustercuid -? | --help
- 显示版本信息
gs_testclustercuid -V | --version
参数说明
gs_testclustercuid参数可以分为如下几类:
- 通用参数:
- -l
指定日志文件及存放路径。
默认值:$GAUSSLOG/om/gs_testclustercuid-YYYY-MM-DD_hhmmss.log
- -?,--help
显示帮助信息。
- -V,--version
显示版本号信息。
- -l
示例
- 查看gs_testclustercuid的帮助信息。
omm@plat1:/opt/software/gaussdb/script> gs_testclustercuid -? gs_checkclusterinfo is a utility to collection cluster's running information. Usage: gs_testclustercuid [-l LOGFILE] General options: -l Path of log file, default in cluster log path. -?, --help Show help information for this utility, and exit the command line mode.
- 执行拨测。
omm@plat1:/opt/software/gaussdb/script> gs_testclustercuid Start doing dial test. Create test table. Successfully create test table. Create table's indexes. Successfully create table's indexes. Insert data into test table. Successfully insert data into test table. Update data into test table. Successfully update data into test table. Do query test in test table. Successfully doing query test in test table. Delete test data. Successfully delete test data. Add partition in test table. Successfully add partition in test table. Drop partition in test table. Successfully drop partition in test table. Drop test table. Successfully drop test table. Successfully doing dial test.
- 执行拨测。
「喜欢这篇文章,您的关注和赞赏是给作者最好的鼓励」关注作者【版权声明】本文为墨天轮用户原创内容,转载时必须标注文章的来源(墨天轮),文章链接,文章作者等基本信息,否则作者和墨天轮有权追究责任。如果您发现墨天轮中有涉嫌抄袭或者侵权的内容,欢迎发送邮件至:contact@modb.pro进行举报,并提供相关证据,一经查实,墨天轮将立刻删除相关内容。评论
- 显示帮助信息