microsoft / omi

Open Management Infrastructure
Other
360 stars 114 forks source link

Solaris 11 - omicli with class SCX_UnixProcess - Parameters/Arguments are capped at 80 characters #728

Open rennerits opened 1 year ago

rennerits commented 1 year ago

When running omicli to fetch processes with class SCX_UnixProcess, the arguments of processes are capped at 80 characters. Especially within Java processes, the commandlines can be very long, so matching specific Java processes via Regex is not possible. This behavior is present with Agent versions 1.6.10-1 and 1.6.10-2.

JumpingYang001 commented 1 year ago

@rennerits can you share your omicli command?

rennerits commented 1 year ago

@rennerits can you share your omicli command?

omicli ei root/scx SCX_UnixProcess

JumpingYang001 commented 1 year ago

@rennerits what is your OS version? higher than Solaris 11.3.5.6.0?

rennerits commented 1 year ago

@rennerits what is your OS version? higher than Solaris 11.3.5.6.0?

Solaris 11.4.23.69.3 is the running OS Version.