-
Notifications
You must be signed in to change notification settings - Fork 269
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
Exe full and arguments #281
Comments
...
cmdline:
- ".*python.*" |
Because your process names are all Using a config file: group nameEach item in Template variables available:
Using |
My requirement is not to have every single process (id) in my overview but to have the {{.ExeFull}} (python) together with all it's parameters (test. py -- dry run). This information is available in /proc//cmdline but I don't know how I can target it using the template variables described above? |
@MichaelHuys have you find a way to do so? In my use case, I do have users computing on servers (without queuing) and I do think I would like to get all user processes |
@StefanSander3 Unfortunately not. :-( |
I'm currently using the process exporter with below configuration:
My metrics are displayed as follows:
Can I also include the arguments of in this case the python function I'm running?
Eg. /home/AD/cce6r54/.conda/envs/smart-berry-optimization/bin/python3.10 My_Py_Script.py
The text was updated successfully, but these errors were encountered: