Timeline for Python consume too much SWAP
Current License: CC BY-SA 4.0
9 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Jul 7, 2020 at 9:17 | vote | accept | KUE | ||
| Jul 2, 2020 at 20:56 | answer | added | Paul_Pedant | timeline score: 1 | |
| Jul 2, 2020 at 10:16 | history | edited | KUE | CC BY-SA 4.0 | added 608 characters in body |
| Jul 2, 2020 at 9:56 | review | Close votes | |||
| Jul 18, 2020 at 3:04 | |||||
| Jul 2, 2020 at 9:47 | comment | added | KUE | For ps ww 1459 output is: 1459 ? Ssl 35:08 /usr/bin/python /usr/bin/goferd --foreground | |
| Jul 2, 2020 at 9:35 | comment | added | Gilles 'SO- stop being evil' | Python is just an interpreter. The first step is to know what program this is. The fact that it happens to be written in Python is mostly irrelevant. lsof is not particularly useful information here. Start with ps ww 1459 | |
| Jul 2, 2020 at 9:34 | comment | added | Philip Couling | Python is a (scripting) programming language. Therefore the important thing to look for is not python itself, but what program python is running. Have you looked for it with ps -ef | grep python? Since swap space is associated with high memory usage you may want to look at top. See how to display top results by memory usage in real time | |
| Jul 2, 2020 at 9:24 | history | edited | Philip Couling | CC BY-SA 4.0 | added 10 characters in body |
| Jul 2, 2020 at 9:20 | history | asked | KUE | CC BY-SA 4.0 |