Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.graphics.apps.gnuplot > #1672
| Newsgroups | comp.graphics.apps.gnuplot |
|---|---|
| Date | 2013-02-26 07:47 -0800 |
| References | <25126f7c-fe89-45d1-ba39-9c0aa8006efa@googlegroups.com> |
| Message-ID | <9d6d643b-13fe-4e3d-bc48-a668649f5fdc@googlegroups.com> (permalink) |
| Subject | Re: Gnuplot 4.6 bug? lines not being drawn |
| From | Marcelo Jara <marcelojara@gmail.com> |
Thanks for everyone's help. Christoph's suggestion did work for me (using 'grep'). Here's the final statement: plot '<grep "ServerA" test.txt' u 1:6 title "ServerA" with lines, \ '<grep "ServerB" test.txt' u 1:6 title "ServerB" with lines, \ '<grep "ServerC" test.txt' u 1:6 title "ServerC" with lines, \ '<grep "ServerD" test.txt' u 1:6 title "ServerD" with lines I guess for Windows, I would need to change it to 'find', but haven't tested it yet. There is no technical reason as to why I have the different servers' metrics in one file. I am responsible for stress testing applications and servers. When a test starts, I grab all the metrics for all the relevant servers. I stop grabbing the metrics when the test ends. For me, it was easier to have one file per test that represented all the performance metrics. Otherwise, I would have 8 or more files per test. There are definitely different ways to do this and could easily have written the metrics to separate files and then possibly join the files after using Gnuplot. Thanks again.
Back to comp.graphics.apps.gnuplot | Previous | Next — Previous in thread | Find similar | Unroll thread
Gnuplot 4.6 bug? lines not being drawn marcelojara@gmail.com - 2013-02-23 19:25 -0800
Re: Gnuplot 4.6 bug? lines not being drawn Hans-Bernhard Bröker <HBBroeker@t-online.de> - 2013-02-24 18:06 +0100
Re: Gnuplot 4.6 bug? lines not being drawn Karl <mail.kfr@gmx.net> - 2013-02-25 13:04 +0100
Re: Gnuplot 4.6 bug? lines not being drawn marcelojara@gmail.com - 2013-02-25 09:00 -0800
Re: Gnuplot 4.6 bug? lines not being drawn Christoph Bersch <usenet@bersch.net> - 2013-02-25 19:59 +0100
Re: Gnuplot 4.6 bug? lines not being drawn Karl <mail.kfr@gmx.net> - 2013-02-25 21:36 +0100
Re: Gnuplot 4.6 bug? lines not being drawn Hans-Bernhard Bröker <HBBroeker@t-online.de> - 2013-02-25 23:39 +0100
Re: Gnuplot 4.6 bug? lines not being drawn Marcelo Jara <marcelojara@gmail.com> - 2013-02-25 13:54 -0800
Re: Gnuplot 4.6 bug? lines not being drawn Karl <mail.kfr@gmx.net> - 2013-02-26 09:32 +0100
Re: Gnuplot 4.6 bug? lines not being drawn Marcelo Jara <marcelojara@gmail.com> - 2013-02-26 07:47 -0800
csiph-web