From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 51ADF386C590; Thu, 15 Feb 2024 16:33:11 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 51ADF386C590 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1708014791; bh=7wvpHtZ6VF3P4RlPS+QTjQ58OpB/FO976LVwIQLRays=; h=From:To:Subject:Date:In-Reply-To:References:From; b=F91+rL25k+447oVIdtPwUxV+P41dO7NUTlso4h95NUWUU/96GheMvcuUs6p8DtZ+H h5EZ9g6xbXxZKgfPXLbkG7POTgOh2335d+Wrr4D9Lo6Pw5RCtRK1l3hrCtrIEh4NFP y1XoYrTQwkYRY0Ixo+xmeIfeLjE7+DpXKmTKqGjc= From: "wcohen at redhat dot com" To: systemtap@sourceware.org Subject: [Bug runtime/18851] new --interactive mode Date: Thu, 15 Feb 2024 16:33:10 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: systemtap X-Bugzilla-Component: runtime X-Bugzilla-Version: unspecified X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: wcohen at redhat dot com X-Bugzilla-Status: RESOLVED X-Bugzilla-Resolution: FIXED X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: systemtap at sourceware dot org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: resolution bug_status cc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://sourceware.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 List-Id: https://sourceware.org/bugzilla/show_bug.cgi?id=3D18851 William Cohen changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|NEW |RESOLVED CC| |wcohen at redhat dot com --- Comment #1 from William Cohen --- Initial interactive mode was added in systemtap-3.0: - The new experimental "interactive" mode, specified by "stap -i", drops you into a command-line prompt where you can build up a script, run it, edit it, run it again, etc. Type "help" for a list of commands. In systemtap 4.9 has new jupyter based interactive mode: - ISystemtap: the new interactive systemtap jupyter kernel. This provides a simple GUI for writing/running Systemtap scripts in an easy, incremental way within Jupyterlab. Added 2 news scripts, stap-jupyter-install and stap-jupyter-container. See stap-jupyter(1). --=20 You are receiving this mail because: You are the assignee for the bug.=