mirror of
https://github.com/wahyd4/pinpoint.git
synced 2026-08-17 00:36:02 +10:00
git-svn-id: http://svn.bds.nhncorp.com/pe/hippo-commons/trunk@3047 84d0f5b1-2673-498c-a247-62c4ff18d310
18 lines
317 B
Bash
18 lines
317 B
Bash
#!/bin/sh
|
|
exec hbase shell <<EOF
|
|
|
|
flush 'AgentInfo'
|
|
flush 'AgentStat'
|
|
|
|
flush 'ApplicationIndex'
|
|
|
|
flush 'StringMetaData'
|
|
flush 'SqlMetaData'
|
|
flush 'ApiMetaData'
|
|
|
|
flush 'ApplicationMapStatisticsCaller'
|
|
flush 'ApplicationMapStatisticsCallee'
|
|
flush 'ApplicationStatistics'
|
|
flush 'HostApplicationMap'
|
|
|
|
EOF |