Skip to main content

Questions tagged [ps]

For questions pertaining to ps, a command for printing information about running processes. Use this tag for questions about ps itself or questions about issues arising from using the ps command-line utility.

1 vote
1 answer
31 views

I am new to Kylin , I would like to monitor the CPU stats for a group of processes which share the same name. Let's pretend that the process name = BOB.exe First idea is to use this type of format, ...
SlightlyKosumi's user avatar
4 votes
1 answer
141 views

% ps -ax | grep nvim 17593 ?? 2121:43.42 nvim --embed 17674 ?? 0:26.66 /Users/me/.local/share/nvim/mason/packages/lua-language-server/libexec/bin/lua-language-server 94363 ?? 1:...
Nils's user avatar
  • 265
-4 votes
2 answers
281 views

In the below shell script I have list of process IDs which need to be killed. When killing a process I am getting kill: 1234567: no such process error even after checking if the process id existence ...
Harry's user avatar
  • 239
0 votes
0 answers
60 views

According to ps(1), ps doesn't support fd. even I didn't find fd in task_struct of kernel. How can I find fd of a program? َUPDATE: FD means File Descriptor. When I get query from services such as : ...
PersianGulf's user avatar
  • 11.3k
-1 votes
1 answer
98 views

We migrated an app, changed its name in Makefile from flex_camera to flex_camera_lucid. After deploying it to the target board(the original app is removed), as shown in the following screenshot, we ...
Keelung's user avatar
  • 167
7 votes
2 answers
413 views

I have sshd with PID of 1957: mohsen@debian:~$ ps ax -o pid,nice,pri,cmd |grep 1957 1957 -2 21 sshd: /usr/sbin/sshd -D [listener] 0 of 10-100 startups According to above, my nice number is -2 ...
PersianGulf's user avatar
  • 11.3k
0 votes
0 answers
35 views

When I execute the c file #include <stdio.h> #include <stdlib.h> int main(){ printf("before the system call. I am too excited!\n"); system("ps"); ...
KeShAw's user avatar
  • 23
1 vote
1 answer
70 views

I open two terminal windows. In one, I run: $ read foo I don't press RETURN, so read is blocking. In the other terminal window, I search for the process: $ ps -ef | grep foo user 95292 94814 ...
Ruben P. Grady's user avatar

15 30 50 per page
1
2 3 4 5
45