You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by GitBox <gi...@apache.org> on 2020/03/26 05:46:51 UTC

[GitHub] [skywalking] yogaling opened a new issue #4572: some query and monitoring features

yogaling opened a new issue #4572: some query and monitoring features
URL: https://github.com/apache/skywalking/issues/4572
 
 
   Please answer these questions before submitting your issue.
   
   - Why do you submit this issue?
   - [ ] Question or discussion
   - [ ] Bug
   - [ ] Requirement
   - [x] Feature or performance improvement
   
   ___
   ### Question
   - What do you want to know?
   
   ___
   ### Bug
   - Which version of SkyWalking, OS and JRE?
   
   - Which company or project?
   
   - What happen?
   If possible, provide a way for reproducing the error. e.g. demo application, component version.
   
   ___
   ### Requirement or improvement
   1、In our system, a request will have many redis queries; so in the tracking chain query interface, there will be many jedis records in the list. How to filter out these records and only display other related content。
   2、Can the apm agent track a thread with a high CPU usage and push an alarm  event  containing the thread-related traceId , via mq or other methods. In this way, we can monitor the event and limit the request resource corresponding to the traceId, or even the user request.

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [skywalking] yogaling commented on issue #4572: some query and monitoring features

Posted by GitBox <gi...@apache.org>.
yogaling commented on issue #4572: some query and monitoring features
URL: https://github.com/apache/skywalking/issues/4572#issuecomment-604252856
 
 
   Thanks for answering

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [skywalking] yogaling commented on issue #4572: some query and monitoring features

Posted by GitBox <gi...@apache.org>.
yogaling commented on issue #4572: some query and monitoring features
URL: https://github.com/apache/skywalking/issues/4572#issuecomment-604251425
 
 
   Can we collude this process through apm agent?

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [skywalking] wu-sheng commented on issue #4572: some query and monitoring features

Posted by GitBox <gi...@apache.org>.
wu-sheng commented on issue #4572: some query and monitoring features
URL: https://github.com/apache/skywalking/issues/4572#issuecomment-604245928
 
 
   > 1、In our system, a request will have many redis queries; so in the tracking chain query interface, there will be many jedis records in the list. How to filter out these records and only display other related content。
   
   You could remove redis plugin.
   
   > 2、Can the apm agent track a thread with a high CPU usage and push an alarm event containing the thread-related traceId , via mq or other methods. In this way, we can monitor the event and limit the request resource corresponding to the traceId, or even the user request.
   
   1. CPU alert, yes, you could set the rule to cpu related metrics. 
   1. Trace id has nothing related to this. CPU is not thread-level metrics. I think you have wrong concept about the metrics and trace id relationship.

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [skywalking] wu-sheng commented on issue #4572: some query and monitoring features

Posted by GitBox <gi...@apache.org>.
wu-sheng commented on issue #4572: some query and monitoring features
URL: https://github.com/apache/skywalking/issues/4572#issuecomment-604251644
 
 
   There is no thread-related CPU in the JVM MBean, as far as I known.

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [skywalking] yogaling commented on issue #4572: some query and monitoring features

Posted by GitBox <gi...@apache.org>.
yogaling commented on issue #4572: some query and monitoring features
URL: https://github.com/apache/skywalking/issues/4572#issuecomment-604251183
 
 
   Regarding the second question,Under Linux, we can get the top-related thread id through the ps command, which corresponds to the thread id of the JVM stack, and then find the corresponding traceId value through the thread variable.
   [linux command : ps aux | sort -k3nr | head -n 10 ]

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [skywalking] wu-sheng closed issue #4572: some query and monitoring features

Posted by GitBox <gi...@apache.org>.
wu-sheng closed issue #4572: some query and monitoring features
URL: https://github.com/apache/skywalking/issues/4572
 
 
   

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services