Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

smaps

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

smaps

pretty view of /proc/[0-9]+/smaps

latest
Source
npmnpm
Version
0.2.5
Version published
Maintainers
1
Created
Source

smaps - pretty view of smaps

Features

  • Download raw smaps file by double clicking pid.
  • Drag-n-drop a smaps file to browser in order to parse.
  • Smaps to Excel Exports(thanks to Datatables)
  • Android device's smaps supports.
  • Tizen device's smaps supports.

How to use

install by git clone

 git clone https://github.com/ivere27/smaps.git
 cd smaps
 npm install

launch http server,

 sudo DEBUG=* node server.js

then, Navigate to http://localhost:8888 by browsers(ex, chrome).

Android

check devices by

 adb devices

and check ADB_PATH in settings.json, then

 http://localhost:8888/android

Tizen

check devices by

 sdb devices

and check SDB_PATH in settings.json, then

 http://localhost:8888/tizen

Keywords

smaps

FAQs

Package last updated on 24 Dec 2015

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts