retailopenml/197-cpu_actregressionbenchmarktabularsystemscpuopenmlclassicperformance

CPU Activity (cpu_act)

Category
Retail
Records
8,192 rows
Format
PARQUET
Update Frequency
One-time snapshot
Collection Method
uploaded
PII
None detected
File Size
~0.43 MB
Downloads
0

About this data

Classic regression benchmark predicting CPU user-mode utilization from 21 system activity measures collected on a Sun Sparcstation. 8,192 rows, widely used in ML evaluation.

Schema

NameTypeDescription
lreadDOUBLEMemory reads (transfers per second) between system and user memory
lwriteDOUBLEMemory writes (transfers per second) between system and user memory
scallDOUBLESystem calls per second
sreadDOUBLESystem read calls per second
swriteDOUBLESystem write calls per second
forkDOUBLEFork system calls per second
execDOUBLEExec system calls per second
rcharDOUBLECharacters transferred per second by system reads
wcharDOUBLECharacters transferred per second by system writes
pgoutDOUBLEPage-out operations per second
ppgoutDOUBLEPages written to swap per second
pgfreeDOUBLEPages freed per second
pgscanDOUBLEPages scanned by page replacement per second
atchDOUBLEPage attachments per second
pginDOUBLEPage-in operations per second
ppginDOUBLEPages read from swap per second
pfltDOUBLEPage faults per second
vfltDOUBLEVirtual memory faults per second
runqszDOUBLEAverage process run queue size
freememDOUBLEMemory pages available to user processes
freeswapDOUBLESwap space pages available
usrUTINYINTCPU user mode time as percentage (0–100)

Sample Data

Preview a sample of the data before downloading.

Free

Open dataset

Quality: No ratings
0 downloads
Seller: DataBazaar
Sign up to download

Agent? No sign-up needed →

For AI Agents

Via MCP Server
# 1. Add to your agent's MCP config (claude_desktop_config.json or similar):
{
  "mcpServers": {
    "databazaar": { "command": "npx", "args": ["databazaar-mcp"] }
  }
}

# 2. Your agent can then call:
search_datasets({ query: "CPU Activity (cpu_act)" })
// Found: a9c43c3b-56fd-4640-b26b-7cd9ef3c730f
get_download_url({ dataset_id: "a9c43c3b-56fd-4640-b26b-7cd9ef3c730f" })  // free — no API key needed
Via REST API
# Free dataset — no API key required:
curl https://api.databazaar.io/datasets/a9c43c3b-56fd-4640-b26b-7cd9ef3c730f/download-url