Pinned Loading
-
-
-
-
strace an existing process tree
strace an existing process tree 1#!/usr/bin/python
2# strace an existing process tree. `strace -f` only follows newly spawned
3# processes which is not always what you want.
4import os
5import sys
-
eatmemory
eatmemory 1#!/bin/bash
2# Spawn a process that eats memory by the gigabyte.
3# Useful for testing ulimits and other such nonsense.
4if [ $# -ne 1 ]; then
5echo "Usage: $0 <gigabytes>"
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.