D
D
Denis Kotov2018-01-23 05:09:34
linux
Denis Kotov, 2018-01-23 05:09:34

Why is it not drawing a graph?

I'm trying to draw a graph of a certain value in skates:
${execgraph 100 "sensors -u | grep -A 0 'temp2_input' | cut -c 15-17"}
as a result, just an empty box without any graphs.
Here is the result of executing sensors -u | grep -A 0 'temp2_input' | cut -c 15-17
50
That is, the values ​​are obtained, but the graph does not draw.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
D
Dmitry Tallmange, 2018-01-23
@p00h

For periodic polling, the following command is provided execigraph:

${execigraph 500 "sensors -u | grep -A 0 'temp2_input' | cut -c 15-17" -t}

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question