15 lines
239 B
Markdown
15 lines
239 B
Markdown
|
# Slides for Tech Talks 25
|
||
|
|
||
|
First run the python script:
|
||
|
```
|
||
|
python3 -m venv venv
|
||
|
source venv/bin/activate
|
||
|
pip install -r requirements.txt
|
||
|
python3 threadednames.py
|
||
|
```
|
||
|
|
||
|
Then get the PID of the script and do:
|
||
|
```
|
||
|
top -p <PID> -H -d 0.5
|
||
|
```
|