GBase 8a
运维管理
文章

gbase8a获取某个Gbase的服务的堆栈信息

发表于2024-12-31 15:05:4918次浏览0个评论

    gstack `pidof gbased` >指定文件   
    gstack `pidof gclusterd` >指定文件
    gstack `pidof gclusterd` |  stack_uniq.py > shujuhu_20141204.log  #去重后的日志
    gstack 10657  > shujuhu_10657.log  #10657为show full processlist返回的线程id

评论

登录后才可以发表评论