mirror of
https://github.com/pikvm/pikvm.git
synced 2026-03-02 18:16:56 -05:00
[FEATURE REQUEST] computer monitoring #1094
Labels
No labels
component:documentation
help wanted
resolution:delayed
resolution:duplicate
resolution:fixed
resolution:invalid
resolution:rejected
resolution:wontfix
success story
type:bug
type:bug
type:feature
type:question
type:question
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/pikvm-pikvm#1094
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @devildant on GitHub (Nov 29, 2025).
Is your feature request related to a problem? Please describe.
no
Describe the solution you'd like
Hello, i dev a system for show the windows info (cpu, temperature...) with libre hardware monitor
https://github.com/devildant/pikvm-windows-monitoring
@mdevaev commented on GitHub (Nov 30, 2025):
Hello. The idea is good, but this is too specific a Window-only solution. If we're going to develop anything like this, it should be cross-platform with at least Linux and macOS. In addition, the communication between the pikvms here is carried out via an external network, but should be directly via USB OTG.
@devildant commented on GitHub (Nov 30, 2025):
Yes, yes, I figured as much.
I only have Windows, and yes, I agree, if everything could be done via USB, that would be fantastic.
Let's just say what I've done is a functional prototype, but it could be improved. :)
I implemented this solution to quickly see when a resource-intensive process has finished without having to log in, and it also allows me to get machine usage information in case of a crash. I don't know if you'll ever have the time to make this request, but it would be a huge plus. :)