Process Load???

Started by jdl, April 26, 2010, 06:03:39 PM

Previous topic - Next topic

jdl

Hi,

I've been configuring a node for which I poll 2 SNMP OIDs (one float and one string to be processed/parsed to extract a float) every 5 seconds and store the results for 180 days. On the other hand, both "admin" and "X" users ("X" has limited access to the single node) are logged in looking at the same graph: one if not both of the polled OIDs. Suddenly the console does not respond anymore and I have to close it to reopen it again and finally recover the full control. User "X" - this time - seemed to not face any issue but had same experience earlier.

Is there some CPU constraint here?
I probably have some 50 nodes with very basic polling.

Additional question: when graphing the data... "logarithmic" option would be great! Or could you tell us how to write the logarithm function in the processing function? ln(), log(), log10(), exp() are not recognized. Anything else?

Thanks and Best regards,

JDamien

Victor Kirhenshtein

Hi!

This bug is inside console application - it is not related to server. I also have console hang from time to time, but still unable to find the source of the problem.

About logarithmic option: I have added functions log, log10, and exp to NXSL - they will be available in next release. I will also add logarithmic scale option to graph window in console.

Best regards,
Victor

jdl

Great!
Thanks for your reply and insight on your roadmap.

Best regards,

Jdamien