So, it's 2018 - this was filmed 2008 on Solaris. Where is this UI for Linux? How can I reproduce the latency graphs in realtime on Linux?
Shouting in the Datacenter (2008) [video]
11–20 of 31 posts
Re: Shouting in the Datacenter (2008) [video]
#12tl;dr, Vibration due to shouting causes measurable impact on spinning disk performance, increasing io latency. I guess this wouldn't apply to SSD's though?
Are datacentres transitioning to SSDs ? Or have they already?
Re: Shouting in the Datacenter (2008) [video]
#13Re: Shouting in the Datacenter (2008) [video]
#14tl;dr, Vibration due to shouting causes measurable impact on spinning disk performance, increasing io latency. I guess this wouldn't apply to SSD's though?
Are datacentres transitioning to SSDs ? Or have they already?
Re: Shouting in the Datacenter (2008) [video]
#15So, it's 2018 - this was filmed 2008 on Solaris. Where is this UI for Linux? How can I reproduce the latency graphs in realtime on Linux?
Re: Shouting in the Datacenter (2008) [video]
#16Re: Shouting in the Datacenter (2008) [video]
#17Ah, it's a classic. And wow, Brendan Gregg looks so young. And video uploaded by Bryan Cantrill himself. Damn it SUN had so many superstars yet it's Oracle that survived.
Brendan is senior performance architect at Netflix http://www.brendangregg.com/bio.html
Bryan is the CTO at Joyent, a cloud computing pioneer recently acquired by Samsung. https://www.joyent.com/about/management/bryan-cantrill
Re: Shouting in the Datacenter (2008) [video]
#18Re: Shouting in the Datacenter (2008) [video]
#19Re: Shouting in the Datacenter (2008) [video]
#20So, it's 2018 - this was filmed 2008 on Solaris. Where is this UI for Linux? How can I reproduce the latency graphs in realtime on Linux?
As others point out dynamic tracing facilities should be there with bcc but to be honest you shouldn't even need dynamic tracing to create those graphs, just disk I/O queues, service time and throughput. I know how to get that easily on FreeBSD from libgeom(3), I'm sure it's not too hard on Linux either in one of the pseudo-filesystems.
[libgeom(3)] https://www.freebsd.org/cgi/man.cgi?query=libgeom&sektion=3