We are seeing multiple PIDs for a single instance of claude.
To Reproduce
- Connect to remote server running Ubuntu.
- Clone
agentsight repo.
- Update source to change ip address of server from
127.0.0.1 to 0.0.0.0 (Work around to view UI on local browser).
- Followed install instructions in readme.
- Copy
agentsight binary to root dir of agentsight repo.
- Two terminal windows. One is running
claude the other is running `sudo ./agentsight record -c 'claude' --server-port 80.
- Prompt for
claude
Please create a python program to solve the following problem: <p>The first two consecutive numbers to have two distinct prime factors are:</p>
$$\begin{align}
14 &= 2 \times 7\\
15 &= 3 \times 5.
\end{align}$$
<p>The first three consecutive numbers to have three distinct prime factors are:</p>
$$\begin{align}
644 &= 2^2 \times 7 \times 23\\
645 &= 3 \times 5 \times 43\\
646 &= 2 \times 17 \times 19.
\end{align}$$
<p>Find the first four consecutive integers to have four distinct prime factors each. What is the first of these numbers?</p>
Screenshots
record.log
Desktop (please complete the following information):
- OS/Version: Ubuntu 24.04.3 LTS (GNU/Linux 6.8.0-85-generic x86_64)
- Claude Code: 2.0.11
Additional context
We are testing agentsight with multiple deployment types (bare-metal, container, VM, microVM, k8s). We are using a VPS on Hostinger.
We are seeing multiple PIDs for a single instance of
claude.To Reproduce
agentsightrepo.127.0.0.1to0.0.0.0(Work around to view UI on local browser).agentsightbinary to root dir ofagentsightrepo.claudethe other is running `sudo ./agentsight record -c 'claude' --server-port 80.claudeScreenshots
record.log
Desktop (please complete the following information):
Additional context
We are testing
agentsightwith multiple deployment types (bare-metal, container, VM, microVM, k8s). We are using a VPS on Hostinger.