Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,13 @@ If you want to run `xtop`, install python dependencies to your personal virtual
. .venv/bin/activate # change to where your venv is
pip install duckdb textual

# xtop expects to find the partitions data source
# in $data_dir/partitions, currently we need to
# manually creating a symlink to /proc/partitions,
# replace /var/lib/xcapture to your data_dir if not
# using the default.
ln -s /var/lib/xcapture/partitions /proc/partitions

cd xtop
export TERM=xterm-256color
export XCAPTURE_DATADIR=demo # demo workload files under xtop/demo
Expand Down