I am new to this, so apologies if the question is silly –but I can’t find information anywhere else.
Where in my account’s dashboard do I see the cost of my sprite(s)? I can’t find it anywhere… Does the sprite command give any information?
My sprite always appears running, even if I am not doing anything and I am not connected to the console…
sprite ls
Sprites in organization agustin-286:
┌──────────┬───────┬───────┐
│ NAME │STATUS │CREATED│
├──────────┼───────┼───────┤
│first-test│running│14h ago│
└──────────┴───────┴───────┘
Total: 1 sprite(s)
[~/Projects/personal]
➜ sprite console -s first-test
sprite@sprite:~# ps aux
USER PID %CPU %MEM VSZ RSS TTY STAT START TIME COMMAND
sprite 1 0.0 0.0 1012 524 ? Ss Jan13 0:00 /.pilot/tini – tail -f /dev/null
sprite 3 0.0 0.0 5796 1960 ? S Jan13 0:00 tail -f /dev/null
sprite 1829 1.0 0.0 10080 6152 pts/0 Ss 08:00 0:00 zsh --login
sprite 1834 0.0 0.0 9800 4240 pts/0 R+ 08:00 0:00 ps aux
sprite@sprite:~#
[~/Projects/personal] took 11s
➜ sprite exec -s first-test ps aux
USER PID %CPU %MEM VSZ RSS TTY STAT START TIME COMMAND
sprite 1 0.0 0.0 1012 524 ? Ss Jan13 0:00 /.pilot/tini – tail -f /dev/null
sprite 3 0.0 0.0 5796 1960 ? S Jan13 0:00 tail -f /dev/null
sprite 1835 0.0 0.0 9800 4300 ? Rs 08:01 0:00 /usr/bin/ps aux
Thanks

