Alastair Poole
f37c4c2daf
ui: improve tabs?
3 years ago
Alastair Poole
6d5f404eb3
proc: Add basic thread support (Linux).
...
Just a start.
3 years ago
Alastair Poole
faf3b8d989
proc: refactor for thread information.
...
If we are going to be fetching per-process thread states we really
need to clean up this Linux /proc/*/stat parsing.
I think this /proc fs implementation just sort of "happened".
To be decided which I prefer yet of the four architectures, def, not
Linux though :)
3 years ago
Alastair Poole
786817919c
proc: trim argument (FreeBSD)
3 years ago
Alastair Poole
5b839a79a3
proc: trim argument.
3 years ago
Alastair Poole
a086c779ac
ui: trimming.
...
Nothing of any significance.
3 years ago
Alastair Poole
d57883ad57
ui: small changes.
3 years ago
Alastair Poole
1c04d0b527
OpenBSD: Improve Command Parsing.
3 years ago
Alastair Poole
a4a889a699
OpenBSD: Not distinguished shared and resident.
3 years ago
Alastair Poole
39d22d66ea
macos: dont return if we cannot get workqueueinfo.
...
Set the memory to zero here when it's unavailable.
3 years ago
Alastair Poole
7d9ef26986
Swap: Handle 0 swap.
3 years ago
Alastair Poole
568045625e
proc: FreeBSD changes.
3 years ago
Alastair Poole
0d98368d0c
proc: Process Memory Improvement
3 years ago
Alastair Poole
2baef9e5bf
proc: Tidy line lengths.
3 years ago
Alastair Poole
a18d65e23a
ui: Callback on animation del
3 years ago
Alastair Poole
265b8be7e6
ui: Prettier
3 years ago
Alastair Poole
2b68727b6e
ui: ...
...
:|
3 years ago
Alastair Poole
a80d244476
process: Make sure Linux always parses cmdline.
3 years ago
Alastair Poole
fc60c351ca
process: Fix Linux Process Arguments.
...
Arguments are NULL terminated until we hit padded NULLs.
3 years ago
Alastair Poole
27053fa460
ui: Small Change
3 years ago
Alastair Poole
3b82d992ac
proc: fix freebsd proc argument.
3 years ago
Alastair Poole
8d1383e245
ui: Make search fast again
3 years ago
Alastair Poole
221e3f8c6d
resize: improve resize behaviour.
3 years ago
Alastair Poole
bda2a51124
FreeBSD: Obtain correct PID_MAX (Fallback).
3 years ago
Alastair Poole
41a8e8b7ca
FreeBSD: Fix
3 years ago
Alastair Poole
ba22c1c4fd
BSD: Fix for unusual setup.
...
Thanks Peter2121 (Quelrond)
3 years ago
Alastair Poole
c888e30153
proc: fix build.
3 years ago
Alastair Poole
2585f7768f
process: Formatting.
3 years ago
Alastair Poole
0a9c11da7b
macOS: Access stack of process for argc and argv.
...
This allows us to properly obtain the command and its arguments
as per other operating systems we support.
3 years ago
Alastair Poole
3559064cfd
macOS: Use proc_bsdinfo pbi_name if possible.
3 years ago
Alastair Poole
988105e4eb
proc: clean up
3 years ago
Alastair Poole
51d3977a9d
linux:process memory use.
...
On linux distinguish between memory size and virtual memory size.
3 years ago
Alastair Poole
40eace5c54
proc: unused variable (macOS).
3 years ago
Alastair Poole
4af5534164
ui: keypress fix logic.
3 years ago
Alastair Poole
cf92bf88de
linux: onto macOS next (hopefully).
3 years ago
Alastair Poole
d5da445b3f
proc: sane memory.
3 years ago
Alastair Poole
9994914e3a
ui: remove memory title (no need)
3 years ago
Alastair Poole
efa207bbc5
ui: memory display.
3 years ago
Alastair Poole
ad1f149e55
evisum: add gettext support
3 years ago
Alastair Poole
247c45c32b
process: Make memory total ApBBB compatible.
...
Due to the importance of ApBBB conformance I am forced to display
memory total in the 2020 APBB standard. This is not ideal but
it does provide protection, based on this new standard.
3 years ago
Alastair Poole
b343a3721c
panel: remove unnecessary function
3 years ago
Alastair Poole
1c0a94f84d
ui: fix sort after "refactor"
3 years ago
Alastair Poole
10cbba80f5
ui: Formatting and "logic"
3 years ago
Alastair Poole
7d98f61332
ui: use double precision for memory.
3 years ago
Alastair Poole
c060e493b1
ui: reduce code duplication...
3 years ago
Alastair Poole
c2bed9ef5d
ui: show memory nice
3 years ago
Alastair Poole
d844d0084d
evisum: Use (SZ - RSS), VSZ and RSS.
3 years ago
Alastair Poole
8499ecc8f4
proc/ui: refactor linux proc and ui shutdown.
3 years ago
Alastair Poole
844ae36cf6
shutdown: if mainloop terminates shutdown.
...
Thanks ASAN.
3 years ago
Alastair Poole
d63b95ef27
bsd: add freebsd shared memory usage (proc).
3 years ago