0.0.2 • Published 14 years ago
sigar v0.0.2
Node Sigar binding
A complete binding to the SIGAR library.
Documentation is available on the project website.
Problems
Those are minor issues which I wasn't yet able to resolve.
- Calling
sigar_net_address_to_stringthrow symbol error
Impacted functions:netRouteListGet,netInterfaceConfigGet,netInterfaceConfigPrimaryGet,netConnectionListGetSolution: import related source code in './src/node_sigar_format.cc' netconnectionlist()doesn't handle flag, use '-1' for now- String to address function isn't working in
node_sigar_str2net_address. Impacted function:SigarNetStatPortGetSee:./tests/TodoTest.coffee # Test testNetAdress - Protocal in
sigar_proc_port_getseems disregarded - No idea on how to use
rpcPing, see./tests/TodoTest.coffee # Test rpcPing
Notes
sigar_net_connection_walkis not implementedsigar_who_list_getreturn 0 records (tested on OSX)