Become a sponsor to Colin Ian King
My current Open Source project is stress-ng, a tool for stress-testing POSIX systems. I've been working on stress-ng for over a decade and I make regular monthly releases of the tool. This takes hundreds of machine hours to test on over 100 virtual machines and real hardware, which takes time and can consume a lot of power. I'm open to sponsorship for this work.
Featured work
-
ColinIanKing/stress-ng
This is the stress-ng upstream project git repository. stress-ng will stress test a computer system in various selectable ways. It was designed to exercise various physical subsystems of a computer…
C 2,193 -
ColinIanKing/smemstat
Smemstat reports the physical memory usage taking into consideration shared memory. The tool can either report a current snapshot of memory usage or periodically dump out any changes in memory.
C 32 -
ColinIanKing/forkstat
Forkstat is a program that logs process fork(), exec() and exit() activity. It is useful for monitoring system behaviour and to track down rogue processes that are spawning off processes and potent…
C 107 -
ColinIanKing/eventstat
Eventstat periodically dumps out the current kernel event state. It keeps track of current events and outputs the change in events on each output update. The tool requires sudo to run since it need…
C 11 -
ColinIanKing/pagemon
Pagemon is an interactive memory/page monitoring tool allowing one to browse the memory map of an active running process.
C 42 -
ColinIanKing/powerstat
Powerstat measures the power consumption of a machine using the battery stats or the Intel RAPL interface. The output is like vmstat but also shows power consumption statistics. At the end of a run…
C 153