-
Notifications
You must be signed in to change notification settings - Fork 92
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is it possible to record the process usage based on process id #301
Comments
-g option is used to specify PIDs and COMMs in top mode.
If you want to distinguish each node process,
|
Thanks @LiPeace for the quick response. Will try specifying the NG option. Does guider differ in providing details when installed outside the container(inside host) compared to inside the container. Do we have any difference in the way in collects data (inside or outside the conatiner). Also does guider support java applications |
@sattishv all processes inside container can't see all processes, directories and files, and specific resources in host. Guider supports java for function tracing and monitoring, but it requires some preparations to see java symbols for target process. |
Thanks for the inputs. Is the preparations to translate the java symbols
are listed anywhere If so could you please share. Thanks in advance
…On Fri, Jan 6, 2023 at 5:37 AM Peace Lee ***@***.***> wrote:
@sattishv <https://github.com/sattishv>
the NG option means a mix of N option and G option.
N option means showing namespace, G option means showing cgroups for each
process.
all processes inside container can't see all processes, directories and
files, and specific resources in host.
it's about linux namespace not guider's implementation.
Guider supports java for function tracing and monitoring, but it requires
some preparations to see java symbols for target process.
—
Reply to this email directly, view it on GitHub
<#301 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABY2VGPDNXBH4RKF2LSZ633WQ5O3LANCNFSM6AAAAAATPMUNZY>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
--
with regards,
Sattish
9940080070
|
please check below instructions about function profiling for various language.
|
Team,
We deploy multiple node process in the same host as dockerized deployment. If we would like to monitor individual node process from the host, does guider provide an option to specify the process id or do we have other ways by which we can monitor individual process
Note: (in our host all our node process will have the same name the only variance is process id.)
The text was updated successfully, but these errors were encountered: