Linux出现文件很少但磁盘容量已满的情况 Linux出现文件很少但磁盘容量已满的情况
事情发生在一次实验,由于写入太多服务器无法重启
2023-10-26
查看内存使用情况top和free命令的使用 查看内存使用情况top和free命令的使用
一个有趣的事情命令输出的数值为什么不能凑出等式?
2023-10-26
Transparent memory offloading in datacenters Transparent memory offloading in datacenters
在不显著影响性能的情况下自动地offload DRAM到更便宜的存储介质中为数据中心节约内存
2023-10-15
Exploring Memory Access Similarity to Improve Irregular Application Performance for Distributed Exploring Memory Access Similarity to Improve Irregular Application Performance for Distributed
也属于异构内存,通过分析并行程序的相似性减少重复操作来提高性能。
2023-10-15
Exploring the Design Space of Page Management for Multi-Tiered Memory Systems Exploring the Design Space of Page Management for Multi-Tiered Memory Systems
这一篇属于翻译。结合PM的混合分层NUMA架构,写的非常仔细的一篇。
2023-10-13
Characterizing the Performance of Intel Optane Persistent Memory Characterizing the Performance of Intel Optane Persistent Memory
一篇Optane的测评,和其他测评不同的在于这篇同时测评了Optane一代和二代。
2023-10-13
An Operating System Level Data Migration Scheme An Operating System Level Data Migration Scheme
对性能和能耗进行建模,指导页面迁移。
2023-10-05
Characterizing and Optimizing Hybrid DRAMPM Main Memory System with Application Awareness Characterizing and Optimizing Hybrid DRAMPM Main Memory System with Application Awareness
从并发应用的角度讨论混合内存的使用,可以感知程序的带宽敏感和延迟敏感
2023-10-04
傲腾AD模式用作内存 傲腾AD模式用作内存
Optane有三种模式,作为缓存、非易失性的存储、内存
2023-09-17
workload自动运行并一直收集数据 workload自动运行并一直收集数据
每次执行工作负载前都需要开启一些设置比如启用大页之类的,而且一个负载执行完又得手动重新调节其他设置,有没有可能写一个脚本,捕获程序结束,并且自动收集数据呢。 #!/bin/bash run_program() { # 程序名字,自动
Dancing in the Dark Profiling for Tiered Memory Dancing in the Dark Profiling for Tiered Memory
我们评估了不同的内存访问收集方法,并提出了一种混合分层内存方法,该方法提供对TMA的全面可见性
2023-09-15
安装bpftrace和bcc的踩坑记录 安装bpftrace和bcc的踩坑记录
最后在Ubuntu22.04使用Ubuntu提供的安装命令完成了安装。这里是记录尝试在Ubuntu18.04和Ubuntu22.04使用源码安装未果的过程。 22版本安装bcc准备工具sudo apt install -y zip b
2023-09-02
LLVM学习笔记 LLVM学习笔记
一些工作会在编译过程中优化内存或者统计出程序的内存访问模式,这里只是一个入门的学习
2023-09-02
Data Center Ethernet and RDMA Issues at Hyperscale Data Center Ethernet and RDMA Issues at Hyperscale
数据中心以太网和远程直接内存访问:亚毫秒级的问题
2023-08-22
Transparent Page Placement for CXL Enabled Tiered Memory Transparent Page Placement for CXL Enabled Tiered Memory
针对自己公司数据中心的工作负载的特点,修改内核页面放置策略
2023-08-19
Aware Data Structure Refinement and Placement for Heterogeneous Memory Systems Aware Data Structure Refinement and Placement for Heterogeneous Memory Systems
提出了一种内存管理方法,该方法结合了动态数据结构细化步骤以及异构内存系统上的放置算法
2023-08-18
P2Cache An Application-Directed Page Cache for Improving Performance of Data-Intensive Applications P2Cache An Application-Directed Page Cache for Improving Performance of Data-Intensive Applications
发现一些特殊的I/O现有的缓存策略无法适用。设计应用程序导向的页面缓存,用于提高数据密集型应用程序的性能。
2023-08-17
Ubuntu开机显示频率超范围解决方式 Ubuntu开机显示频率超范围解决方式
不用强制重启!这里给出安全重启的方法:同时按住Ctrl+Alt不要放,再依次按下:SysRq(有的是PrtSc)、R、E、I、S、U、B键,之后系统会安全重启。 如果是因为换内核、换显示屏之类客观原因。在ubuntu高级选项那里,选中
2023-08-14
3 / 5