Robert Milkowski's blog

Tuesday, May 04, 2021

Linux Tickless and CPU Isolation - microbenchmark

›
 How much can be gained when it comes to low latency and jitter by isolating CPUs on Linux? Let's do a microbenchmark by using a tool ca...
Friday, April 30, 2021

Linux Tickless Kernel & CPU Usage Statistics

›
  I run into an interesting problem yesterday. After changing some kernel boot parameters to enable tickless kernel, an application which i...
1 comment:
Friday, September 25, 2020

A new GitHub repository for the Oracle Solaris 11.4 OS: oraclesolaris-contrib

›
If you use StatsStore/Analytics on Solaris 11 you should check out the new GitHub oraclesolaris-contrib repository . For more details see Ta...
Tuesday, December 03, 2019

Checking/modifying file permissions on an underlying directory

›
If you have a file system (nfs, etc.) mounted on-top of a directory and you need to see file permissions, ACLs, etc. of the underlying dire...
Monday, October 21, 2019

ONTAP 9.6+: REST API: netapp_ontap: performance of get_collection() vs. get()

›
NetApp's ONTAP 9.6 introduced new REST API along with a new python module netapp_ontap . #!/bin/python import time import getpass...
Thursday, June 13, 2019

DTrace: nfsv4 provider and utf8string

›
The nfsv4 provider provides some structures with component4 type which is defined  as: typedef struct { uint_t utf8string_len; char *utf...

Linux Load Averages

›
Linux measures load average differently than other OS'es. In a nutshell it includes both CPU and disk i/o and more. Brendan has an excel...
Friday, May 03, 2019

Testing ZFS/L2ARC

›
Solaris 11.4 - setting zfs_arc_collect_check=0 via mdb (takes immediate effect) or via /etc/system makes ZFS to start feeding l2arc immediat...
Monday, March 11, 2019

DTrace stop() action

›
The stop() action in DTrace stops an entire process... well, actually it doesn't. It stops a single thread in a multi-threaded process, ...
Friday, March 01, 2019

DTrace %Y print format with nanoseconds

›
Small but useful extension to DTrace is now available in Solaris 11.4.SRU6. It allows to easily print current date with an optional nanoseco...
Friday, November 23, 2018

RAID-Z improvements and cloud device support

›
Solaris 11.4 introduced few new ZFS pool versions with interesting new features or enhancements: # zpool upgrade -v ...  38  Xcopy with ...
1 comment:
Friday, November 09, 2018

Spectre and Kernel Modules

›
On Linux one needs to recompile kernel modules to get protection, while on Solaris this is not necessary. Once you are on Solaris 11.4 with ...
1 comment:
Friday, October 12, 2018

bpftrace

›
Right, finally Linux is getting something similar and useful to DTrace, see bpftrace . However for it to be useful in enterprise it has to b...
Tuesday, October 02, 2018

Solaris: Spectre v2 & Meltdown fixes

›
Solaris 11.4 includes fixes for Meltdown and Spectre v2 (fixes for v1 were delievered few months ago for 11.3 via SRU and are also included...
1 comment:
Tuesday, August 28, 2018

Solaris 11.4 GA

›
Solaris 11.4 GA is finally out and available for download. See  What’s New
‹
›
Home
View web version

Contributors

  • Robert Milkowski
  • milek
Powered by Blogger.