RSS구독하기:SUBSCRIBE TO RSS FEED
즐겨찾기추가:ADD FAVORITE
글쓰기:POST
관리자:ADMINISTRATOR
'분류 전체보기'에 해당되는 글 177
2017/12/30  Python Object Graphs  
2017/12/30  XDPeXpress Data Path  
2017/12/28  Envoy  
분류없음  2017/12/30 09:27
objgraph is a module that lets you visually explore Python object graphs.


https://mg.pov.lt/objgraph/
2017/12/30 09:27 2017/12/30 09:27
이 글에는 트랙백을 보낼 수 없습니다
[로그인][오픈아이디란?]
오픈아이디로만 댓글을 남길 수 있습니다
분류없음  2017/12/30 09:08

Introduction to XDP

XDP or eXpress Data Path provides a high performance, programmable network data path in the Linux kernel as part of the IO Visor Project. XDP provides bare metal packet processing at the lowest point in the software stack which makes it ideal for speed without compromising programmability. Furthermore, new functions can be implemented dynamically with the integrated fast path without kernel modification. Other key benefits of XDP includes the following:

  • It does not require any specialized hardware
  • It does not required kernel bypass
  • It does not replace the TCP/IP stack
  • It works in concert with TCP/IP stack along with all the benefits of BPF

XDP Packet Processing Overview

The XDP packet process includes an in kernel component that processes RX packet-pages directly out of driver via a functional interface without early allocation of skbuff’s or software queues. Normally, one CPU is assigned to each RX queue but in this model, there is no locking RX queue, and CPU can be dedicated to busy poll or interrupt model. BPF programs performs processing such as packet parsing, table look ups, creating/managing stateful filters, encap/decap packets, etc.

XDP Packet Processing

The extensibility of BPF is kept intact with packet inspection and manipulation functions, flow and table lookups, and application processing leveraging BPF programs which are portable to userspace and other operating systems.

https://www.iovisor.org/technology/xdp

http://people.netfilter.org/hawk/presentations/xdp2016/xdp_intro_and_use_cases_sep2016.pdf

2017/12/30 09:08 2017/12/30 09:08
이 글에는 트랙백을 보낼 수 없습니다
[로그인][오픈아이디란?]
오픈아이디로만 댓글을 남길 수 있습니다

Latency Numbers Every Programmer Should Know

세대별로 Computer I/O latency 의 변화를 알 수 있게 만든 페이지. 멋짐.


https://people.eecs.berkeley.edu/~rcs/research/interactive_latency.html
2017/12/29 21:39 2017/12/29 21:39
이 글에는 트랙백을 보낼 수 없습니다
[로그인][오픈아이디란?]
오픈아이디로만 댓글을 남길 수 있습니다

Architecture

High-level depiction of Hyrise2's architecture

The figure depicts the high-level architecture of Hyrise. With Hyrise2 we introduce a chunk-based storage concept. Chunks are horizontal partitions of a certain capacity. When the capacity of a chunk is reached, the storage engine will apply dictionary encoding to reduce the memory footprint. The main motivation behind the chunk concept is increased flexibility for data distribution. We envision chunks as a natural entity for distributing data, e.g., in NUMA and replication scenarios, and for offloading data to GPU accelerators. The chunk concept supports different internal data layouts. At the current stage, we have implemented a column store. By implementing different types of chunks, we will also be able to add support for row stores and hybrid data layouts. Hyrise keeps the complete data set in main memory. Persistent storage is utilized to guarantee durability.


https://hpi.de/plattner/projects/hyrise.html
https://github.com/hyrise/hyrise
2017/12/29 21:12 2017/12/29 21:12
이 글에는 트랙백을 보낼 수 없습니다
[로그인][오픈아이디란?]
오픈아이디로만 댓글을 남길 수 있습니다
분류없음  2017/12/28 05:06

Envoy is hosted by the Cloud Native Computing Foundation (CNCF). If you are a company that wants to help shape the evolution of technologies that are container-packaged, dynamically-scheduled and microservices-oriented, consider joining the CNCF. For details about who's involved and how Envoy plays a role, read the CNCF announcement.

https://github.com/envoyproxy/envoy
2017/12/28 05:06 2017/12/28 05:06
이 글에는 트랙백을 보낼 수 없습니다
[로그인][오픈아이디란?]
오픈아이디로만 댓글을 남길 수 있습니다
Dot:Where is ......
byDot
Where is ......
전체 (177)
주절거림 (60)
윈도우벽지 (2)
Shoveling.. (9)
주워들은것들.. (48)
요집이 괜찮더라!! (0)
찍사놀이 (7)
관심꺼리~ (4)
«   2024/04   »
  1 2 3 4 5 6
7 8 9 10 11 12 13
14 15 16 17 18 19 20
21 22 23 24 25 26 27
28 29 30        
  1. 내 맘대로 보는 세상  2009
    맘에 안드는 Internet Explorer 업데이트 방침!
  2. 시리니  2008
    브라우저 업데이트, 작지만 큰 실천입니다.
  3. Dinosur와 KM의 Blog  2007
    저도 보통 사람
  1. 2019/02 (1)
  2. 2018/07 (1)
  3. 2018/01 (11)
  4. 2017/12 (10)
  5. 2017/10 (1)