Timeline for extracting data from a log file and plotting it using Gnuplot
Current License: CC BY-SA 3.0
10 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Jan 15, 2016 at 4:32 | answer | added | Brandon D | timeline score: 1 | |
| Sep 23, 2014 at 21:19 | comment | added | reggie | I like the first example in the first link, but to understand it I need the raw data, and how it's presented in the file timedat.dat. Do you know where I can get this from? Also the last example is interesting, but I need a few working "commands" examples to see how they work. I'm looking for "awk commands" that manipulate "text=number" and plot just the number when it recognizes "text=" | |
| S Sep 23, 2014 at 18:20 | history | suggested | user000001 | The question asks for an awk script, so [awk] is probably a correct tag. | |
| Sep 23, 2014 at 18:12 | review | Suggested edits | |||
| S Sep 23, 2014 at 18:20 | |||||
| Sep 23, 2014 at 18:08 | comment | added | user000001 | You can see how to plot time data in gnuplot here: gnuplot.sourceforge.net/demo/timedat.html. You can also see how to parse the timestamp and convert it to the format that gnuplot accepts here: gnu.org/software/gawk/manual/html_node/Time-Functions.html. You can also use an awk script in gnuplot using this syntax: plot "<awk '{commands;}' file" using ... Placing them all together is just coding. | |
| Sep 23, 2014 at 17:44 | history | edited | reggie | CC BY-SA 3.0 | deleted 763 characters in body |
| Sep 23, 2014 at 14:25 | history | edited | reggie | CC BY-SA 3.0 | added 461 characters in body |
| Sep 23, 2014 at 13:22 | comment | added | terdon♦ | What? That's a completely different error. | |
| Sep 23, 2014 at 12:59 | comment | added | terdon♦ | I don't use gnuplot but the error seems pretty clear: plot: command not found. Are you sure the command you're looking for is plot? | |
| Sep 23, 2014 at 12:24 | history | asked | reggie | CC BY-SA 3.0 |