陵水--人民网海南频道--人民网
百度 瑞士国家旅游局华北区经理白松德告诉新京报记者,但不是任何一个对瑞士感兴趣的明星,我们都会请他做代言。
An instance of a running computer program.
765 questions
0
votes
0
answers
31
views
How to limit CPU for each user in a Windows Server 2019?
We need to limit each user connected to our Windows Server 2029 Remote Desktop session host to a maximum of 10% CPU usage.
We found Windows System Resource Manager (WSRM) here, which was for Windows ...
0
votes
1
answer
44
views
How to close all files and ports from parent process
I have an HTTP server (source code not accessible and cannot be substituted at this time) running on my Linux machine, which can be configured to execute any commands on requested. However, the HTTP ...
0
votes
0
answers
53
views
MariaDB monitoring not possible with Nagios and check_procs
I have a problem with nagios supervision. I would like to check that MariaDB is running on my web server, but Nagios returns "CRITICAL PROCESSES: 0 processes with command name 'mariadbd'".
...
0
votes
0
answers
31
views
Do swapped-out processes ever resurrect?
Such processes are always 4096 bytes in size (top's RES column), the SIZE column remains whatever it was normally. It's interesting that such processes' start time in ps is displayed as a hyphen (-) ...
1
vote
2
answers
203
views
Linux automatically timeouts incoming connections just after accepting
We have a dedicated server that works fine and accepts incoming connections fine.
it receives and sends data fine as well.
Works great for some hours, but after that all accepted connections ...
0
votes
0
answers
65
views
Find which process is using hwrng
I cant work out a way to know which process is using hwrng which is using ~ 100% CPU. Any ideas how to trace it? Tried all the regulars lsof, ps unless theres a command line i havent worked out.
# ...
1
vote
0
answers
363
views
How to deal with uninterruptible processes due to CIFS mounted filesystem
I am observing very high IOWAIT time on the CPUs of my server:
top - 14:24:20 up 846 days, 14:14, 2 users, load average: 14.42, 14.33, 14.57
Tasks: 345 total, 1 running, 341 sleeping, 3 stopped, ...
0
votes
1
answer
480
views
Does ps able to show only parent processes?
I'm parsing output of ps and I don't need all child processes of parent process
/usr/bin/postgres -D /var/lib/pgsql/data -p 1488
\_ postgres: logger process
\_ postgres: checkpointer process
\_ ...
0
votes
0
answers
22
views
How to catch process being blocked by outbound iptables fw? [duplicate]
NOTE: Thanks for suggesting answers. I'd dispute this is actually a duplicate, but hey. The main issue (as stated below) which the suggested answers don't seem to address is that outbound iptables ...
0
votes
0
answers
78
views
Is it possible to spawn one process per connection in Apache with mpm_winnt?
I would like to fine tune the settings of mpm_winnt Apache module: for each connection, it should spawn one new Apache (httpd) process.
AFAIK this is similar to what mpm_prefork does (which is Linux ...
0
votes
1
answer
65
views
Two processes have different behavior while running with the same command and same binary file
There's an app in Ubuntu server, which runs a FFMPEG instance. That instance keeps working fine.
But when I run the same command with the same binary executable in terminal, it exits after 3 or 4 ...
0
votes
1
answer
57
views
Bind Authoritive cluster upgrade order
We are running BIND 9.16.6 Red Hat v7.7.
I am looking for some tips on the order of the upgrade and what command to run in order to shut down each node gracefully.
We have a separate hidden master and ...
3
votes
0
answers
305
views
Multiple instances of app in htop
Why does htop show two instances of my GUI app TradeClient?
while I started only one instance?
System: Ubuntu 22.04 VPS with X11 (I connect with VNC)
What is its CPU usage?
EDIT1
htop -t
EDIT2
...
2
votes
1
answer
3k
views
How to debug systemd shutdown failing to gracefully shutdown?
I have a host that runs qemu vms. But that is irrelevant for the systemd question context. It could be any other process which terminates perfectly fine with a sigterm/sighup.
Every restart will leave ...
0
votes
1
answer
2k
views
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 ...