TODO 693 B

123456789101112131415161718192021
  1. TODO:
  2. == current problems / short term
  3. - symux queues rrd values for a particular time. Cheers to Jean-Gérard
  4. Pailloncy for the suggestion.
  5. - rewrite sm_proc.c, don't count shared pages twice
  6. - check shared memory for hackable bugs. (master should only write, clients
  7. should only read. clients should check incoming data for sanity.)
  8. - check for availability of rrd before compilation
  9. - upgrade percentages to a symon wide util; it is included seperately in all
  10. cpu probes now.
  11. - same for pagetob and friends
  12. == longer term
  13. - change rrd to accommodate batch updates
  14. - write a muxer that supports unix pipes
  15. - test framework
  16. $Id: TODO,v 1.32 2008/02/20 08:17:17 dijkstra Exp $