We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e14c1dd commit 0acde25Copy full SHA for 0acde25
internal/capture/executils/const.go
@@ -14,7 +14,7 @@ import (
14
//
15
// ------------------------------------------------------------------------------
16
var (
17
- SCRIPT_VERSION = "yc_agent_3.1"
+ SCRIPT_VERSION = "yc_agent_3.0.9.4"
18
SCRIPT_SPAN = 120 // How long the whole script should take. Default=240
19
JAVACORE_INTERVAL = 30 // How often javacores should be taken. Default=30
20
TOP_INTERVAL = 60 // How often top data should be taken. Default=60
0 commit comments