Skip to main content
Gnuplot

I came across with gnuplot few days back when I was forced to generate a graph which portrayed memory and cpu usage for certain process with specific IDs. Gnuplot doesn't seems bad although I guess it was a little bit cryptic at first.

I did installed Gnuplot in my cygwin terminal as well. Anyway it seems that cygwin didn't have some tool that I need to work on and I believe that if I want to do any profiling task, just do it natively on *nix instead.

Well, I just put some of the important links here in case I need it afterwards:

Gnuplot tutorial

IMHO, Gnuplot is the best tool once you deal with lot of lines of data say, in text file log output. It really helps you I mean it. You can create the same graph(almost) in the spreadsheet such as Excel or Calc, but I think Gnuplot gives you more in term of customization and it really awesome. Dealing with hundreds, even thousands of data; I don't think you want to cut+paste all these within your spreadsheets. It doesn't really comfortable at least for me.

Try Gnuplot, hopefully you wouldn't regret.

;)

Comments

Popular posts from this blog

Danga Bay, Chevrolet Optra and bio...(eh?) I thought it was Debian(haha). My colleague point me to the AirAsia flight turbin and he told me, "Macam debian punya logo" I saw a spiral on top the turbin blades. Pretty much like Debian Logo That's spark me to shoot for a pix. And I was warned by the airport staff. Uh,uh. Flash lamp will spark burst,eh? I was presented my "mock" research proposal. Suggested "Profiling Bioinformatics Application Behavior on Distributed Computing Architecture". Eh, will this gonna be bioinformatics specific or hardware optimization specific.or? Flashback: I spent almost a week at the office. When it's Subh azan,went back to my house for bath and pray. Reading all the journals and papers was not funny,really. Tough eye balls. No world cup. Ewh. And have some VCD lure. Uh,uh. you gonna be kidding. Anyway, I learned a lot and UTM SLAB Research Course is no joke. Really. My proposal has been corrected with comments so I have

How to connect Virtualbox's host-only-adaptor to the Internet

I could do the setup quite simple in CentOS, but that's not the case for Ubuntu and Debian. For Debian, I just followed this tutorial. We need to add an extra network card virtually as noted here For Ubuntu that I used (Ubuntu 16.04 LTS) it seems that I had another problem, there was no eth0....but renamed to enp0s3 etc which quite yucky... So I need to get back the eth0 convention, hence I need to this first, refer here  .. then only I could proceed with the manual network card assignment as in here