How to generate graph from flat file by using unix script

Hi, I need to generate graph from the text file in Unix server.
The file contains the following data,
Fri Feb 03 07:01:00 PST 2012|3325
Fri Feb 03 07:02:00 PST 2012|3349
Fri Feb 03 07:03:00 PST 2012|3290
Fri Feb 03 07:04:00 PST 2012|3496
Fri Feb 03 07:05:00 PST 2012|3362
Fri Feb 03 07:06:00 PST 2012|3447
Fri Feb 03 07:07:00 PST 2012|3329
Fri Feb 03 07:08:00 PST 2012|3519
Fri Feb 03 07:09:00 PST 2012|3411
Fri Feb 03 07:10:00 PST 2012|3477
I have to create link in web browser which will generate the graph from the above data available in Unix server. The time is X-axis and value is Y-axis. Please help experts! Thanks in advance!

Gnu plot

1 Like

Thx for your response.. I have to referese the value automatically every min.