Explorer09
|
36626ce6fd
Explicitly specify supported modes of all meters
|
6 months ago |
Benny Baumann
|
e56089e1fa
Update includes based on IWYU
|
11 months ago |
Benny Baumann
|
6aa9ef2726
Fix code style
|
11 months ago |
Daniel Lange
|
179aeb0108
Add includes for config.h as per the discussion in PR #1337
|
11 months ago |
Explorer09
|
5affa05bd6
DiskIOMeter: Cache the formatted "KiB/s" number strings
|
1 year ago |
Explorer09
|
f7f6aca39d
Always update 'values' member of DiskIOMeter
|
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
|
b74673fe37
Rename ProcessList to ProcessTable throughout
|
1 year ago |
Nathan Scott
|
0bdade1b6c
Introduce Machine class for host-specific info (split from ProcessList)
|
1 year ago |
Christian Hesse
|
2b31363685
DiskIOMeter: indicate read and write in meter mode
|
2 years ago |
Christian Hesse
|
5c27f21fa9
DiskIOMeter: use complete units
|
2 years ago |
Christian Hesse
|
078a7657f2
DiskIOMeter: convert to bytes per second
|
2 years ago |
Christian Hesse
|
21e2875570
DiskIOMeter: use define ONE_K
|
2 years ago |
Christian Göttsche
|
63fafb4844
IOMeters: rework initial display
|
2 years ago |
Benny Baumann
|
2977414d54
Discard stale information from DiskIO and NetworkIO meters
|
3 years ago |
Daniel Lange
|
94ad111391
Update license headers to explicitly say GPLv2+
|
3 years ago |
mayurdahibhate
|
1b74dfe187
cleaned up includes with iwyu
|
3 years ago |
Christian Göttsche
|
436808ff99
Use RichString_appendnAscii where possible
|
3 years ago |
Nathan Scott
|
356488aa53
Request the realtime and monotonic clock times once per sample
|
3 years ago |
Sohaib
|
421bdeec60
Merging all the points related to calculating time in one place
|
3 years ago |
Christian Göttsche
|
2d1042adb3
Save text buffer in Meter
|
4 years ago |
Nathan Scott
|
b4736228dc
Switch DiskIO Meter to using uint32_t and uint64_t
|
3 years ago |
Nathan Scott
|
00339087b0
Fix integer sizing issues in the DiskIO Meter
|
3 years ago |
Daniel Lange
|
1e57cab605
De-typo DiskIOMeter
|
3 years ago |
Christian Göttsche
|
157086e750
Split RichString_(append|appendn|write) into wide and ascii
|
4 years ago |
Christian Göttsche
|
e1ce141bc3
Use size_t as len type for Meter_UpdateValues
|
4 years ago |
Christian Göttsche
|
bc16fa037f
Convert personal copyright authorship to team
|
4 years ago |
Benny Baumann
|
be39de14dd
Reduce scope of cached values
|
4 years ago |
Christian Göttsche
|
7cf5277594
IWYU update (Linux)
|
4 years ago |
Christian Göttsche
|
0c1908832b
Handle data wraparounds in IO Meters
|
4 years ago |
Christian Goettsche
|
c2fdfd99eb
FreeBSD: implement Platform_getDiskIO()
|
4 years ago |
Christian Göttsche
|
f757810f48
Improve handling of no data in Disk and Network IO Meters
|
4 years ago |
Benny Baumann
|
0f5262917f
Make all required includes explicit
|
4 years ago |
Benny Baumann
|
872e542f4e
Rename StringUtils.[ch] to XUtils.[ch]
|
4 years ago |
Benny Baumann
|
c6f04a9c5d
Move xAsprintf, xSnprintf and xStrdup to StringUtils.h
|
4 years ago |
Christian Göttsche
|
a802961286
Generalize Meter value colors for IO
|
4 years ago |
Christian Göttsche
|
79ad39c718
Mark Object pointer to _display function const
|
4 years ago |
Christian Göttsche
|
ba282cfe19
Mark Object instances const
|
4 years ago |
Daniel Lange
|
079c2abf8e
Update License consistently to GPLv2 as per COPYING file
|
4 years ago |
Christian Göttsche
|
e518459981
Add DiskIOMeter for IO read/write usage
|
4 years ago |