Find the PID of the netprobe process and run the following command:
cat /proc/PID/environ | tr "\0" "\n" | sort
where PID is the netprobe process id.
In the example below, the netprobe process id is 17604.
[ec2-user@ip-172-31-6-187 ~]$ ps -ef|grep -iE "$USER.*\<netprobe\>.linux_64"
ec2-user 17604 1 0 2021 ? 02:08:14 ./netprobe.linux_64 ec2-user@ip-172-31-6-187.7036 -nopassword
[ec2-user@ip-172-31-6-187 ~]$
[ec2-user@ip-172-31-6-187 ~]$ cat /proc/17604/environ | tr "\0" "\n" | sort
You can also display the netprobe environment variables as a dataview on the netprobe managed entity by adding the attached Toolkit sampler.
Comments
0 comments
Please sign in to leave a comment.