Draw multiple lines in a graphite windows by cli
Hello ;
eg: > draw hadoop.
It will output runq lines of the whole cluster.
Now, I want to draw four of them. (172.234, 172.235, 172.238, 172.239)
Here in pseudo-code:
>draw hadoop.
How to write ?
Question information
- Language:
- English Edit question
- Status:
- Solved
- For:
- Graphite Edit question
- Assignee:
- No assignee Edit question
- Solved by:
- Michael Leinartas
- Solved:
- 2012-05-25
- Last query:
- 2012-05-25
- Last reply:
- 2012-05-24
Jeff Blaine (jblaine-kickflop) said : | #1 |
Homer,
Use: hadoop.
Homer Li (homerl) said : | #2 |
Hi Jeff;
Thanks, it 's not work too. There is no data output in graphite(0.99) cli
I try to used "( , [ , {"
>draw hadoop.
no data
>draw hadoop.
no data
>draw hadoop.
no data
>draw hadoop.
no data
>draw hadoop.
no data
>draw hadoop.
no data
|
#3 |
Have you tried drawing these using the composer interface (the default page)? The CLI has been abandoned for quite some time and will be removed in a future release - it's likely that this wildcard form was added sometime after the CLI and is failing some validation because of it.
Homer Li (homerl) said : | #4 |
Hi Michael;
Oh, I understand, when I input in composer interface, it 's no problem.
Thanks.
Homer Li (homerl) said : | #5 |
Thanks Michael Leinartas, that solved my question.