Nathan Scott
|
3d0f35c0b7
Merge branch 'main' of https://github.com/BowDown097/htop into BowDown097-main
|
1 year ago |
Nathan Scott
|
8915caedc5
Fix a little header comment typo in the CGroupUtils code
|
1 year ago |
Nathan Scott
|
29137ccc7c
PCP platform implementation of the compressed cgroup column
|
1 year ago |
BowDown097
|
0600ef50f5
Update pcp/ProcessField.h
|
1 year ago |
BowDown097
|
d20fcab197
Update linux/LinuxProcessTable.c
|
1 year ago |
BowDown097
|
ed1c7450e2
Use printKBytes
|
1 year ago |
BowDown097
|
986dbfc19c
Linux + PCP: Add private memory size column
|
1 year ago |
Explorer09
|
1d3a823d5d
Change NetworkIOMeter value unit from KiB/s to bytes/second
|
1 year ago |
Explorer09
|
fda3d10261
Cache NetworkIOMeter values in 'double' type
|
1 year ago |
Explorer09
|
d474689689
NetworkIOMeter: Cache the formatted "KiB/s" number strings
|
1 year ago |
Explorer09
|
5affa05bd6
DiskIOMeter: Cache the formatted "KiB/s" number strings
|
1 year ago |
Explorer09
|
5d2569270c
Use xSnprintf in Meter_humanUnit()
|
1 year ago |
Explorer09
|
5751bafb8d
Rewrite Meter_humanUnit() to accept floating point value
|
1 year ago |
Explorer09
|
e34a9fcc8c
Always update 'values' member of NetworkIOMeter
|
1 year ago |
Explorer09
|
f7f6aca39d
Always update 'values' member of DiskIOMeter
|
1 year ago |
Explorer09
|
9352e26218
NetworkIOMeter: correct format string and code comments
|
1 year ago |
Explorer09
|
7d7e8df83a
Use xSnprintf in DiskIOMeter_updateValues()
|
1 year ago |
Explorer09
|
89b90c4e41
Cap DiskIOMeter "utilisation" percentage at 100%
|
1 year ago |
Nathan Scott
|
2698483444
Remove unused zswap pool size calculation from commit 71f5a80d9e
|
1 year ago |
Nathan Scott
|
452244dc06
PCP platform implementation of frontswap and zswap accounting
|
1 year ago |
Benny Baumann
|
e49a40ad82
Shorten podman/libpod container IDs to 12 characters
|
1 year ago |
Explorer09
|
0875b9e042
Use memmove() for moving previous graph values
|
1 year ago |
Explorer09
|
ef487e9409
Assert on BarMeterMode_characters length
|
2 years ago |
Christian Göttsche
|
5e8fc97a96
Write configuration to temporary file first
|
1 year ago |
Nathan Scott
|
69053ff77a
Merge branch 'Explorer09-print-time-format'
|
1 year ago |
Nathan Scott
|
b2029fbad1
Merge branch 'print-time-format' of https://github.com/Explorer09/htop-1 into Explorer09-print-time-format
|
1 year ago |
Nathan Scott
|
f3ff30ded8
Merge branch 'Explorer09-bar-meter-zero-total'
|
1 year ago |
Explorer09
|
b57adcde0a
Permit zero 'total' in meters; remove assertion
|
1 year ago |
Explorer09
|
22c5aa47f1
Rewrite Row_printTime() with various improvements
|
1 year ago |
Benny Baumann
|
a64d1ea6c0
Avoid OOB read when parsing process memory maps on Linux
|
1 year ago |
Christian Göttsche
|
e9d95e2a84
Add cast to please debug build
|
1 year ago |
Benny Baumann
|
dc6dc7c8f0
Safe-guard agains kernel issues
|
1 year ago |
Benny Baumann
|
a18a38cff5
Ensure the buffer is always terminated
|
1 year ago |
Benny Baumann
|
1a342749b3
Warn on failure to kill a process
|
1 year ago |
Benny Baumann
|
7059ea3ef7
Proper check for signal frames
|
1 year ago |
Benny Baumann
|
a06ff08f21
Avoid NULL pointer deref
|
1 year ago |
Benny Baumann
|
88f7ca4a75
Fix indentation issue
|
1 year ago |
Explorer09
|
4ef3e1f1bb
Record new graph data even when no graph is drawn.
|
1 year ago |
BenBE
|
49bc76d479
Merge pull request #913 from kjbracey/include_shared
|
1 year ago |
Kevin Bracey
|
fe3dedf5ba
Incorporate shared memory in bar text
|
3 years ago |
Kevin Bracey
|
69a505d69c
Move shared memory next to used memory
|
3 years ago |
Kevin Bracey
|
09934e6630
Correct order of memory meter in help
|
1 year ago |
Benny Baumann
|
04c769c844
Add a note about when the configuration is saved
|
1 year ago |
Nathan Scott
|
ca41c25642
Merge branch 'Explorer09-attr-nonnull'
|
1 year ago |
Explorer09
|
5736fba711
Add ATTR_NONNULL to various String_* functions
|
1 year ago |
Explorer09
|
f541f70d0e
Add configure check for nonnull attribute
|
1 year ago |
Explorer09
|
83041f3550
Cap the maximum size of GraphData buffer to 32768 values.
|
1 year ago |
Explorer09
|
1a9ae38b5b
GraphMeterMode_draw() code cleanup
|
1 year ago |
Explorer09
|
9c3e1d4e64
Reorder some GraphMeterMode_draw() code
|
1 year ago |
Explorer09
|
74b28849c4
Let GraphMeterMode_draw() return early when the meter is too narrow...
|
1 year ago |