Inside Your Computer

What's actually happening in there?

Your computer runs dozens of invisible processes at any moment. Fans spin up for no obvious reason. Memory fills up and things slow down. This is what's going on — and what SysXray shows you.

CPU — the brain

Your processor runs every piece of code on your computer. Each app, background service, and system task takes a slice of CPU time. When something is using a lot of CPU, your fan spins faster because the chip is generating heat.

Modern computers have multiple cores — each core can work on a different task at the same time. SysXray shows you usage per core so you can see if one core is maxed out while others are idle (a sign one process is hogging a single thread).

Normal: Most cores sit near 0–10% when you're not doing much. Spikes to 80–100% on individual cores during heavy work (video export, compilation) are fine. Sustained 100% across all cores with no obvious cause usually means a runaway process.

Memory — the workspace

RAM is your computer's short-term workspace. Every open app loads its data here. When RAM fills up, your OS starts using swap — borrowing space from your storage drive to act as extra memory. This is much slower than real RAM, which is why a full computer feels sluggish.

Your operating system tracks memory pressure — a measure of how hard it's working to satisfy memory demands. When pressure rises, the system is actively swapping and performance suffers noticeably.

What to watch: High swap usage combined with high memory pressure is your cue to close apps you're not using. SysXray shows which processes are holding the most memory so you know exactly what to quit.

Processes — everything that's running

A process is any program running on your computer — visible apps like a browser, and invisible background tasks like software updaters, cloud sync clients, and system utilities. At any moment your computer is typically running hundreds of processes simultaneously.

Most are harmless and use near-zero resources. But some go rogue — a browser tab with bad JavaScript, a stuck update process, a sync client scanning millions of files. SysXray shows you the full list sorted by CPU and memory so the culprit is immediately obvious.

System processes (owned by the OS) keep your computer running — don't kill them. User processes (owned by your account) are safe to terminate if they're misbehaving.

Disk — storage and speed

Modern computers use SSDs that are extremely fast compared to old hard drives — but they can still become a bottleneck. High disk activity (lots of reads and writes) typically means the OS is swapping memory to disk, a backup is running, a search index is being built, or a sync client is working through a large batch of files.

SysXray shows you disk read and write speeds in real time and how full each drive is. If your computer feels slow and disk activity is high, you now know why.

Thermal — heat and fans

Your computer's fans exist for one reason: to keep the CPU and GPU below their thermal limits. When a chip gets hot it throttles itself — it deliberately runs slower to reduce heat. This is why a hot computer feels slow even if the CPU meter shows 100% usage.

SysXray displays CPU temperature and fan speed alongside a thermal pressure level so you can see exactly when your computer starts throttling and why.

Loud fans with low CPU usage is often caused by a GPU task (video decoding, graphics rendering) that doesn't show up prominently in the CPU list. Check the Thermal tab first, then look at GPU usage.

Background services — what starts with your computer

Every operating system has a mechanism for running programs automatically at startup or login — without any visible window. These services keep things like cloud sync, automatic updates, and hardware drivers running in the background. There are broadly two levels:

🔒
System services
Low-level services started by the OS itself — networking stack, Bluetooth, security tools, hardware drivers. These run as administrator/root and should not be disabled.
🔧
User startup programs
Services installed by third-party apps — Dropbox, software updaters, browser helpers. These run under your account and can usually be toggled without any side effects.
On macOS these are called LaunchAgents and LaunchDaemons. On Windows they appear in Task Manager → Startup Apps and the Services panel. SysXray lets you toggle user-level ones directly from the dashboard.

Network — connections and ports

Every app that talks to the internet opens a network port — a numbered channel for sending and receiving data. SysXray shows you every open port and active connection on your computer, including which process opened it.

This is useful for spotting unexpected connections — a process phoning home that shouldn't be, or a development server you forgot to stop. It's also the fastest way to find what's eating your bandwidth.

Back to your dashboard

All of this data — in real time, from any browser, for every computer on your account.

Go to Dashboard →