Skip to content

Commit 5531429

Browse files
committed
Translations
1 parent 85163ab commit 5531429

File tree

9 files changed

+258
-74
lines changed

9 files changed

+258
-74
lines changed

pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_concepts_performances/guide.de-de.md

Lines changed: 42 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,9 @@
11
---
22
title: Enterprise File Storage - Performance-Konzepte
33
excerpt: "Entdecken Sie die Konzepte für die Bereitstellung, Überwachung und den Performance-Test von Enterprise File Storage"
4-
updated: 2022-11-30
4+
updated: 2025-09-12
55
---
66

7-
> [!primary]
8-
> Diese Übersetzung wurde durch unseren Partner SYSTRAN automatisch erstellt. In manchen Fällen können ungenaue Formulierungen verwendet worden sein, z.B. bei der Beschriftung von Schaltflächen oder technischen Details. Bitte ziehen Sie im Zweifelsfall die englische oder französische Fassung der Anleitung zu Rate. Möchten Sie mithelfen, diese Übersetzung zu verbessern? Dann nutzen Sie dazu bitte den Button "Beitragen" auf dieser Seite.
9-
>
10-
117
## Ziel
128

139
Auf dieser Seite finden Sie die Konzepte zur Bereitstellung, Überwachung und Überprüfung der Performance von [Enterprise File Storage](/links/storage/enterprise-file-storage).
@@ -70,8 +66,49 @@ Mit dem Tool [FIO](https://github.com/axboe/fio) können Sie verschiedene Szenar
7066
- Anzahl der FIO-Worker
7167
- Zugriffsmodell (Lesen/Schreiben/Sequenziell/Zufällig), etc.
7268

69+
Im Folgenden finden Sie einige Beispiele für fio-Befehle, mit denen Sie bestätigen können, dass die maximale Anzahl an IOPS (4000) oder die maximale Bandbreite (64 MB/s) für einen EFS-Dienst von 1 TB erreicht werden können:
70+
71+
**Random read - IOPS max**
72+
```
73+
fio -numjobs=1 -iodepth=128 -direct=1 -ioengine=libaio -sync=1 -rw=randread -bs=8k -size=1G -time_based -runtime=60 -name=test1 -directory=/share-nfs
74+
```
75+
**Random write - IOPS max**
76+
```
77+
fio -numjobs=1 -iodepth=128 -direct=1 -ioengine=libaio -sync=1 -rw=randwrite -bs=8k -size=1G -time_based -runtime=60 -name=test2 -directory=/share-nfs
78+
```
79+
**Random read - Bandwidth max**
80+
```
81+
fio -numjobs=1 -iodepth=128 -direct=1 -ioengine=libaio -sync=1 -rw=randread -bs=64k -size=1G -time_based -runtime=60 -name=test3 -directory=/share-nfs
82+
```
83+
**Random write - Bandwidth max**
84+
```
85+
fio -numjobs=1 -iodepth=128 -direct=1 -ioengine=libaio -sync=1 -rw=randwrite -bs=64k -size=1G -time_based -runtime=60 -name=test4 -directory=/share-nfs
86+
```
87+
**Sequential read - IOPS max**
88+
```
89+
fio -numjobs=1 -iodepth=128 -direct=1 -ioengine=libaio -sync=1 -rw=read -bs=8k -size=1G -time_based -runtime=60 -name=test5 -directory=/share-nfs
90+
```
91+
**Sequential write - IOPS max**
92+
```
93+
fio -numjobs=1 -iodepth=128 -direct=1 -ioengine=libaio -sync=1 -rw=write -bs=8k -size=1G -time_based -runtime=60 -name=test6 -directory=/share-nfs
94+
```
95+
**Sequential Read - Bandwidth max**
96+
```
97+
fio -numjobs=1 -iodepth=128 -direct=1 -ioengine=libaio -sync=1 -rw=read -bs=64k -size=1G -time_based -runtime=60 -name=test7 -directory=/share-nfs
98+
```
99+
**Sequential write - Bandwidth max**
100+
```
101+
fio -numjobs=1 -iodepth=128 -direct=1 -ioengine=libaio -sync=1 -rw=write -bs=64k -size=1G -time_based -runtime=60 -name=test8 -directory=/share-nfs
102+
```
103+
73104
Weitere Informationen finden Sie in [FIO-Dokumentation](https://fio.readthedocs.io/en/latest/index.html).
74105

106+
**Sie können auch andere Open-Source-Tools verwenden, z. B.:**
107+
108+
- [nfsiostat](https://man7.org/linux/man-pages/man8/nfsiostat.8.html)
109+
- [NFStest](https://wiki.linux-nfs.org/wiki/index.php/NFStest)
110+
- [nfstrace](https://github.com/epam/nfstrace)
111+
75112
## Weiterführende Informationen
76113

77114
Wenn Sie Schulungen oder technische Unterstützung bei der Implementierung unserer Lösungen benötigen, wenden Sie sich an Ihren Vertriebsmitarbeiter oder klicken Sie auf [diesen Link](/links/professional-services), um einen Kostenvoranschlag zu erhalten und eine persönliche Analyse Ihres Projekts durch unsere Experten des Professional Services Teams anzufordern.

pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_concepts_performances/guide.es-es.md

Lines changed: 43 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,9 @@
11
---
22
title: Enterprise File Storage - Conceptos de rendimiento
33
excerpt: "Descubra los conceptos relacionados con el aprovisionamiento, el seguimiento y la prueba de rendimiento de la solución Enterprise File Storage"
4-
updated: 2022-11-30
4+
updated: 2025-09-12
55
---
66

7-
> [!primary]
8-
> Esta traducción ha sido generada de forma automática por nuestro partner SYSTRAN. En algunos casos puede contener términos imprecisos, como en las etiquetas de los botones o los detalles técnicos. En caso de duda, le recomendamos que consulte la versión inglesa o francesa de la guía. Si quiere ayudarnos a mejorar esta traducción, por favor, utilice el botón «Contribuir» de esta página.
9-
>
10-
117
## Objetivo
128

139
Descubra los conceptos relacionados con el aprovisionamiento, el seguimiento y la prueba del rendimiento de la solución [Enterprise File Storage](/links/storage/enterprise-file-storage).
@@ -70,7 +66,48 @@ La herramienta [FIO](https://github.com/axboe/fio) le permite probar varios esce
7066
- El número de FIO workers.
7167
- El modelo de acceso (lectura/escritura/secuencial/aleatoria), etc.
7268

73-
Más información sobre [la documentación de FIO](https://fio.readthedocs.io/en/latest/index.html) .
69+
A continuación se muestran algunos ejemplos de comandos FIO que permiten confirmar que se puede alcanzar el número máximo de IOPS (4000) o el ancho de banda máximo (64MB/s) para un servicio EFS de 1 TB:
70+
71+
**Random read - IOPS max**
72+
```
73+
fio -numjobs=1 -iodepth=128 -direct=1 -ioengine=libaio -sync=1 -rw=randread -bs=8k -size=1G -time_based -runtime=60 -name=test1 -directory=/share-nfs
74+
```
75+
**Random write - IOPS max**
76+
```
77+
fio -numjobs=1 -iodepth=128 -direct=1 -ioengine=libaio -sync=1 -rw=randwrite -bs=8k -size=1G -time_based -runtime=60 -name=test2 -directory=/share-nfs
78+
```
79+
**Random read - Bandwidth max**
80+
```
81+
fio -numjobs=1 -iodepth=128 -direct=1 -ioengine=libaio -sync=1 -rw=randread -bs=64k -size=1G -time_based -runtime=60 -name=test3 -directory=/share-nfs
82+
```
83+
**Random write - Bandwidth max**
84+
```
85+
fio -numjobs=1 -iodepth=128 -direct=1 -ioengine=libaio -sync=1 -rw=randwrite -bs=64k -size=1G -time_based -runtime=60 -name=test4 -directory=/share-nfs
86+
```
87+
**Sequential read - IOPS max**
88+
```
89+
fio -numjobs=1 -iodepth=128 -direct=1 -ioengine=libaio -sync=1 -rw=read -bs=8k -size=1G -time_based -runtime=60 -name=test5 -directory=/share-nfs
90+
```
91+
**Sequential write - IOPS max**
92+
```
93+
fio -numjobs=1 -iodepth=128 -direct=1 -ioengine=libaio -sync=1 -rw=write -bs=8k -size=1G -time_based -runtime=60 -name=test6 -directory=/share-nfs
94+
```
95+
**Sequential Read - Bandwidth max**
96+
```
97+
fio -numjobs=1 -iodepth=128 -direct=1 -ioengine=libaio -sync=1 -rw=read -bs=64k -size=1G -time_based -runtime=60 -name=test7 -directory=/share-nfs
98+
```
99+
**Sequential write - Bandwidth max**
100+
```
101+
fio -numjobs=1 -iodepth=128 -direct=1 -ioengine=libaio -sync=1 -rw=write -bs=64k -size=1G -time_based -runtime=60 -name=test8 -directory=/share-nfs
102+
```
103+
104+
Más información en [la documentación de FIO](https://fio.readthedocs.io/en/latest/index.html).
105+
106+
**También puede utilizar otras herramientas open source como:**
107+
108+
- [nfsiostat](https://man7.org/linux/man-pages/man8/nfsiostat.8.html)
109+
- [NFStest](https://wiki.linux-nfs.org/wiki/index.php/NFStest)
110+
- [nfstrace](https://github.com/epam/nfstrace)
74111

75112
## Más información
76113

Lines changed: 42 additions & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -1,73 +1,72 @@
11
---
22
title: Enterprise File Storage - Conceptos de rendimiento
33
excerpt: "Descubra los conceptos relacionados con el aprovisionamiento, el seguimiento y la prueba de rendimiento de la solución Enterprise File Storage"
4-
updated: 2022-11-30
4+
updated: 2025-09-12
55
---
66

7-
## Objective
7+
## Objetivo
88

9-
Learn about the concepts of provisioning, tracking, and performance testing for [Enterprise File Storage](/links/storage/enterprise-file-storage).
9+
Descubra los conceptos relacionados con el aprovisionamiento, el seguimiento y la prueba del rendimiento de la solución [Enterprise File Storage](/links/storage/enterprise-file-storage).
1010

11-
## Instructions
11+
## Procedimiento
1212

13-
### Performance monitoring
13+
### Seguimiento del rendimiento
1414

15-
The concept of “service level” is an important element in the Enterprise File Storage solution. It defines the levels of performance that can be achieved for each provisioned service. File system performance is typically defined by several elements:
15+
El concepto de "nivel de servicio" es un elemento importante de la solución Enterprise File Storage. Establece los niveles de rendimiento alcanzables para cada servicio aprovisionado. El rendimiento de un sistema de archivos suele definirse por varios elementos:
1616

17-
- The flow
18-
- IOPS (number of input/output operations per second)
19-
- Block size
20-
- The sequential or random access model
17+
- Tasa de bits.
18+
- Las IOPS (o número de operaciones de entrada-salida por segundo).
19+
- El tamaño de bloque.
20+
- El modelo de acceso secuencial o aleatorio.
2121

22-
To date, Enterprise File Storage provides and guarantees performance targets of **64 MB/s per TB and 4000 IOPS per TB**. As a result, the provisioned capacity of the services has a direct impact on the performance available for your service.
22+
A día de hoy, Enterprise File Storage proporciona y garantiza objetivos de rendimiento de **64 MB/s por TB y 4000 IOPS por TB**. La capacidad aprovisionada de los servicios tiene, por tanto, un impacto directo en el rendimiento disponible para su servicio.
2323

24-
This information is important when you design your storage architecture. Let’s take three examples to illustrate it:
24+
Esta información es importante al diseñar la arquitectura de almacenamiento. Veamos tres ejemplos:
2525

26-
- **Example 1**: Your application needs a theoretical bandwidth of about **430 MB/s**. To do this, you need to provision at least **7 TB** of storage. Indeed, a quick calculation (**430/64 = 6.72**) allows to estimate the minimum capacity needed to achieve this flow.
26+
- **Ejemplo n°1**: su aplicación necesita una tasa de transferencia teórica de aproximadamente **430 MB/s**. Para ello, debe aprovisionar al menos **7 TB** de almacenamiento. En efecto, un rápido cálculo (**430/64 = 6,72**) permite estimar la capacidad mínima necesaria para alcanzar este caudal.
2727

28-
- **Example 2**: Your infrastructure requires **4500 IOPS** and a data volume of **1 TB**. To do this, you need to provision **2 TB** to get the **required 4500 IOPS**. Specifically, you will get **8000 IOPS** on provisioned capacity. This involves overprovisioning your service to ensure the level of performance you want.
28+
- **Ejemplo n°2**: su infraestructura necesita **4500 IOPS** y un volumen de datos de **1 TB**. Para ello, debe aprovisionar **2 TB** para obtener las **4500 IOPS necesarias**. Más específicamente en este caso, disfrutará de **8000 IOPS** sobre la capacidad aprovisionada. Por lo tanto, el objetivo es recargar el servicio para garantizar el nivel de rendimiento deseado.
2929

30-
- **Example 3**: Your application does not require any particular performance but a storage volume of more than **60 TB**. In this case, it is best to switch to the more economical storage service [HA-NAS](/links/storage/nas-ha), which can reach capacities higher than 58 TB per service.
30+
- **Ejemplo n°3**: su aplicación no necesita un rendimiento en particular, pero un volumen de almacenamiento de más de **60 TB**. En ese caso, es preferible optar por el servicio de almacenamiento [NAS-HA](/links/storage/nas-ha), más económico y que permite alcanzar una capacidad superior a 58 TB por servicio.
3131

32-
### Volumes and quality of services (QoS)
32+
### volúmenes y calidad de servicios (QoS)
3333

34-
As a reminder, a volume is a partition of the service (also called a pool or a capacity pool). When you place an order, you provision capacity for your service. Once the service has been delivered, you will need to create your volumes, with a quota ranging from 100 GB to 29 TB per volume.
34+
Le recordamos que un volumen es una partición del servicio (también llamada "pool" o "pool de capacidad"). Durante el pedido, aprovecha una capacidad para su servicio. Una vez entregado el servicio, deberá crear sus volúmenes poniendo a su disposición un espacio de entre 100 GB y 29 TB por volumen.
3535

36-
Below is the hierarchy for an Enterprise File Storage service:
36+
A continuación ofrecemos la jerarquía de un servicio de almacenamiento Enterprise File Storage:
3737

3838
![Enterprise File Storage Perf 1](images/Netapp_Hierarchie_2.png){.thumbnail}
3939

40-
Enterprise File Storage does not yet allow manual modification of the QoS. QoS is defined at the service (pool) level.
40+
Enterprise File Storage todavía no permite cambiar la QoS manualmente. La QoS se define en el nivel de servicio (pool).
4141

42-
### How to maximise file system performance
42+
### Cómo optimizar el rendimiento de su sistema de archivos
4343

44-
In order to maximise the performance of your Enterprise File Storage, there are some important considerations:
44+
Para optimizar el rendimiento de su Enterprise File Storage, es importante tener en cuenta:
4545

46-
- Remember to reserve your Enterprise File Storage in the same data centre as your workloads. Latency between data centres can be high and affect your application’s overall performance.
47-
- For better reliability and maximum bandwidth, favour the latest generation servers as they have the new network interfaces.
48-
- Identify the public bandwidth available on the client servers, to ensure compatibility with provisioned performance and maximise bandwidth.
46+
- Tenga en cuenta que la solución Enterprise File Storage se reserva en el mismo datacenter que sus cargas de trabajo. La latencia entre los datacenters puede ser elevada y afectar al rendimiento global de su aplicación.
47+
- Para una mayor fiabilidad y un ancho de banda máximo, favorezca a los servidores de última generación, ya que disponen de las nuevas interfaces de red.
48+
- Identifique el ancho de banda público disponible en los servidores de clientes para garantizar la compatibilidad con el rendimiento aprovisionado y así maximizar el rendimiento.
4949

50-
### Performance testing
50+
### Prueba de rendimiento
5151

52-
In order to perform your own performance testing and familiarise yourself with Enterprise File Storage service levels, we recommend using tools like [FIO](https://github.com/axboe/fio), a popular assessment tool. It provides many adjustable options to simulate the desired workload and provides detailed statistics on storage behaviour under load. It is also available free of charge on a wide range of operating systems.
52+
Para realizar sus propias pruebas de rendimiento y familiarizarse con los niveles de servicio de Enterprise File Storage, le recomendamos que utilice herramientas como [FIO](https://github.com/axboe/fio), una popular herramienta de evaluación. Ofrece numerosas opciones configurables para simular la carga de trabajo deseada y proporciona estadísticas detalladas sobre el comportamiento del almacenamiento bajo carga. También está disponible de forma gratuita en una amplia gama de sistemas operativos.
5353

54-
It is important to test the performance of your Enterprise File Storage in the same data centre as your workloads. Latency between data centres is too high during normal operation for such an assessment to be meaningful.
54+
Es importante probar el rendimiento de su Enterprise File Storage en el mismo datacenter que sus cargas de trabajo. La latencia entre los datacenters es demasiado elevada durante el funcionamiento normal para que dicha evaluación sea pertinente.
5555

56-
Before starting the test, verify that the client used for this benchmark has access to your Enterprise File Storage service and a test volume. If you have not done so yet, you can follow the [managment from OVHCloud Control Panel](/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_control_panel) guide .
56+
Antes de iniciar el test, compruebe que el cliente utilizado para este benchmark tenga acceso a su servicio Enterprise File Storage y a un volumen de prueba. Si todavía no lo ha hecho, puede consultar la guía de [gestión desde el área de cliente de OVHcloud](/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_control_panel).
5757

58-
#### Test Bench
58+
#### Banco de pruebas
5959

60-
The [FIO](https://github.com/axboe/fio) tool allows you to test several scenarios and modify many test parameters:
60+
La herramienta [FIO](https://github.com/axboe/fio) le permite probar varios escenarios y modificar numerosos parámetros de prueba:
6161

62-
- The number of images
63-
- Image size
64-
- Block size
65-
- The duration of the test
66-
- The number of FIO workers
67-
- The access model (read/write/sequential/random), etc.
62+
- El número de imágenes.
63+
- El tamaño de las imágenes.
64+
- El tamaño de bloque.
65+
- La duración del test.
66+
- El número de FIO workers.
67+
- El modelo de acceso (lectura/escritura/secuencial/aleatoria), etc.
6868

69-
70-
Below are some examples of fio commands to validate that the maximum number of IOPS (4000) or the maximum bandwidth (64MB/s) can be reached for a 1TB EFS service:
69+
A continuación se muestran algunos ejemplos de comandos FIO que permiten confirmar que se puede alcanzar el número máximo de IOPS (4000) o el ancho de banda máximo (64MB/s) para un servicio EFS de 1 TB:
7170

7271
**Random read - IOPS max**
7372
```
@@ -102,16 +101,16 @@ fio -numjobs=1 -iodepth=128 -direct=1 -ioengine=libaio -sync=1 -rw=read -bs=64k
102101
fio -numjobs=1 -iodepth=128 -direct=1 -ioengine=libaio -sync=1 -rw=write -bs=64k -size=1G -time_based -runtime=60 -name=test8 -directory=/share-nfs
103102
```
104103

105-
For more information, see [the FIO documentation](https://fio.readthedocs.io/en/latest/index.html).
104+
Más información en [la documentación de FIO](https://fio.readthedocs.io/en/latest/index.html).
106105

107-
**You can also use other open-source tools such as:**
106+
**También puede utilizar otras herramientas open source como:**
108107

109108
- [nfsiostat](https://man7.org/linux/man-pages/man8/nfsiostat.8.html)
110109
- [NFStest](https://wiki.linux-nfs.org/wiki/index.php/NFStest)
111110
- [nfstrace](https://github.com/epam/nfstrace)
112111

113-
## Go further
112+
## Más información
114113

115-
If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project.
114+
Si necesita formación o asistencia técnica para implantar nuestras soluciones, póngase en contacto con su representante de ventas o haga clic en [este enlace](/links/professional-services) para obtener un presupuesto y solicitar un análisis personalizado de su proyecto a nuestros expertos del equipo de Servicios Profesionales.
116115

117-
Join our community of Discord users: <https://discord.gg/ovhcloud>
116+
Interactúe con nuestra comunidad de usuarios en Discord : <https://discord.gg/ovhcloud>

pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_concepts_performances/guide.fr-ca.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ L’outil [FIO](https://github.com/axboe/fio) vous permet de tester plusieurs sc
6666
- le nombre de FIO workers ;
6767
- le modèle d’accès (lecture/écriture/séquentiel/aléatoire), etc.
6868

69-
Ci-dessous quelques exemples de commandes fio permettant de valider que le nombre d'IOPS maximum (4000) ou la bande passante maximale (64MB/s) peuvent être atteint pour un service EFS de 1TB:
69+
Retrouvez ci-dessous quelques exemples de commandes fio permettant de valider que le nombre d'IOPS maximum (4000) ou la bande passante maximale (64MB/s) peuvent être atteints pour un service EFS de 1TB :
7070

7171
**Lecture aléatoire - IOPS max**
7272
```

pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_concepts_performances/guide.fr-fr.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ L’outil [FIO](https://github.com/axboe/fio) vous permet de tester plusieurs sc
6666
- le nombre de FIO workers ;
6767
- le modèle d’accès (lecture/écriture/séquentiel/aléatoire), etc.
6868

69-
Ci-dessous quelques exemples de commandes fio permettant de valider que le nombre d'IOPS maximum (4000) ou la bande passante maximale (64MB/s) peuvent être atteint pour un service EFS de 1TB:
69+
Retrouvez ci-dessous quelques exemples de commandes fio permettant de valider que le nombre d'IOPS maximum (4000) ou la bande passante maximale (64MB/s) peuvent être atteints pour un service EFS de 1TB :
7070

7171
**Lecture aléatoire - IOPS max**
7272
```

0 commit comments

Comments
 (0)