An instance of a running computer program.
Questions tagged [process]
761 questions
0
votes
1 answer
Without using a hypervisor, can a process be CPU throttled?
Using nice merely gives a "guideline" to the OS, not a hard requirement of priority (ie, if nothing else is begging for attention a nice level of 19 will utilize the full CPU).
Is there a way to absolutely cap a process to, say, no more than 10% of…

warren
- 18,369
- 23
- 84
- 135
0
votes
4 answers
Logging off does not kill process in Windows Server 2003
I have a Windows Server 2003(Enterprise, SP2).
My understanding was that any process created by a user will be terminated when the user loggs off the account. But its not happening. I login via Administrator account. Start a simple java process and…
Suraj Chandran
0
votes
3 answers
Monitoring and terminating a hanged process in Linux
I'm writing a script that runs many simultaneous processes that run the "dig" command. Once in a while (relatively rare, but happens in every run since I run dig many times) the dig command hangs with 0% CPU. Therefore, my script never…
Yoav
0
votes
4 answers
Log file is missing, how can I see that and what happened to it
A process identified by process id 2147 is running, but its logfile is nowhere to be found. The filesystem is ext3 and 100MB of space remains. nothing went wrong in process
2147. An lsof of process 2147 reveals that the log file is still open.
a.…
user37375
0
votes
1 answer
buagent process has been consuming 100% cpu for two days
The buagent process has been using 100% of cpu since two days ago. I want to terminate this process but I don't know if it's something dangerous or not (I am not much advanced in working with linux, indeed I am very beginner). The only thing that I…

B Faley
- 103
- 2
- 9
0
votes
0 answers
How to debug systemd shutdown failing to gracefully shutdown?
I have a host that runs qemu vms.
Every restart will leave the qemu pidfile around, showing its process wasn't properly terminated but possibly killed ...question here is exactly how to find out what happened.
$ journalctl -b -1
...
systemd[1]:…

gcb
- 344
- 1
- 4
- 18
0
votes
1 answer
How to assign Windows process to specific network adapter
I would like to start specific applications for example MQTT broker, Node-red etc. in multiple instances and I would like to assign, that each one can communicate just on the specific network adapter on Windows.
So it mean, I have many network…

Pavol
- 11
- 1
0
votes
0 answers
In Appian, I have created a process model. In that approve, reject, and screening action is involved
In Appian, I have created a process model. In that approve, reject, and screening action is involved. I am taking decisions for each action. If the decision is true for any of the actions I am finishing the process. Or else it will return back to…

saitharun
- 1
- 1
0
votes
0 answers
Understanding ulimits / process limits, or maybe something else. New processes stop opening (fork errors)
I'm a little bit lost and need some help understand what exactly is happening with my server.
So this is a Proxmox (Debian) server with several LXC containers running in it, and from time to time everything just starts failing because it seems that…

ItsJustMe
- 1,001
- 1
- 8
- 10
0
votes
1 answer
Process with very high RAM usage takes very long to stop using force stop in Task Manager
We have a Windows Server 2016 with around physical 700GB RAM. A colleague of mine ran a machine learning script in Matlab, that loaded 25GB of data in RAM and during the training the RAM usage increased up to 350GB (usual behavior for many AI…

rbaleksandar
- 113
- 1
- 8
0
votes
0 answers
fuser not listing the process even netstat and lsof list
hostserver:~# lsof | grep *:6343
sflowtool 979324 root 3u IPv6 1443815323 0t0 UDP *:6343
hostserver:~# netstat -ntlup | grep 6343
udp6 0 0 :::6343 :::* …

Ujjwal Gupta
- 101
0
votes
0 answers
OCF resource agent/script for permanently checking running processes?
Currently I am working with the OCF, Pacemaker and Corosync and wonder the following. How do one cleanly realize a simple process checker (like with pgrep) that constantly checks the availability of a process for dependency management within crm?
Of…

M. Schmidt
- 193
- 14
0
votes
2 answers
How to make timeout(1) behave in cron like it behaves in interactive shell
Running this command in an interactive bash:
$ timeout 1 sleep 2; echo $?
124
returns 124 after 1 second, as expected and as documented in timeout(1).
However, if I run the same as a cron job, or if I give that as a command string to bash, it does…

Sebastian Stark
- 101
- 2
0
votes
1 answer
Can't restart podman container
I have installed a mtproto-proxy container:
# podman container list
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
02e39044364c …

Clodoaldo
- 403
- 2
- 4
- 9
0
votes
0 answers
Windows Server 2016 - SYSTEM Listening on Port 22
Encountering an issue I've not seen before, hoping for some ideas.
Windows Server 2016 x64,Clean Install.
I'm trying to install a 3rd party EFT Server, but I can't complete setup as its showing Port22 is in use (SFTP).
Running netstat -ano I can see…

Adamski2505
- 1
- 3