Site Tools


tech_public:tp_linuxserver (text)

This is an old revision of the document!


Linux Server ops

Restrict port by GeoIP

Digitalocean

Basic - 2vCPU / 2Gb / SSD


https://cylab.be/blog/330/benchmark-linux-systems-with-sysbench?accept-cookies=1

sysbench CPU Single-thread

CPU speed:
    events per second:   924.48

General statistics:
    total time:                          10.0006s
    total number of events:              9247

Latency (ms):
         min:                                    0.97
         avg:                                    1.08
         max:                                    1.70
         95th percentile:                        1.34
         sum:                                 9990.05

Threads fairness:
    events (avg/stddev):           9247.0000/0.00
    execution time (avg/stddev):   9.9901/0.00

sysbench CPU Multi-thread

CPU speed:
    events per second:  1778.18

General statistics:
    total time:                          10.0008s
    total number of events:              17787

Latency (ms):
         min:                                    0.97
         avg:                                    1.12
         max:                                    3.35
         95th percentile:                        1.37
         sum:                                19973.12

Threads fairness:
    events (avg/stddev):           8893.5000/61.50
    execution time (avg/stddev):   9.9866/0.00

sysbench Memory

Total operations: 33993717 (3398575.78 per second)

33196.99 MiB transferred (3318.92 MiB/sec)


General statistics:
    total time:                          10.0003s
    total number of events:              33993717

Latency (ms):
         min:                                    0.00
         avg:                                    0.00
         max:                                  229.62
         95th percentile:                        0.00
         sum:                                 4694.85

Threads fairness:
    events (avg/stddev):           33993717.0000/0.00
    execution time (avg/stddev):   4.6949/0.00

sysbench Storage-Random Read 4k

Throughput:
    read, MiB/s:                  21.05
    written, MiB/s:               0.00

sysbench Storage-Random Write 4k

Throughput:
    read, MiB/s:                  0.00
    written, MiB/s:               126.66

sysbench Storage-Seq Read 1M

Throughput:
    read, MiB/s:                  393.88
    written, MiB/s:               0.00

sysbench Storage-Seq Write 1M

Throughput:
    read, MiB/s:                  0.00
    written, MiB/s:               463.07

Basic - Intel 2vCPU / 2Gb / NVME

CPanel

Cron job to remove emails

find /home/jwcorner/mail/jwcorner.com/noreply/ -type d \( -name cur -o -name new \) -exec find {} -mtime +1 -type f -delete \;

tech_public/tp_linuxserver.1762390215.txt.gz · Last modified: by jasonwch (text)

Top ↑