Replies: 1 comment
-
It's clearly a bug... |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I was looking for a way to export to json stats of a process but using :
glances --export-process-filter ".python3.10." --export json --export-json-file /tmp/glances.json
export something like:
"11085.cmdline": "python3.10"
"11085.name": "python3.10"
Instead of:
"11085.cmdline": "python3.10 -mMy_module".
Is there a way to export complete cmdline and filter complete cmdline?
Beta Was this translation helpful? Give feedback.
All reactions