112 Commits (e64adcb50bbd7a2817cbfa4e66c5ea2574eb7b2d)

Author SHA1 Message Date
Benny Baumann e64adcb50b Add PCP support 2 years ago
Nathan Scott 29137ccc7c PCP platform implementation of the compressed cgroup column 2 years ago
BowDown097 0600ef50f5 Update pcp/ProcessField.h 2 years ago
BowDown097 986dbfc19c Linux + PCP: Add private memory size column 2 years ago
Explorer09 5751bafb8d Rewrite Meter_humanUnit() to accept floating point value 2 years ago
Nathan Scott 2698483444 Remove unused zswap pool size calculation from commit 71f5a80d9e 2 years ago
Nathan Scott 452244dc06 PCP platform implementation of frontswap and zswap accounting 2 years ago
Nathan Scott eb86bdf377 Cast some ignored return codes to assist static checkers 3 years ago
Nathan Scott 5d47e2c50d Adjust pointer tracking to assist static checkers 3 years ago
Nathan Scott de1d3e17af Ensure possible NULL pointer values dealt with defensively 3 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
Stefan df2460a572
Fixed typo 3 years ago
Christian Göttsche 3bcb76e81c Fix typo 3 years ago
Nathan Scott a9740fad7c Fix handling of PCP process arguments with space then slash 3 years ago
Nathan Scott c9ad6a90cb Rename PCPMetric files, structures and related internal functions 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
Explorer09 25cb42f0e4 Rework ZramMeter and remove MeterClass.comprisedValues 3 years ago
Explorer09 076b913c7f Compare all percentage fields with compareRealNumbers() 3 years ago
Explorer09 b416433fbe Replace isnan() with better comparisons (isgreater(), etc.) 3 years ago
Explorer09 c6fd64fce8 More robust logic for CPU process percentages (Linux & PCP) 3 years ago
Explorer09 518685818c Minor data type fixes in Process.c and PCPProcess.c 3 years ago
Explorer09 3d2f5e1a1a Modify PCPProcessList_updateInfo() prototype for readability 3 years ago
Benny Baumann 32f8d4c407 Make header sort order consistent again 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
Sohaib Mohamed bdb63a497b Implement File Descriptor Meter support for PCP 3 years ago
Nathan Scott 6d1c5de518 PCP: add IRQ PSI meter 3 years ago
Nathan Scott c9f654da96 Fix an incorrect memset pointer in PCP platform CPU handling 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
Nathan Scott d58180bdac Use pmLookupDescs(3) function if available from libpcp 4 years ago
Christian Göttsche 62d59403d9 Add fallback for HOME environment variable 4 years ago
Benny Baumann 7694dbc821 Implement PCP support for minimum ZFS ARC size 4 years ago
Kumar 038f2ae777 Linux: Increase field width of CPUD% and SWAPD% to 5 4 years ago
Kumar 0af08bcfc9 Process: Display single digit precision for CPU% greater than 99.9% 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
Sohaib Mohamed ba3a1df806 Fix misc styleguide issues and add missing header files 4 years ago
Hisham Muhammad 72ba20fa5f Introduce screen tabs 4 years ago