Skip to content
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

artif: merge artifacts in ps.yaml #260

Merged
merged 2 commits into from
Jul 29, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 4 additions & 11 deletions artifacts/live_response/process/ps.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ artifacts:
output_file: ps_-efl.txt
-
description: Report a snapshot of the current processes including elapsed time since the process was started.
supported_os: [aix]
supported_os: [aix, solaris]
collector: command
command: ps -eo pid,user,etime,args
output_file: ps_-eo_pid_user_etime_args.txt
Expand All @@ -48,29 +48,22 @@ artifacts:
supported_os: [freebsd, linux, macos, netbsd, netscaler, openbsd]
collector: command
command: ps -axo pid,user,etime,args
output_file: ps_-eo_pid_user_etime_args.txt
-
description: Report a snapshot of the current processes including elapsed time since the process was started.
supported_os: [solaris]
collector: command
command: ps -eo pid,user,etime,args
output_file: ps_-eo_pid_user_etime_args.txt
output_file: ps_-axo_pid_user_etime_args.txt
-
description: Report a snapshot of the current processes including time the command started.
supported_os: [freebsd, linux, macos, netbsd, netscaler, openbsd]
collector: command
command: ps -axo pid,user,lstart,args
output_file: ps_-eo_pid_user_lstart_args.txt
output_file: ps_-axo_pid_user_lstart_args.txt
-
description: Report a snapshot of the current processes including the control groups to which the process belongs.
supported_os: [linux]
collector: command
command: ps -axo pid,user,cgroup
output_file: ps_-eo_pid_user_cgroup.txt
output_file: ps_-axo_pid_user_cgroup.txt
-
description: Report a snapshot of the current processes including used time, verbose, session ID and process group, state and type.
supported_os: [esxi]
collector: command
command: ps -P -T -c -g -s -t -J
output_file: ps_-P_-T_-c_-g_-s_-t_-J.txt