keith-turner commented on PR #4563:
URL: https://github.com/apache/accumulo/pull/4563#issuecomment-2113723514
Was running the following in bash a bit after starting SplitMillionIT to
gather JFR data.
```bash
for pid in $(pgrep -f org.apache.accumulo.tserver.TabletServer); do
jcmd $pid JFR.start duration=540s filename=tserver-$(date
+"%Y%m%d%H%m")-$pid.jfr
done
for pid in $(pgrep -f org.apache.accumulo.manager.Manager); do
jcmd $pid JFR.start duration=540s filename=manager-$(date
+"%Y%m%d%H%m")-$pid.jfr
done
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]