当前位置: 首页 > news >正文

Chapter 8 - 7. Congestion Management in TCP Storage Networks

TCP Flow Monitoring versus I/O Flow Monitoring

TCP flow monitoring shouldn’t be confused with I/O flow monitoring because of the following reasons: TCP 流量监控不应与 I/O 流量监控混淆,原因如下:

1. TCP belongs to the transport layer (layer 4) of the OSI model. It is not aware of the functions of the upper layer protocols such as SCSI and NVMe. TCP 属于 OSI 模型的传输层(第 4 层)。它不了解 SCSI NVMe 等上层协议的功能。

2. Many I/O operations may travel in a single TCP flow. These I/O operations may belong to different I/O flows. Refer to Chapter 5, the section on I/O Flows versus I/O Operations. 许多 I/O 操作可能在一个 TCP 流量中传输。这些 I/O 操作可能属于不同的 I/O 流。请参阅第 5 "I/O 流与 I/O 操作 "一节。

3. As mentioned, a TCP flow has its own performance monitoring metrics, such as packets transferred per second, throughput, number of active TCP connections, time taken to establish a TCP connection, etc. This is different from the performance monitoring of I/O flows, such as IOPS, I/O throughput, time taken to complete I/O operations, I/O size, etc. 如前所述,TCP 流量有自己的性能监控指标,如每秒传输的数据包、吞吐量、活动 TCP 连接的数量、建立 TCP 连接所需的时间等。这与 I/O 流量的性能监控指标(如 IOPSI/O 吞吐量、完成 I/O 操作所需的时间、I/O 大小等)不同。

Unavailability of I/O Flow Monitoring in TCP Storage Networks

http://www.lryc.cn/news/296623.html

相关文章:

  • 带你快速入门js高级-基础
  • 数据结构与算法-链表(力扣附链接)
  • 多线程JUC:等待唤醒机制(生产者消费者模式)
  • 无人机动力系统高倍率锂聚合物电池介绍,无人机锂电池使用与保养,无人机飞行控制动力源详解
  • [BeginCTF]真龙之力
  • 手写分布式存储系统v0.3版本
  • 除夕快乐!
  • 17:定时器编程实战
  • Fink CDC数据同步(五)Kafka数据同步Hive
  • ubuntu原始套接字多线程负载均衡
  • leetcode (算法)66.加一(python版)
  • DataX源码分析 TaskGroupContainer
  • 2024年华为OD机试真题-螺旋数字矩阵-Java-OD统一考试(C卷)
  • 红队打靶练习:PHOTOGRAPHER: 1
  • 【Linux】网络诊断 traceroute命令详解
  • c#cad 创建-圆(二)
  • 面试高频知识点:2线程 2.1.5如何自定义实现一个线程池
  • 【stm32】hal库学习笔记-ADC模数转换(超详细)
  • 蓝桥杯基础知识6 pair
  • 后端返回给前端的数据格式有哪些?
  • Transformer的PyTorch实现之若干问题探讨(一)
  • 系统参数SystemParameters.MinimumHorizontalDragDistance
  • 平屋顶安装光伏需要注意哪些事项?
  • 《Git 简易速速上手小册》第7章:处理大型项目(2024 最新版)
  • 从0开始学Docker ---Docker安装教程
  • 嵌入式学习之Linux入门篇笔记——15,Linux编写第一个自己的命令
  • 【C语言】SYSCALL_DEFINE3(socket, int, family, int, type, int, protocol)
  • C++实现鼠标点击和获取鼠标位置(编译环境visual studio 2022)
  • Matplotlib绘制炫酷散点图:从二维到三维,再到散点图矩阵的完整指南与实战【第58篇—python:Matplotlib绘制炫酷散点图】
  • Docker-Learn(一)使用Dockerfile创建Docker镜像