summaryrefslogtreecommitdiffstats
path: root/pcp/Platform.c
AgeCommit message (Expand)Author
2024-02-05Minor bug fixes for Coverity issuesKen McDonell
2023-12-26Fix code styleBenny Baumann
2023-11-21Remove unused zswap pool size calculation from commit 71f5a80d9eNathan Scott
2023-11-20PCP platform implementation of frontswap and zswap accountingNathan Scott
2023-09-04Correct pid_t type return from Platform_getMaxPid functionNathan Scott
2023-08-31Rename ProcessList to ProcessTable throughoutNathan Scott
2023-08-30Rename PCPMetric files, structures and related internal functionsNathan Scott
2023-08-30Support dynamic screens with 'top-most' entities beyond processesSohaib Mohamed
2023-08-29Rework ZramMeter and remove MeterClass.comprisedValuesExplorer09
2023-08-18Replace isnan() with better comparisons (isgreater(), etc.)Explorer09
2023-05-08Adapt platform code for the new Machine base classNathan Scott
2023-05-08Introduce Machine class for host-specific info (split from ProcessList)Nathan Scott
2023-04-23{Memory,Swap}Meter: add "compressed memory" metricsIvan Shapovalov
2023-03-04Improve CPU computation codeGuillaume Gomez
2023-03-04Improve code readability by using enum values instead of raw numbersGuillaume Gomez
2023-02-19Implement File Descriptor Meter support for PCPSohaib Mohamed
2023-02-14PCP: add IRQ PSI meterNathan Scott
2023-01-08Improve code readability by creating constants for SWAP memory valuesGuillaume Gomez
2023-01-08Clean out Platform_getInodeFilenameнаб
2023-01-07Improve code readability by creating constants for memory valuesGuillaume Gomez
2022-10-24Reformat code baseBenny Baumann
2022-09-14Use pmLookupDescs(3) function if available from libpcpNathan Scott
2022-05-30Implement PCP support for minimum ZFS ARC sizeBenny Baumann
2021-12-17Use correct command field as default fieldChristian Göttsche
2021-12-17Mark ScreenDefaults constChristian Göttsche
2021-12-17Drop unused Platform variablesChristian Göttsche
2021-12-07Introduce screen tabsHisham Muhammad
2021-10-31Early program termination only from main()Volodymyr Vasiutyk
2021-09-22Update license headers to explicitly say GPLv2+Daniel Lange
2021-09-03Add completion handling for dynamic meters and columnsNathan Scott
2021-08-17Add combined memory and swap meterChristian Göttsche
2021-08-17PCP: ensure unsigned types used throughout CPU count detectionNathan Scott
2021-08-16PCP: PCPMetric.[ch] MdouleSohaib
2021-08-13Merge branch 'dynamic-columns' of https://github.com/smalinux/htop into smali...Nathan Scott
2021-08-13PCP: support for 'dynamic columns' added at runtimeSohaib Mohamed
2021-08-09Add columns for process autogroup identifier and nice valueNathan Scott
2021-07-29PCP: use the correct metric for shared memory calculationsNathan Scott
2021-07-15Code indentationBenny Baumann
2021-07-09Remove unnecessary include files from PCPDynamicMeter.cNathan Scott
2021-07-07Add more defensive checks to PCP paths if sampling failsNathan Scott
2021-07-07Add a new DynamicMeter class for runtime Meter extensionNathan Scott
2021-06-13Fix a PCP diagnostics typo, add missing pmFreeResult null check.Nathan Scott
2021-06-13Resolve a couple of recent memory leaks in pcp-htopNathan Scott
2021-06-09Update platform-specific header includes to use pcp paths.Nathan Scott
2021-06-09Update the PCP platform to use common Process fields and codeNathan Scott
2021-06-09Various code tidyups based on review commentary from BenBENathan Scott
2021-06-09Resolve some Coverity scan misfires in PCP platform codeNathan Scott
2021-06-09Remove dynamic allocation of PCP metric atomvalues expansionNathan Scott
2021-06-09Add time handling interfaces for the pcp platformNathan Scott
2021-06-09Implement command line and environment handling for pcp htop.Nathan Scott