inside the container: /prometheus $ dd if=/dev/zero of=file.txt count=1024 bs=1048576 1024+0 records in 1024+0 records out 1073741824 bytes (1.0GB) copied, 1.156714 seconds, 885.3MB/s /prometheus $ dd if=file.txt of=file2.txt count=1024 bs=1048576 1024+0 records in 1024+0 records out 1073741824 bytes (1.0GB) copied, 3.352250 seconds, 305.5MB/s
disk is some network storage, with limits 500Mb/s and 5000 IOPS I am curious why ps and top slow inside the container? What they need? понедельник, 31 августа 2020 г. в 15:22:15 UTC+5, [email protected]: > This is a standard Unix performance debugging problem - finding the > bottleneck. > > The key area you don't mention is disk I/O. What sort of backend storage > does your prometheus container use? > -- You received this message because you are subscribed to the Google Groups "Prometheus Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/prometheus-users/1bd972be-e4dc-4374-a442-031c4208afdan%40googlegroups.com.

