i have created a cdef=b,a,/ to get its value named CSR(Call Success Rate); it works for a single host.
today i want to make a new graph with 4 host data, so i need to create a new cedf to get the CSR of 4 host, it is like CSR=(a+b+c+d)/(e+f+h+g).
my problem is how to make the data in () operate first,the their result make / operate.
but i dont know how to create it. please help me.
How to Create a new CDEF with operator like ()
Moderators: Developers, Moderators
How to Create a new CDEF with operator like ()
- Attachments
-
- operator.JPG (24.52 KiB) Viewed 2403 times
This is a question, not a how-to. Moving to General.
Read how CDEF's work: http://people.ee.ethz.ch/~oetiker/webto ... al.en.html
Read how CDEF's work: http://people.ee.ethz.ch/~oetiker/webto ... al.en.html
| Scripts: Monitor processes | RFC1213 MIB | DOCSIS Stats | Dell PowerEdge | Speedfan | APC UPS | DOCSIS CMTS | 3ware | Motorola Canopy |
| Guides: Windows Install | [HOWTO] Debug Windows NTFS permission problems |
| Tools: Windows All-in-one Installer |
thanks
i write a cdef to get percent value,so multiply its result by 100
could not get right value,so i beleive my newly created cdef must have error in it.
i am tring to correct it, can you share your idea!
i write a cdef to get percent value,so multiply its result by 100
Code: Select all
cdef=100,a,b,c,d,+,+,+,*,f,g,h,i,+,+,+,/
i am tring to correct it, can you share your idea!
- gandalf
- Developer
- Posts: 22383
- Joined: Thu Dec 02, 2004 2:46 am
- Location: Muenster, Germany
- Contact:
What aboutmenjia wrote:thanks
i write a cdef to get percent value,so multiply its result by 100could not get right value,so i beleive my newly created cdef must have error in it.Code: Select all
cdef=100,a,b,c,d,+,+,+,*,f,g,h,i,+,+,+,/
i am tring to correct it, can you share your idea!
Code: Select all
cdef=a,b,c,d,+,+,+,f,g,h,i,+,+,+,/,100,*
Who is online
Users browsing this forum: No registered users and 0 guests