There are too many lines on my graph, can I only display the most important ones?
このページは日本語には対応しておりません。随時翻訳に取り組んでいます。
翻訳に関してご質問やご意見ございましたら、
お気軽にご連絡ください。
Problem
When using a grouped query there are sometimes too many lines displayed on the graph, and you might end up with something complicated to read, for example:
… where you only need to focus on the hosts with high load values here.
Solution
The top function is a good fit to display only the few relevant lines on the graph:
See the Top function documentation for more details.