What is a good utility to produce pie charts from CSV files?
My first thoughts would be the Queryverse - or shoud I be looking at something else?
Specifically I would like to produce pie charts for the sums of different columns of data, and also combine some columns (which represent the IO rates of different disks - see below).
I was working with data produced by the Linux sysstat package yesterday
It is quite a well known package which produces files containing ten minute values of CPU load, IO stats etc.   I am looking at disk IO rates.
I found it possible to produce a CSV file of the data values using the sadc utility.
My current CSV file has around 3000 rows, so not massive.
 But in general you should be able to use different plotting packages with Queryverse as well, I’m just less familiar with them.
 But in general you should be able to use different plotting packages with Queryverse as well, I’m just less familiar with them.