Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

win_perfcounter

python module for ganglia 3.1.

WARNING: This module is just proof-of-concept, it does not work.

"win_perfcounter" uses ctypes and Windows API's Performance Data Helper functions in order to get perfomance counter data.

http://msdn.microsoft.com/en-us/library/windows/desktop/aa373214%28v=vs.85%29.aspx

Module is self-contained and does not require any third-party Python packages such as PyWin32 or WMI.

What was done:

TODO:

  • metric_init method should return descriptors structure
  • basically we have to implement all the glue code between win_perfcounter.pyconf and gmond API
  • write a set of tests

AUTHOR

Alexey Diyan alexey.diyan@gmail.com