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

Basic - Intel 2vCPU / 2Gb / NVME

CPU + Disk IO

Memory

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.1762389489.txt.gz · Last modified: by jasonwch (text)

Top ↑