arthas icon indicating copy to clipboard operation
arthas copied to clipboard

job run error

Open WangJi92 opened this issue 2 years ago • 1 comments

job run error

not run in background

watch CityRestController getCity '{params,returnObj,throwExp}'  -n 5  -x 3  &

save result

[arthas@3244]$ options save-result true
 NAME         BEFORE-VALUE  AFTER-VALUE
----------------------------------------
 save-result  false         true
[arthas@3244]$ watch CityRestController getCity '{params,returnObj,throwExp}'  -n 5  -x 3
save result job output file location : /Users/wangji/logs/arthas-cache/result.log
Press Q or Ctrl+C to abort.
Affect(class count: 1 , method count: 1) cost in 155 ms, listenerId: 1

&

[arthas@3244]$ watch CityRestController getCity '{params,returnObj,throwExp}'  -n 5  -x 3  &
job id  : 3
job output file location : /Users/wangji/logs/arthas-cache/result.log

> a.txt

[arthas@3244]$ watch CityRestController getCity '{params,returnObj,throwExp}'  -n 5  -x 3  > a.txt
job id  : 4
job output file location : /Users/wangji/Documents/project/arthas-plugin-demo/a.txt
Press Q or Ctrl+C to abort.

> a.txt &

[arthas@3244]$ watch CityRestController getCity '{params,returnObj,throwExp}'  -n 5  -x 3  > a.txt &
job id  : 5
job output file location : /Users/wangji/Documents/project/arthas-plugin-demo/a.txt
[arthas@3244]$

> &

[arthas@3244]$ watch CityRestController getCity '{params,returnObj,throwExp}'  -n 5  -x 3  >  &
job id  : 6
job output file location : /Users/wangji/logs/arthas-cache/3244/6
[arthas@3244]$

WangJi92 avatar Jul 31 '23 15:07 WangJi92

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you all sign our Contributor License Agreement before we can accept your contribution.
1 out of 2 committers have signed the CLA.

:white_check_mark: WangJi92
:x: 汪吉


汪吉 seems not to be a GitHub user. You need a GitHub account to be able to sign the CLA. If you have already a GitHub account, please add the email address used for this commit to your account.
You have signed the CLA already but the status is still pending? Let us recheck it.

CLAassistant avatar Jul 31 '23 15:07 CLAassistant