User Tools

Site Tools


start

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
start [2024/09/04 08:23] abeverleystart [2026/02/08 11:50] (current) abeverley
Line 61: Line 61:
  
 Sometimes a Perl module is either not available in the main Debian repositories, or the version is too old (or I need a patch that has not made it upstream yet). In these circumstances I build my own Debian packages of Perl modules. Normally building a package is easy, but sometimes it can be a bit of an art. Read more about [[building Debian packages of Perl modules]]. Sometimes a Perl module is either not available in the main Debian repositories, or the version is too old (or I need a patch that has not made it upstream yet). In these circumstances I build my own Debian packages of Perl modules. Normally building a package is easy, but sometimes it can be a bit of an art. Read more about [[building Debian packages of Perl modules]].
 +
 +===== Disk performance tests =====
 +
 +See https://askubuntu.com/a/991311 (regarding fio tool)
 +
 +Test for all-round read/write (worst performance):
 +
 +  fio --name TEST --eta-newline=5s --filename=fio-tempfile.dat --rw=randrw --size=500m --io_size=10g --blocksize=4k --ioengine=libaio --fsync=1 --iodepth=1 --direct=1 --numjobs=1 --runtime=60 --group_reporting
  
 ===== JSON Web Tokens with Perl ===== ===== JSON Web Tokens with Perl =====
start.1725438192.txt.gz · Last modified: by abeverley