summaryrefslogtreecommitdiffstats
path: root/netbsd/Platform.h
Commit message (Collapse)AuthorAgeFilesLines
* Correct pid_t type return from Platform_getMaxPid functionNathan Scott2023-09-041-1/+1
| | | | | | | Coverity scanning shows we end up passing an integer into the Row_setPidColumnWidth routine which requires a pid_t - update each platform to return the correct type (and never return -1 as a failure code, this was being ignored).
* Support dynamic screens with 'top-most' entities beyond processesSohaib Mohamed2023-08-301-1/+13
| | | | | | | | | | | | | | | | | | | | | | This implements our concept of 'dynamic screens' in htop, with a first use-case of pcp-htop displaying things like top-filesystem and top-cgroups under new screen tabs. However the idea is more general than use in pcp-htop and we've paved the way here for us to collectively build mroe general tabular screens in core htop, as well. From the pcp-htop side of things, dynamic screens are configured using text-based configuration files that define the mapping for PCP metrics to columns (and metric instances to rows). Metrics are defined either directly (via metric names) or indirectly via PCP derived metric specifications. Value scaling and the units displayed is automatic based on PCP metric units and data types. This commit represents a collaborative effort of several months, primarily between myself, Nathan and BenBE. Signed-off-by: Sohaib Mohamed <sohaib.amhmd@gmail.com> Signed-off-by: Nathan Scott <nathans@redhat.com>
* Implement File Descriptor Meter support for DragonflyBSD/FreeBSD/NetBSDBenny Baumann2023-02-191-0/+2
|
* Clean out Platform_getInodeFilenameнаб2023-01-081-2/+0
| | | | | | It's an artefact of the previous implementation of Platform_getProcessLocks for Linux, and is never used; there's no reason for it to have ever been exported
* Reformat code baseBenny Baumann2022-10-241-4/+12
| | | | | | | | | | | | | | This includes: - Wrap function implementations - Pointer alignment for function signatures - Pointer alignment for variable declarations - Whitespace after keywords - Whitespace after comma - Whitespace around initializers - Whitespace around operators - Code indentation - Line break for single line statements - Misleading alignment
* Mark ScreenDefaults constChristian Göttsche2021-12-171-1/+1
|
* Drop unused Platform variablesChristian Göttsche2021-12-171-2/+0
|
* Introduce screen tabsHisham Muhammad2021-12-071-0/+4
| | | | This is a forward port (by nathans) of Hisham's original code.
* Early program termination only from main()Volodymyr Vasiutyk2021-10-311-3/+4
|
* Update license headers to explicitly say GPLv2+Daniel Lange2021-09-221-1/+1
|
* Add completion handling for dynamic meters and columnsNathan Scott2021-09-031-0/+4
| | | | | | | Be sure to free dynamic memory allocated for meters and columns strings, no-op on platforms other than pcp. Closes #774
* PCP: support for 'dynamic columns' added at runtimeSohaib Mohamed2021-08-131-3/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Implements support for arbitrary Performance Co-Pilot metrics with per-process instance domains to form new htop columns. The column-to-metric mappings are setup using configuration files which will be documented via man pages as part of a follow-up commit. We provide an initial set of column configurations so as to provide new capabilities to pcp-htop: including configs for containers, open fd counts, scheduler run queue time, tcp/udp bytes/calls sent/recv, delay acct, virtual machine guests, detailed virtual memory, swap. Note there is a change to the configuration file path resolution algorithm introduced for 'dynamic meters'. First, look in any custom PCP_HTOP_DIR location. Then iterate, in priority order, users home directory, then local sysadmins files in /etc/pcp/htop, then readonly configuration files below /usr/share/pcp/htop. This final location becomes the preferred place for our own shipped meter and column files. The Settings file (htoprc) writing code is updated to not using the numeric identifier for dynamic columns. The same strategy used for dynamic meters is used here where we write Dynamic(name) so the name can be setup once more at start. Regular (static) columns writing to htoprc - i.e. numerically indexed - is unchanged.
* Code indentationBenny Baumann2021-07-151-2/+2
|
* Split statements that should go onto multiple linesBenny Baumann2021-07-151-1/+3
|
* netbsd: Add dyanmicMeters stubs to fix the buildnia2021-07-131-0/+8
| | | | Signed-off-by: Nia Alarie <nia@NetBSD.org>
* Fixes minor whitespace issues and re-arrange headers to conform to style guide.fraggerfox2021-06-261-0/+3
|
* Update copyright noticesBenny Baumann2021-06-261-0/+2
|
* Sync changes from master and fix minor warningsfraggerfox2021-06-261-0/+19
|
* Add NetBSD platform support without procfs dependencyfraggerfox2021-06-261-0/+73
- TODO, clean up the code base and update comments in code.

© 2014-2024 Faster IT GmbH | imprint | privacy policy