On Tue, May 10, 2005 at 11:31:43AM +0300, Ula? Y�ksel wrote: > I'm graphing the FC port throughput successfully. But I want to change the > graph values. I mean I dont want to graph Mbit/sec but Mbytes/sec. Just > divide by 8 but how?
Have a look at engine/graphs/traffic_words.inc.php You should see lines where the value is being multiplied by 32, change that number to 4. The Brocade sends its traffic in words and the graph changes it. - Craig -- Craig Small GnuPG:1C1B D893 1418 2AF4 45EE 95CB C76C E5AC 12CA DFA5 Eye-Net Consulting http://www.enc.com.au/ MIEE Debian developer csmall at : enc.com.au ieee.org debian.org ------------------------------------------------------- This SF.Net email is sponsored by Oracle Space Sweepstakes Want to be the first software developer in space? Enter now for the Oracle Space Sweepstakes! http://ads.osdn.com/?ad_ids93&alloc_id281&op=click _______________________________________________ jffnms-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jffnms-users
