-
alancI think you have to go back to SunOS 4 or so to be able to get right into single-user mode with no password
-
jclulowrichlowe: I feel like if you "boot -a" it _asks_ you where /sbin/init is
-
gitomat[illumos-gate] 16222 TSC vmware calibration could be more general -- Patrick Mooney <pmooney⊙pc>
-
tozhuhello all, what’s the dtrace command or script can be used to generate ZFS call stack and used to check the performance, like this rfd.shared.oxide.computer/rfd/image/490/flamegraph.png , anyone could share me the script or command? thank you very much, I’m going to check if ZFS had performance issue with postgres, best wishes
-
jclulowtozhu: I assume that one was generated by the "flamegraph" command, which is written in Rust. I know Matt Keeter (who I believe wrote the RFD you're looking at there) has been working on it, e.g., flamegraph-rs/flamegraph #334
-
tozhujclulow: thank you, flamegraph command used to generate the picture, I need the script used to generate the data which used to generate the picture, thank you
-
jclulowtozhu: I believe that program can also drive DTrace to get the data
-
tozhujclulow, thank you very much for the advice, I’ll take a look, thank you
-
tozhujclulow: the tool is really cool, thank you, and thanks for Matt Keeter
-
jclulowExcellent!
-
tsoome_There is also github.com/brendangregg/FlameGraph.git -- it does provide many samples about data collecting and other bits.
-
tozhutsoome_ thank you very much
-
tsoome_yw
-
tsoome_I have found that the hardest part is to target the data gathering to the moment you actually need to profile :D
-
gitomat[illumos-gate] 15488 libbsm: storing the address of local variable -- Toomas Soome <tsoome⊙mc>
-
tsoome_.oO slowly getting to more recent gcc :P
-
richlowethe only way to do it, is either have a block of free time, or to pick a version and _stick to it_
-
richloweeven if people complain that N+1 is now available
-
richloweI don't believe illumos is at a place we can ever actually catch up in one leap
-
richlowexeno's paradox, etc.
-
richlowe(but there're also all the quality fixes that attempting it brings in...)
-
sommerfeldcurrently, if you fail to set NIGHTLY_OPTIONS in the environment file, nightly fails with a usage error, in a somewhat roundabout way.
-
sommerfeld(you get a usr/src/tools/scripts/nightly: -a: unknown option error first)
-
sommerfeldbecause it defaults NIGHTLY_OPTIONS to "-aBm" if it is unset after the environment file.
-
sommerfeldand -a went away in 78add226e8da271dde8f3b5a91d340d1bf010151 in 2010
-
sommerfeld(-a was used to create BFU archives)
-
sommerfeldso I'm running with richlowe's suggestion to add a few command line options to nightly (to set CODEMGR_WS and BRINGOVER_WS) and noticed this oddity when searching for option letters to use.
-
gitomat[illumos-gate] 16734 ktest is not i386 specific -- Richard Lowe <richlowe⊙rn>
-
sommerfeldso I could fix it by changing to a safe default (B is an undocumented flag that is treated as equivalent to D, so "-Dmn") or else have it just spit out the usage message.