ladybird/Applications/SystemMonitor
Ben Wiederhake 81b491a7a4 SystemMonitor: Show PPID, PGID, SID
With this information, it's a bit easier to intuit the current 'process tree'.
If you're reading this, can I convince you to implement a nice process tree for
SystemMonitor? It could be via PPID (unbounded depth), or SID+PGID (depth 3).
Or something else entirely :D
2020-08-12 11:28:45 +02:00
..
CMakeLists.txt SystemMonitor: Display the stack of only the selected thread 2020-08-12 11:28:45 +02:00
DevicesModel.cpp AK: JsonParser improvements 2020-06-13 12:43:22 +02:00
DevicesModel.h LibGUI: Get rid of Model::ColumnMetadata and always use auto-sizing 2020-05-21 19:55:44 +02:00
GraphWidget.cpp LibGfx: Rename Rect,Point,Size => IntRect,IntPoint,IntSize 2020-06-10 10:59:04 +02:00
GraphWidget.h Meta: Add a script check the presence of "#pragma once" in header files 2020-05-29 07:59:45 +02:00
main.cpp SystemMonitor: Display the stack of only the selected thread 2020-08-12 11:28:45 +02:00
MemoryStatsWidget.cpp SystemMonitor: Split up kmalloc labels 2020-08-03 13:02:49 +02:00
MemoryStatsWidget.h SystemMonitor: Split up kmalloc labels 2020-08-03 13:02:49 +02:00
NetworkStatisticsWidget.cpp LibGUI: Get rid of Model::ColumnMetadata and always use auto-sizing 2020-05-21 19:55:44 +02:00
NetworkStatisticsWidget.h LibGUI: Remove parent parameter to GUI::Widget constructor 2020-02-23 12:27:53 +01:00
ProcessFileDescriptorMapWidget.cpp LibGUI: Get rid of Model::ColumnMetadata and always use auto-sizing 2020-05-21 19:55:44 +02:00
ProcessFileDescriptorMapWidget.h LibGUI: Remove parent parameter to GUI::Widget constructor 2020-02-23 12:27:53 +01:00
ProcessMemoryMapWidget.cpp System Monitor: Sort Address column in memory map numerically 2020-07-18 15:52:08 +02:00
ProcessMemoryMapWidget.h LibGUI: Remove parent parameter to GUI::Widget constructor 2020-02-23 12:27:53 +01:00
ProcessModel.cpp SystemMonitor: Show PPID, PGID, SID 2020-08-12 11:28:45 +02:00
ProcessModel.h SystemMonitor: Show PPID, PGID, SID 2020-08-12 11:28:45 +02:00
ProcessStackWidget.cpp SystemMonitor: Display the stack of only the selected thread 2020-08-12 11:28:45 +02:00
ProcessStackWidget.h SystemMonitor: Display the stack of only the selected thread 2020-08-12 11:28:45 +02:00
ProcessUnveiledPathsWidget.cpp LibGUI: Get rid of Model::ColumnMetadata and always use auto-sizing 2020-05-21 19:55:44 +02:00
ProcessUnveiledPathsWidget.h LibGUI: Remove parent parameter to GUI::Widget constructor 2020-02-23 12:27:53 +01:00