Issue76

Title Log CPU, mem and net utilization
Type wish Status unread
Importance
Superseder Nosy List mg
Assigned To mg Keywords

Created on 2008-11-05.14:51:29 by mg, last changed 2008-11-05.14:51:29 by mg.

Messages
msg292 (view) Author: mg Date: 2008-11-05.14:51:29
I think it would be interesting to log the use of the CPU, the
network, and the memory throughout a protocol run.

Getting CPU and memory data is probably just a matter of reading the
correct file under /proc (good luck finding that, Windows users...).
For measuring the network usage we could keep track of the number of
bytes sent and received and so get more details than just the current
bandwidth used (which I wouldn't know how to get anyway).
History
Date User Action Args
2008-11-05 14:51:29mgcreate