85 Commits (179aeb01082df9e7c19a285ae4d703a7714f4e2f)

Author SHA1 Message Date
Daniel Lange 179aeb0108 Add includes for config.h as per the discussion in PR #1337 2 years ago
Kevin Bracey 69a505d69c Move shared memory next to used memory 2 years ago
Nathan Scott 66c0b19ed6 Correct pid_t type return from Platform_getMaxPid function 3 years ago
Nathan Scott b74673fe37 Rename ProcessList to ProcessTable throughout 3 years ago
Explorer09 4c08171ebd BSD platforms: Reject negative and zero KERN_FSCALE factors 3 years ago
Sohaib Mohamed 53bdcab942 Support dynamic screens with 'top-most' entities beyond processes 3 years ago
Nathan Scott 0f751e991d Introduce Row and Table classes for screens beyond top-processes 3 years ago
Nathan Scott ab0f68c20f Build fixes for NetBSD 3 years ago
Nathan Scott 290ddba35e Minor whitespace and small logic flow improvements on review 3 years ago
Nathan Scott 72235d8e09 Adapt platform code for the new Machine base class 3 years ago
Nathan Scott 0bdade1b6c Introduce Machine class for host-specific info (split from ProcessList) 3 years ago
Ivan Shapovalov b29b33ebb9 {Memory,Swap}Meter: add "compressed memory" metrics 3 years ago
Benny Baumann da255cb33f Minor code formatting consistency fixes 3 years ago
Nathan Scott e7f447b6a3 Refactor and consolidate dynamic meters/columns pointers 3 years ago
Guillaume Gomez e207c8aebd Improve CPU computation code 3 years ago
Guillaume Gomez c803ec6dae Improve code readability by using enum values instead of raw numbers 3 years ago
Benny Baumann 7a8c01f304 Implement File Descriptor Meter support for DragonflyBSD/FreeBSD/NetBSD 3 years ago
Christian Göttsche ca7e92bd78 Use strict function prototypes also for defintions 3 years ago
Guillaume Gomez d97cf58261 Improve code readability by creating constants for SWAP memory values 3 years ago
наб 67bc7fe640 Clean out Platform_getInodeFilename 3 years ago
Guillaume Gomez 560a04ad25 Improve code readability by creating constants for memory values 3 years ago
Benny Baumann 40104588f3 Reformat code base 3 years ago
Kumar 0af08bcfc9 Process: Display single digit precision for CPU% greater than 99.9% 4 years ago
Benny Baumann 4f1269cc9f Ensure buffer for environment is large enough on NetBSD 4 years ago
Benny Baumann edf319e53d Auto-size (normalized) CPU usage columns 4 years ago
Christian Göttsche 5bc988ad6d Use correct command field as default field 4 years ago
Christian Göttsche 6e9a5e9e49 Mark ScreenDefaults const 4 years ago
Christian Göttsche 14f428a172 Drop unused Platform variables 4 years ago
Hisham Muhammad 72ba20fa5f Introduce screen tabs 4 years ago
Nathan Scott e7a8d14cbd Correct the order of xCalloc parameters in a couple of places 4 years ago
marcluque d8dfbbd37c Tidy up process state handling 4 years ago
Volodymyr Vasiutyk 2ef70ad7f6 Early program termination only from main() 4 years ago
Silke Hofstra 696f79fe50 Dynamically scale the ST_UID size to support 32-bit UIDs 4 years ago
Benny Baumann d520199e62 Memory leak on NetBSD when querying full command line 5 years ago
Daniel Lange 94ad111391 Update license headers to explicitly say GPLv2+ 5 years ago
Christian Göttsche 2844429f15 NetBSD: scale CPU frequencies 5 years ago
Christian Göttsche 3834f2a68f NetBSD: misc const additions 5 years ago
Christian Göttsche 343c2e58be NetBSD: update process fields 5 years ago
Christian Göttsche fd2c4f5ddd NetBSD: fix reading environment variables of processes 5 years ago
Christian Göttsche 7f95ed8528 NetBSD: simplify Platform_setMemoryValues 5 years ago
Nathan Scott c0c2bb98a2 Add completion handling for dynamic meters and columns 5 years ago
Christian Göttsche b965417bf7 Add combined memory and swap meter 5 years ago
Benny Baumann b42c441ee0 Use proper metric to detect kernel threads 5 years ago
fraggerfox 68123adb6f Build fix for NetBSD 5 years ago
nia dd91e9a9da netbsd: Add NetworkIOMeter support 5 years ago
Sohaib Mohamed 6f2021f3d9 PCP: support for 'dynamic columns' added at runtime 5 years ago
nia 6d3b4a0f2e netbsd: handle repeated ENOMEM from HW_IOSTATS safely 5 years ago
nia 324f9d048d netbsd: add more robust error handling for sysctl HW_IOSTATS 5 years ago
nia 5b8654d341 netbsd: Add support for DiskIOMeter 5 years ago
nia 97a859c5bd netbsd: Use newer proplib API. Create aliases so it works on 9.x. 5 years ago