Remove 2000 Remove Efficiency Remove Latency Remove Network
article thumbnail

bpftrace (DTrace 2.0) for Linux 2018

Brendan Gregg

Screenshot: tracing read latency for PID 181: # bpftrace -e 'kprobe:vfs_read /pid == 30153/ { @start[tid] = nsecs; } kretprobe:vfs_read /@start[tid]/ { @ns = hist(nsecs - @start[tid]); delete(@start[tid]); }'. Back then I could already tell if disks were seeking by interpreting iostat(1) output: seeing high disk latency but small I/O.

C++ 110
article thumbnail

Service Workers can save the environment!

Dean Hume

Electricity used by servers doubled between 2000 and 2005 (and has continued growing ever since) from 12 billion to 23 billion kilowatt hours. Each HTTP request that is required for the page needs to travel over the network and in turn this consumes energy on both the server and client. It’s a win-win all round!

Energy 40
Insiders

Sign Up for our Newsletter

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Trending Sources

article thumbnail

Service Workers can save the environment!

Dean Hume

Electricity used by servers doubled between 2000 and 2005 (and has continued growing ever since) from 12 billion to 23 billion kilowatt hours. Each HTTP request that is required for the page needs to travel over the network and in turn this consumes energy on both the server and client. It’s a win-win all round!

Energy 40
article thumbnail

Service Workers can save the environment!

Dean Hume

Electricity used by servers doubled between 2000 and 2005 (and has continued growing ever since) from 12 billion to 23 billion kilowatt hours. Each HTTP request that is required for the page needs to travel over the network and in turn this consumes energy on both the server and client. It’s a win-win all round!

Energy 40
article thumbnail

Platform Adjacency Theory

Alex Russell

full TCP/IP & UDP networking, including local network discovery. Java arrived with a focus on structured programming (including threads), GUI controls , networking, device access, and graphics. Other use-cases weren't addressable with early 2000's tech. high-color image raster. floppy/CD/DVD). printer support.

article thumbnail

SQL Server I/O Basics Chapter #1

SQL Server According to Bob

Books Online (BOL) References: ​​ All BOL references cited in this paper are taken from the Microsoft SQL Server 2000 Books Online site (updated to include SP3 functionality), which can be found at: [link] Click the Product Documentation link. SQL Server 2000/7.0 data pages are 8 KB in size.

Servers 40
article thumbnail

Progress Delayed Is Progress Denied

Alex Russell

Real-time network protocols for enabling videoconferencing, desktop sharing, and game streaming applications. Modern, asynchronous network APIs that dramatically improve performance in some situations. For heavily latency-sensitive use-cases like WebXR, this is a critical component in delivering a good experience. CSS color().

Media 145