跳转至主要内容
英特尔标志 - 返回主页
我的工具

选择您的语言

  • Bahasa Indonesia
  • Deutsch
  • English
  • Español
  • Français
  • Português
  • Tiếng Việt
  • ไทย
  • 한국어
  • 日本語
  • 简体中文
  • 繁體中文
登录 以访问受限制的内容

使用 Intel.com 搜索

您可以使用几种方式轻松搜索整个 Intel.com 网站。

  • 品牌名称: 酷睿 i9
  • 文件号: 123456
  • Code Name: Emerald Rapids
  • 特殊操作符: “Ice Lake”、Ice AND Lake、Ice OR Lake、Ice*

快速链接

您也可以尝试使用以下快速链接查看最受欢迎搜索的结果。

  • 产品信息
  • 支持
  • 驱动程序和软件

最近搜索

登录 以访问受限制的内容

高级搜索

仅搜索

Sign in to access restricted content.

不建议本网站使用您正在使用的浏览器版本。
请考虑通过单击以下链接之一升级到最新版本的浏览器。

  • Safari
  • Chrome
  • Edge
  • Firefox

Persistent Memory

Develop innovative solutions with Intel® Optane™ persistent memory to transform your applications and your data center.

 

  • 概述
  • 技术库

Programming Persistent Memory

A Comprehensive Guide for Developers

Read or Download


Available in Chinese

 English and Chinese versions of the Programming Persistent Memory books

Explore

Step 1: Learn About Persistent Memory Uses

Explore how this technology can address challenges with use case memory.

alt

Step 2: Analyze Your Application

Use the Platform Profiler for Intel® VTune™ Profiler to learn how your application can benefit from large capacity persistent or volatile memory.

Try Platform Profiler

Free Download of Intel VTune Profiler

Step 3: Configure Your Platform

Provision Intel Optane persistent memory.

Get Started

Quick Start Guide

Provision Persistent Memory in Linux*

Step 4: Develop Software with the Persistent Memory Development Kit (PMDK)

Use this set of libraries and tools to begin developing persistent memory solutions.

Get Started

Step 5: Prepare for Compute Express Link (CXL)*

CXL* is designed to be the future for memory tiering with a consortium of companies behind the initiative. These assets can help you make the transition:

Path to CXL–Maximizing Business Value for Data Centers

From Intel Optane Persistent Memory to CXL

显示更多 显示较少
  • Get Started
  • Tools
  • Training

Introduction to Persistent Memory Programming

Use the PMDK to create a new application that takes advantage of Intel Optane persistent memory.

View the Library

Operating Modes

Intel Optane persistent memory modules support two operating modes:

  • Memory Mode enables an application to operate on a large pool of volatile memory without modification.
  • App Direct Mode offers a low-latency, byte-addressable pool of persistent memory.

Use the information here to help modify or develop an application with low latency and data persistence.

Key Concepts

Programming to byte-addressable persistent memory requires new ways of thinking about data persistence and consistency.

What You Need to Know

About the PMDK

The PMDK is an open source collection of libraries and tools designed to simplify development, debugging, and management of persistent memory-aware applications.

PMDK Overview

Configure Development Environments

 

Linux*

Options include emulation or a persistent memory-aware hypervisor, such as QEMU or VMware vSphere* virtual machine.

Configure Intel Optane Persistent Memory

Details

 

Windows*

Choose from several support options for Windows Server* 2019. Access guidance from Microsoft* for Windows Server 2016.

Details

Set Up the PMDK

Download binaries or build from the latest source. The PMDK is sent to many Linux* distribution package repositories.

Linux

Install Using Linux Packages

Install from Source Code

Windows

Install Using vcpkg

User Guides

ndctl

ipmctl

Quick Start Configuration Guide

Get Started with PMDK

显示更多 显示较少

Evaluate

Analyze the entire system to identify configuration issues and workloads that can benefit from persistent memory or analyze individual applications to determine optimization opportunities.

System View: Intel VTune Profiler—Platform Profiler

Application View: Intel VTune Profiler—Memory Analysis

Design

Plan for persistence with these step-by-step guides that illustrate programming concepts.

A Simple grep Example

A Fault-Tolerant Algorithm for MapReduce

Create a MySQL* Storage Engine

Get High-Level Language Support

Learn PMDK basics with introductory tutorials and code samples.

C

Code Samples

C++

Hello World

Code Samples

Java*

Hello World for Persistent Collections for Java* (PCJ)

Hello World for Low Level Persistence Library (LLPL)

Java API for Persistent Memory Programming

Code Samples

Debug & Troubleshooting Tools

 

Tools from Intel

Find persistence errors quickly with Intel® Inspector—Persistence Inspector.

Detect Programming Errors with Cache Management

Find Out-of-Order Stores in Your Persistent Memory Program

 

PMDK Tools

Pmemcheck

Perform dynamic run-time analysis with an enhanced version of Valgrind*.

Pmempool

Manage and analyze persistent memory pools with this stand-alone utility.

Intel® VTune™ Profiler

This premier performance profiler has new capabilities to help you optimize your persistent memory programs.

Free Download
Platform Profiler

Analyze systems over longer intervals. Find out which workloads can benefit from larger memory allocations and which system configuration better fits the workloads.

Memory Access Profiling

Locate code that is sensitive to memory bandwidth and latency issues. Identify hot, warm, or cool data to optimize memory usage and placement.

I/O Profiling

Identify opportunities to replace disk or SSD-based storage with faster persistent memory.

Intel® Inspector—Persistence Inspector

This tool finds persistence errors quickly to make software fast and reliable. It checks that all caches only flush once to persistent memory and written in the correct order.

How to Detect Errors

Free Download

Open Source Tools

Manage persistent memory modules, check for programming errors, and evaluate performance.

ndctl

Manage the Linux LIBNVDIMM kernel subsystem.

pmemcheck

Perform a dynamic runtime analysis with an enhanced version of Valgrind*.

pmempool

Manage and analyze persistent memory pools with this stand-alone utility.

FIO

Run benchmarks with FIO.

pmembench

Build and run PMDK benchmarks.

Videos

Handling Memory Errors in Persistent Memory Programming

Persistent Memory Programming Tools

Testing PMDK Using FIO Workloads

Videos

View the Library

Video Series: Persistent Memory Developer Training

The Non-Volatile Device Control (ndctl) User Guide

Introduction to PMEMKV

显示更多 显示较少

Webinars

A Persistent Memory Key-Value Data Store for Data Center Workloads

Introduction to Persistent Memory Allocator and Transactions

Provision Intel® Optane™ Persistent Memory in Linux*

Performance Guidelines for Intel® Optane™ Persistent Memory

Persistent Memory Programming with Java*

Build Durable Storage Solutions with Intel Optane Persistent Memory: Part 1

Build Durable Storage Solutions with Intel Optane Persistent Memory: Part 2

Build Persistent Memory Applications with RAS

显示更多 显示较少

Persistent Memory Development Kit (PMDK)

This open source kit includes a set of libraries and tools to support software development for this new technology.

alt

Boost Your C++ Applications with Persistent Memory

This code sample demonstrates using the C++ bindings of libpmemobj to convert a simplified version of grep, the Unix* command-line utility, to use persistent memory.

alt

Implement a Fault-Tolerant Algorithm

This code sample uses libpmemobj C++ bindings to demonstrate how to implement fault tolerance in a PMEM version of the famous MapReduce algorithm.

alt

Introduction to Persistent Collections for Java*

Learn how to instantiate, store, and fetch persistent data after a power cycle.

alt

Create a Persistent Memory-Aware Queue

Make queue operations transactional to prevent persistent memory corruption. Core concepts are demonstrated in sample code.

alt

PMAN: A Persistent Memory Version of the Game Pac-Man*

The PMAN code sample highlights program design, persistent memory pools, pointers, and transactions. Like Panaconda, you can run the example.

显示更多 显示较少
  • 公司信息
  • 英特尔资本
  • 企业责任部
  • 投资者关系
  • 联系我们
  • 新闻发布室
  • 网站地图
  • 招贤纳士 (英文)
  • © 英特尔公司
  • 沪 ICP 备 18006294 号-1
  • 使用条款
  • *商标
  • Cookie
  • 隐私条款
  • 请勿分享我的个人信息 California Consumer Privacy Act (CCPA) Opt-Out Icon

英特尔技术可能需要支持的硬件、软件或服务激活。// 没有任何产品或组件能够做到绝对安全。// 您的成本和结果可能会有所不同。// 性能因用途、配置和其他因素而异。请访问 intel.cn/performanceindex 了解更多信息。// 请参阅我们的完整法律声明和免责声明。// 英特尔致力于尊重人权,并避免成为侵犯人权行为的同谋。请参阅英特尔的《全球人权原则》。英特尔产品和软件仅可用于不会导致或有助于任何国际公认的侵犯人权行为的应用。

英特尔页脚标志