Skip to main content

Questions tagged [thread]

0 votes
0 answers
83 views

I'm aware of Linux softirqs may run within specific per-cpu kernel thread context -- ksoftirqd/[cpu_id]. Kernel threads are similar to user-space threads, however they only execute kernel code in ...
CarloC's user avatar
  • 385
0 votes
2 answers
138 views

I'm currently dealing with a real threat: the trojans Troj/PHPShel-CE and PHP/Agent-BJNA showed up on my system. I've decided to move to another provider – the first server IP was already blacklisted, ...
Harvey68's user avatar
2 votes
1 answer
272 views

What is a parked thread in the context of Linux kernel? I mean a thread that is in TASK_PARKED state? How this state differs from TASK_INTERRUPTIBLE and TASK_UNINTERRUPTIBLE? From which state a thread ...
Andrey Pro's user avatar
1 vote
1 answer
99 views

I am working on an embedded Linux system (kernel-5.10.24), and using busybox as init. Now I hit a strange problem about signal settings of a kernel thread in system. The kernel thread is from a device ...
wangt13's user avatar
  • 651
1 vote
1 answer
330 views

I often hear that linux threads are heavy (requiring 8mb stack size) and this is why languages like golang implement their own green threads in userspace (allocating to the heap). This then allows ...
flippanthomework's user avatar
5 votes
2 answers
4k views

Modern HDDs all are "Advanced Format" ones, e.g. by default they report a logical/physical sector size of 512/4096. By default, most Linux formatting tools use a block size of 4096 bytes (at ...
ChennyStar's user avatar
  • 2,019
0 votes
1 answer
133 views

I have some processes creating large amount of threads (using python ray module), like 32 (proc) * 120 (thread per proc). Then I found other processes would fail on creating threads while their nTH is ...
beantowel's user avatar
2 votes
1 answer
613 views

PURPOSE: I am theorising as to how one would go about creating a pointer scanner in a Linux environment. DISCLAIMER: My findings have been tested on Debian Bookworm (current stable) and a Gentoo ...
vykt's user avatar
  • 21
3 votes
1 answer
1k views

I understand the difference between /proc/sys/kernel/pid_max and /proc/sys/kernel/threads-max. There's a good explanation at the answer to Understanding the differences between pid_max, ulimit -u and ...
aviro's user avatar
  • 6,965
1 vote
1 answer
433 views

Clone In the manual page for clone()/clone3() system call I find: CLONE_THREAD (since Linux 2.4.0). If CLONE_THREAD is set, the child is placed in the same thread group as the calling process. To ...
Kolay.Ne's user avatar
  • 170
0 votes
2 answers
480 views

How can I go about finding the PID or other information about a process that is doing the work of another process? I'm talking about kworker threads, for example, or any other threads/processes that ...
stochasticlover1's user avatar
-2 votes
2 answers
7k views

I have a question about core and logical processors. So, my computer has 1 CPU with 2 cores and 4 logical processors. Does this mean that my computer has 4 threads, 2 threads for every core? Than why ...
elvis's user avatar
  • 105
3 votes
1 answer
1k views

Question: Since HTTP supports resuming at an offset, are there any tools (or existing options for commands like wget or curl) that will launch multiple threads to fetch the file in parallel with ...
KJ7LNW's user avatar
  • 545
3 votes
0 answers
678 views

Running some 340 driver (with an nvidia.ko module loaded at init time) I moved to a 470 driver and discover half a dozen of kernel threads I failed to find any information about : 2 [nv_queue] : What ...
MC68020's user avatar
  • 8,665
0 votes
1 answer
432 views

Is there a command line to retrieve all information like pid tid of threads in Linux? For instance if one process has dead before the command ps runs. The command does not find the process
Gregor's user avatar
  • 1

15 30 50 per page
1
2 3 4 5
9