From: Roland H. <ro...@gm...> - 2006-04-13 18:27:00
|
Hi Nico, >> I have added 2 functions in plugin_imon.c. The first returns the >> amount >> of Bytes Up/Downloading from the connected imond in kb/mb. The second >> function returns the uptime from the connected imond in seconds or >> user-defined format. > > What is the different between your first new function and the allready > existing mon::rates(channel,dir)? The same question for the second new What is the difference between rates and amount of bytes? unit rates : byte/second unit amount: byte I mean the result from the quantity command from imond. > one and imon(uptime)? So I do not see, what is really new. imond returns the uptime only in seconds, imon(uptime) returns only seconds. The user has to convert the result in the config to the format he prefer (e.g. 2 days 3h 30m 50s). How easy is this today? Is it easier to use: %d days %H:%M:%S ? -- greets Roland |