Difference between revisions of "Thread (computing)"
Jump to navigation
Jump to search
(11 intermediate revisions by 3 users not shown) | |||
Line 2: | Line 2: | ||
[[wikipedia:Thread (computing)]] | [[wikipedia:Thread (computing)]] | ||
− | * Threads: [[ps]] | + | * Threads: <code>[[ps -efL]]</code> or <code>[[pstree]] -p PID</code> |
+ | * [[macOS]]: <code>[[ps -M]]</code> print the threads corresponding to each task. | ||
+ | |||
* <code>[[xz -T0]]</code> (<code>-T0</code> use all threads) | * <code>[[xz -T0]]</code> (<code>-T0</code> use all threads) | ||
+ | |||
+ | |||
+ | == Application architecture == | ||
+ | * [[MariaDB]] thread configuration | ||
+ | * [[Redis]] is a single thread application. | ||
== Related terms == | == Related terms == | ||
* <code>[[Pthreads]]</code> | * <code>[[Pthreads]]</code> | ||
* 2020 AWS outage in [[AWS Kinesis]] | * 2020 AWS outage in [[AWS Kinesis]] | ||
− | |||
* <code>[[rclone]]</code> | * <code>[[rclone]]</code> | ||
+ | * [[vCPU]], [[oCPU]] | ||
+ | * [[Slack threads]] | ||
+ | * [[Javascript]] is a single thread language | ||
+ | * [[gorutines]] | ||
+ | * [[Hyper-threading]] in [[Xeon]] processors | ||
== See also == | == See also == |
Latest revision as of 18:17, 18 August 2024
This article is a Draft. Help us to complete it.
xz -T0
(-T0
use all threads)
Application architecture[edit]
Related terms[edit]
Pthreads
- 2020 AWS outage in AWS Kinesis
rclone
- vCPU, oCPU
- Slack threads
- Javascript is a single thread language
- gorutines
- Hyper-threading in Xeon processors
See also[edit]
- OS/360
process
, thread, NLWP, context switchsar -w
, Multitasking, Native POSIX Thread Library (NPTL), POSIX Threads, Grand Central Dispatch (GCD or libdispatch),mutex, futex
- Process, zombie process, fork, thread:
ps
,tree
,pstree
,ps axf
,proc
,pwdx
,which
,watch
,sar -q
,tload
,uptime
, Interrupts,pgrep
,tasklist
(Windows), Zombie process,pstack
,docker ps
,docker-compose ps
,jobs
,acct
,process mrelease
,pidstat
, IPC,pidof
- CPU, GPU, NPU, TPU, DPU, Groq, Proliant, thread (
Pthreads
), processor, CPU socket, core, ARM , CPU Virtualization, Intel, AMD,nm
,lscpu
, AVX-512, Passthrough, CPU intensive, Graviton processor, Branch predictor, vCPU, SSE, Power
Advertising: